ComPdfUtil Methods

Printer API Documentation

The ComPdfUtil type exposes the following members.

Methods

  NameDescription
Public methodAllowExecute
Determine if it is allowed to run programs after PDF creation or if an error occurs. If this method returns false, the printer will ignore settings such as AfterPrintProgram, RunOnSuccess, and RunOnError
Public methodDecryptSetting
Decrypt string encrypted using the Encrypt method.
Public methodEncryptPdf
Encrypt a PDF document.
Public methodEncryptSetting
Encrypt string for two way encryption.
Public methodGetCompatiblePrinters
Get list of compatible printers
Public methodGetPrinterAppFolder
COM Wrapper for static method PdfUtil.GetPrinterAppFolder.
Public methodGetPrinterVersion
COM Wrapper for static method PdfUtil.GetPrinterVersion.
Public methodGetWindowsDefaultPrinterName
Get the name of the default printer in Windows
Public methodHasDistiller
Check if a given distiller type is installed in the required version.
Public methodMerge
Merge two or more PDF files.
Public methodMerge2
Merge two or more PDF files. This function requires that you have pdftk.exe installed in your PDF writer application folder.
Public methodPrintFile
COM Wrapper for static method PdfUtil.PrintFile.
Public methodPrintPdf
Send an existing PDF file to a printer
Public methodPrintPdf2
Send an existing PDF file to a printer
Public methodPrintPdfEx
Send an existing PDF file to a printer
Public methodReadIniString
Read a string from an ini file.
Public methodSignPdf
Apply a digital signature to a PDF document.
Public methodSignPdfByThumbprint
Apply a digital signature to a PDF document.
Public methodSignPdfByThumbprintEx
Apply a digital signature to a PDF document.
Public methodSignPdfEx
Apply a digital signature to a PDF document.
Public methodSplit
Split a PDF file into one file per page.
Public methodWaitForFile
COM Wrapper for static method PdfUtil.WaitForFile.
Public methodWriteIniString
Write a string to an ini file.
Top
See Also

Reference