Automate the import of a multipage pdf into Autocad separated files

Automate the import of a multipage pdf into Autocad separated files

davide.barberoFEKXV
Explorer Explorer
4,324 Views
4 Replies
Message 1 of 5

Automate the import of a multipage pdf into Autocad separated files

davide.barberoFEKXV
Explorer
Explorer

Hello everybody,

I'm new here in the forum and was wandreing if anybody has ever experienced the annoyng problem of having to import thousands (litterally) sections from a pdf document into an Autocad file or even better in separated Autocad documents and what would be an effective workflow to not consume my entire coming week (and my patience) doing this job. 

Any idea/suggestion/macro/lisp/magicwand or whatever could help, a part praying gods?

 

Thank you in advance

0 Likes
Accepted solutions (1)
4,325 Views
4 Replies
Replies (4)
Message 2 of 5

cadffm
Consultant
Consultant

the program needs to know what to import (the whole page?), where to import it (WCS 0,0,0?) and how many pages there are.

Sebastian

0 Likes
Message 3 of 5

davide.barberoFEKXV
Explorer
Explorer

Hello @cadffm,

yes I know, infact what I would like to do is to import each single sheet in a file at the origin coordinates, for example. I think this should not be so difficult to be done. 

0 Likes
Message 4 of 5

cadffm
Consultant
Consultant
Accepted solution

By using native autocad-commands PDFIMPORT, SAVE and ERASE it is easy, yes.

For LT, create a script.SCR and in fullversions you can use Lisp (vba net etc) for a small loop.

 

Simple sample where you only need to add SAVE and ERASE

https://forums.autodesk.com/t5/autocad-forum/pdf-import-into-autocad/td-p/8017888

 

 

Sebastian

Message 5 of 5

alex101000
Collaborator
Collaborator

Could it be possible to get help from the authors of these scripts?

--
Please select the Accept as Solution button if my post solves your issue or answers your question.
0 Likes