-2

AutoCAD can convert PDF to DWG but only one page at a time. I'm trying to write a script to automate it and let it batch process it. I don't have much experience in shell though and not sure how to do that. Can someone please help me?

1 Answers1

0

You're not going to accomplish this from a script file.

Easiest solution is to export the separate PDF sheets and combine them by hand using Acrobat or another PDF application.

Second option is to look into a 3rd party library like itextsharp to combine the sheets for you.

Miiir
  • 731
  • 1
  • 9
  • 12