Converting multiple pdf to dwg

Converting multiple pdf to dwg

Anonymous
不适用
15,694 次查看
10 条回复
1 条消息(共 11 条)

Converting multiple pdf to dwg

Anonymous
不适用

Hey everyone,

I've got 20 pdf files, each contains approx. 100 pages and I need to convert all of them to dwg. Is there any solution I could manage it apart from manually converting pages one by one? Thx much for any suggestion.

0 个赞
已接受的解答 (1)
15,695 次查看
10 条回复
回复 (10)
2 条消息(共 11 条)

maratovich
Advisor
Advisor

No problems. Use this:

 

 

 

---------------------------------------------------------------------
Software development
Automatic creation layouts and viewport. Batch printing drawings from model.
www.kdmsoft.net
3 条消息(共 11 条)

Anonymous
不适用

Thanks much, nevertheless there is one more problem. When I start AutoViewport, select files and click start, it shows error "unable to open and connect autoCAD", although I've got it installed and even opened. I'm using autoCAD 2020 trial version. Is there a way to solve this?

0 个赞
4 条消息(共 11 条)

maratovich
Advisor
Advisor

I apologize, I did not pay attention to LT - this is only for the full AutoCAD.
In LT it is not possible. Nothing works in it - there is no lisp, no vba, no other programs.

---------------------------------------------------------------------
Software development
Automatic creation layouts and viewport. Batch printing drawings from model.
www.kdmsoft.net
0 个赞
5 条消息(共 11 条)

pendean
Community Legend
Community Legend
You will need to purchase a standalone 3rd party converter: LT has no such ability and LT by design does not work with AutoCAD add-ons (part of the discount pricing that is the software).

OR... find an intern for the week.



6 条消息(共 11 条)

Johneng
Collaborator
Collaborator
已接受的解答

You could write a simple script file. Something similar to this. Just change the file name and insertion point for your specific PDF file needs. You can use the attached txt file as a starting point. Modify for your needs and then change the extension to scr. Then run the script command.

 

-pdfimport
 
"C:\Users\YOUR PDF FILE PATH HERE.pdf"
1
0,0

-pdfimport
 
"C:\Users\YOUR PDF FILE PATH HERE.pdf"
2
10,0

-pdfimport
 
"C:\Users\YOUR PDF FILE PATH HERE.pdf"
3
20,0

-pdfimport
 
"C:\Users\YOUR PDF FILE PATH HERE.pdf"
4
30,0
 

-pdfimport
 
"C:\Users\YOUR PDF FILE PATH HERE.pdf"
5
0,12

-pdfimport
 
"C:\Users\YOUR PDF FILE PATH HERE.pdf"
6
10,12

-pdfimport
 
"C:\Users\YOUR PDF FILE PATH HERE.pdf"
7
20,12

-pdfimport
 
"C:\Users\YOUR PDF FILE PATH HERE.pdf"
8
30,12
 

 

7 条消息(共 11 条)

arshdeepsingh404
Collaborator
Collaborator

Here is another way to import multiple PDF pages into AutoCAD at once Importing multiple PDF pages into AutoCAD

Arshdeep Singh
C.Tech, CMSE®

Did you find this post helpful? Feel free to Like this post.
Did your question get successfully answered? Then click on the ACCEPT SOLUTION button.

EESignature

0 个赞
8 条消息(共 11 条)

pendean
Community Legend
Community Legend

@arshdeepsingh404 Nice tip, seems to work well in the LT2025 variant.

9 条消息(共 11 条)

arshdeepsingh404
Collaborator
Collaborator

@pendean Thanks Dean for checking it in AutoCAD LT as well, I am glad this works on both platforms.

Arshdeep Singh
C.Tech, CMSE®

Did you find this post helpful? Feel free to Like this post.
Did your question get successfully answered? Then click on the ACCEPT SOLUTION button.

EESignature

0 个赞
10 条消息(共 11 条)

bim.gedung.051
Observer
Observer

thanks, you make my life so much easier.

11 条消息(共 11 条)

arshdeepsingh404
Collaborator
Collaborator

  

Arshdeep Singh
C.Tech, CMSE®

Did you find this post helpful? Feel free to Like this post.
Did your question get successfully answered? Then click on the ACCEPT SOLUTION button.

EESignature

0 个赞