Community
Inventor Programming - iLogic, Macros, AddIns & Apprentice
Inventor iLogic, Macros, AddIns & Apprentice Forum. Share your knowledge, ask questions, and explore popular Inventor topics related to programming, creating add-ins, macros, working with the API or creating iLogic tools.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Create Sheets Multiple Viewports

2 REPLIES 2
Reply
Message 1 of 3
tdtimmons
353 Views, 2 Replies

Create Sheets Multiple Viewports

I am not sure if this can be done. I am trying to ILogic create external rule to create a pdf with multiple sheet to a specific location.

So far I have this setup (below) and it only needs to create all sheets, otherwise it works.

 

mfgFolder="P:\S_Works-Dwgs\X---\"&ThisDoc.FileName(False)

ThisDoc.Document.SaveAs(mfgFolder&ThisDoc.FileName&(".pdf") , True)

MessageBox.Show("PDF Saved", "File Save")

Can anyone help?

2 REPLIES 2
Message 2 of 3
tdtimmons
in reply to: tdtimmons

subject appears to have been changed. I am trying to export multiple sheets to 1 pdf file.

Message 3 of 3
adam.nagy
in reply to: tdtimmons

Hi,

 

It's always worth checking things first in the UI. If it's possible there then it's quite likely possible through the API as well.

 

Have just found a blog post on this actually: http://modthemachine.typepad.com/my_weblog/2009/01/translating-files-with-the-api.html

 

Cheers,



Adam Nagy
Autodesk Platform Services

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Autodesk Design & Make Report