Publish?

Publish?

Anonymous
Not applicable
788 Views
7 Replies
Message 1 of 8

Publish?

Anonymous
Not applicable
Can u publish a dwg with VBA - I needc the MDI format so SetLayoutsToPlot is
no good. I'm trying to create a pdf with multiple layouts
0 Likes
789 Views
7 Replies
Replies (7)
Message 2 of 8

arcticad
Advisor
Advisor
Joe Parker,

This code will let you plot each layout to a printer / pdf / plt file.

Let me know if it helps.
---------------------------



(defun botsbuildbots() (botsbuildbots))
0 Likes
Message 3 of 8

Anonymous
Not applicable
Thx for reply but this creates a separate print job for each layout - I'm
after 1 print job that prints multiuple layouts
wrote in message news:5413917@discussion.autodesk.com...
Joe Parker,

This code will let you plot each layout to a printer / pdf / plt file.

Let me know if it helps.
0 Likes
Message 4 of 8

arcticad
Advisor
Advisor
As far as I have seen Autocad doesn't let you print a multi page document to acrobat and I haven't seen an API for publish.

I didn't see any options in publish to make a multi page document.

Correct me if I'm wrong.

You can create a new multipage layout from the PDF files you created with acrobat.

From Adobe Acrobat, Select Create PDF -> From Multiple Files and it will combine them into one PDF.

Also What is MDI format?
---------------------------



(defun botsbuildbots() (botsbuildbots))
0 Likes
Message 5 of 8

Anonymous
Not applicable
in the publish interface you can publish as a .dwf which if opened with
internet explorer shows multiple layouts to print - print to a generic adobe
printer driver and you get a multiple layout .pdf document
I can't automate it though
MDI I shorted multiple document interface (sorry!)
wrote in message news:5415296@discussion.autodesk.com...
As far as I have seen Autocad doesn't let you print a multi page document to
acrobat and I haven't seen an API for publish.

I didn't see any options in publish to make a multi page document.

Correct me if I'm wrong.

You can create a new multipage layout from the PDF files you created with
acrobat.

From Adobe Acrobat, Select Create PDF -> From Multiple Files and it will
combine them into one PDF.

Also What is MDI format?
0 Likes
Message 6 of 8

Civil3DReminders_com
Mentor
Mentor
Why not use Sheet Set Manager to do this, it will print one PDF file of all the layouts you add to it. To get Sheet Set Manager to do this just change the DWF type to Multi-sheet DWF under the Sheet Set Publish Options. Even though it says DWF it applies to all of the print jobs run through sheet set manager.
Civil Reminders
http://blog.civil3dreminders.com/
http://www.CivilReminders.com/
Alumni
0 Likes
Message 7 of 8

Anonymous
Not applicable
Publish to a multisheet DWF then print the DWF to PDF...
The result will be a clean multisheet PDF....

-Don
0 Likes
Message 8 of 8

Anonymous
Not applicable
I try write in VBA the APP PUBLISH, buy I'm a Beginner in VBA and i could not do this.

How i use this SHEET MANAGER in VBA ??

Have you got any example ? if you have, please send me.

Thanks.
0 Likes