• Industries
  • Products
  • Buy
  • Services & Support
  • Communities
  • Discussion Groups

    Autodesk Inventor

    Reply
    Contributor
    Posts: 21
    Registered: ‎09-26-2012

    iLogic - save as .pdf rule question

    224 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.Information)

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

     

    Thanks!

    Inventor 2012
    Please use plain text.
    Contributor
    WernerBeek
    Posts: 18
    Registered: ‎03-07-2011

    Re: iLogic - save as .pdf rule question

    10-24-2012 08:02 AM in reply to: Jefkee
    Please use plain text.
    Contributor
    Posts: 12
    Registered: ‎08-24-2012

    Re: iLogic - save as .pdf rule question

    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

    Please use plain text.