The ComPdfUtil type exposes the following members.
Methods
Name | Description | |
---|---|---|
AllowExecute |
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
| |
DecryptSetting |
Decrypt string encrypted using the Encrypt method.
| |
EncryptPdf |
Encrypt a PDF document.
| |
EncryptSetting |
Encrypt string for two way encryption.
| |
GetCompatiblePrinters |
Get list of compatible printers
| |
GetPrinterAppFolder |
COM Wrapper for static method PdfUtil.GetPrinterAppFolder.
| |
GetPrinterVersion |
COM Wrapper for static method PdfUtil.GetPrinterVersion.
| |
GetWindowsDefaultPrinterName |
Get the name of the default printer in Windows
| |
HasDistiller |
Check if a given distiller type is installed in the required version.
| |
Merge |
Merge two or more PDF files.
| |
Merge2 |
Merge two or more PDF files.
This function requires that you have pdftk.exe installed in your PDF writer application folder.
| |
PrintFile |
COM Wrapper for static method PdfUtil.PrintFile.
| |
PrintPdf |
Send an existing PDF file to a printer
| |
PrintPdf2 |
Send an existing PDF file to a printer
| |
PrintPdfEx |
Send an existing PDF file to a printer
| |
ReadIniString |
Read a string from an ini file.
| |
SignPdf |
Apply a digital signature to a PDF document.
| |
SignPdfByThumbprint |
Apply a digital signature to a PDF document.
| |
SignPdfByThumbprintEx |
Apply a digital signature to a PDF document.
| |
SignPdfEx |
Apply a digital signature to a PDF document.
| |
Split |
Split a PDF file into one file per page.
| |
WaitForFile |
COM Wrapper for static method PdfUtil.WaitForFile.
| |
WriteIniString |
Write a string to an ini file.
|
See Also