DXF and PDF files using Autolisp conversion tool

DXF and PDF files using Autolisp conversion tool

sarinaliyath_joy
Participant Participant
1,216 Views
8 Replies
Message 1 of 9

DXF and PDF files using Autolisp conversion tool

sarinaliyath_joy
Participant
Participant

Hi Everyone,

 

Is it possible to simultaneously Autocad file convert to DXF and PDF files using an AutoLISP conversion tool and handle multiple files at once?

Your assistance is greatly appreciated.

0 Likes
1,217 Views
8 Replies
Replies (8)
Message 2 of 9

paullimapa
Mentor
Mentor
0 Likes
Message 3 of 9

sarinaliyath_joy
Participant
Participant

11

0 Likes
Message 4 of 9

sarinaliyath_joy
Participant
Participant

 

Thanks for your support. The software is not free. For the trial version, you can only convert a maximum of three files. Is there any free software or lisp available?

0 Likes
Message 5 of 9

paullimapa
Mentor
Mentor

Not that I’m aware of


Paul Li
IT Specialist
@The Office
Apps & Publications | Video Demos
0 Likes
Message 6 of 9

Sea-Haven
Mentor
Mentor

You wanted us to do all the searching for you that is why Mr Google was invented, yes all 3 items exist dxf, pdf and multiple all free.

0 Likes
Message 7 of 9

sarinaliyath_joy
Participant
Participant

I appreciate your response. Just to clarify, my intention was not to ask for others to perform a Google search on my behalf. Rather, I was hoping that if anyone within the community has come across relevant information or has personal experience with a similar topic, they could share insights or recommendations.

0 Likes
Message 8 of 9

sarinaliyath_joy
Participant
Participant

I did attempt a search on Google for an AutoLISP solution but was unable to find one that fits our specific needs.

0 Likes
Message 9 of 9

Sea-Haven
Mentor
Mentor

Google "using scripts with Autocad"

Google "making dxf files from Autocad"

Google "plotting pdf files using lisp autocad"

Google "Using accoreconsole autocad"

 

You wont find 1 program that does all but rather find a program for each required function. Then run them 1 after the other or join into 1 big program.

 

An example plot all layouts.

 

0 Likes