Autodesk Inventor
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
iLogic - save as .pdf rule question
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
229 Views, 2 Replies
10-24-2012 02:29 AM
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.Info rmation)The problem with this is that i want to save without lineweight? is there anyway to do this with this code?
Thanks!
Inventor 2012
Re: iLogic - save as .pdf rule question
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
10-24-2012 08:02 AM in reply to:
Jefkee
Hi,
See this link:
http://inventortrenches.blogspot.nl/2011/07/ilogic
Groeten,
Werner
Re: iLogic - save as .pdf rule question
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
02-19-2013 03:03 PM 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
