PDF File Properties

Top  Previous  Next

propery FileName

 

This is the filename of the PDF file which should be created. To be able to create PDF either filename or stream must be defined.

 

property AutoLaunch

 

Set this property to true if you want to execute the PDF file once it was created.

Please read the Acrobat(tm) "readme" text if Acrobat Reader 5 does not automatically start. Normally you have to disable the plugins to allow the execution while a debugger (such as the Delphi or C++Builder IDE!) is active.

 

property InMemoryMode

If this property is true the PDF file will be written when it was fully created. This is used with the property Stream which must be assigned the latest when 'EndDoc' is executed. The stream will then receive the data which was just created.

 

property Stream

You set a stream as destination for the created PDF file. This makes it possible to create PDF files in memory without having to use a file. Either filename of stream must be defined.

 

property InputFile

Set the name of the PDF file which should be read before the creation of the new PDF file. If the file was not found this property will be ignored.

 

Please better use the product WPViewPDF PLUS if you need to merge PDF.

 

property InputfileMode

What should the PDF Engine do with the file mentioned in property InputFile. You can append to an existing PDF file, but please note that the conversion into watermarks does not work since Acrobat Reader V5.