Jump to content
  • 0

Export to pdf without prompting user for settings and location


Will

Question

I would like to be able to export to pdf from a script without having to prompt the user to choose pdf settings and a location or filename for the files. 

Currently the only way to do it is to call these functions like this:

vs.AcquireExportPDFSettingsAndLocation()
vs.OpenPDFDocument(inFilenameStr)
vs.ExportPDFPages(savedViewNameStr)
vs.ClosePDFDocument()

Could we we have an alternative to the first function like this:

vs.SetExportPDFSettingsAndLocation( location, dpi, blah, blah, etc)

Link to comment

0 answers to this question

Recommended Posts

There have been no answers to this question yet

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...