Community
Inventor Forum
Welcome to Autodesk’s Inventor Forums. Share your knowledge, ask questions, and explore popular Inventor topics.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

iLogic - save as .pdf rule question

2 REPLIES 2
Reply
Message 1 of 3
Jefkee
718 Views, 2 Replies

iLogic - save as .pdf rule question

Hi,

 

I'm currently using this rule for easy PDF making

 

SaveLoc = "C:\Temp\"
FileName = ThisDoc.FileName(False)
Revnr = " rev_" & iProperties.Value("Project", "Revision Number")

PDFnaam = SaveLoc & FileName & Revnr

ThisDoc.Document.SaveAs(PDFnaam & (".pdf") , True)


MessageBox.Show("PDF is aangemaakt in C:\Temp\", "Document creation",MessageBoxButtons.OK,MessageBoxIcon.Information)

 The problem with this is that i want to save without lineweight? is there anyway to do this with this code?

 

Thanks!

Inventor 2013
2 REPLIES 2
Message 2 of 3
WernerBeek
in reply to: Jefkee

Message 3 of 3
GosponZ
in reply to: WernerBeek

Hi,

is it there rule that make pdf in short version. For instance: i have 50 sheets of pdf's and i need them and i have rule for that. But i need only few first sheets too for customer. They need to be in numerical order 1 of 3, 2 of 3 of 3 etc. They are not happy with numbers on pages like 1of 50 ,2 of  50, etc.

If you guys can help please.

Thank you

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

Post to forums  

Autodesk Design & Make Report