Getting COM Object to work

Have just downloaded lasted version of PDFCreator.  I have installed it as a COM object in my application. I am useing MAGIC Software development.  On Win 7 box.   My intent is to auto save reports as a PDF file.  I cannot get it to work.  Several issues I could use help with.  Where is the documentation that shows the parameters and setting for the events and properties.  Such as what are the valid settings for the AutoSaveFormat.  Also when using the start method, what are the parameters that can be used?   I know your general documentation says these are self documenting but I could use some additional documentation.   I am having a problem that the print monitor always opens when I use the COM object to try to autosave.  How do you close it?  Tried the stopprinter property but it seems to do nothing.   When the monitor is open the COM object will not accept any parameters.   Thanks for your help. 

Hi,

all about the AutoSave settings can be found here: http://www.pdfforge.org/content/auto-save-mode.

Here are the additional parameters which can be used with the start method: http://www.pdfforge.org/content/command-line-parameters

 

The printer monitor can be closed with cclose.

 

regards,

 

Robin