COM interface for class PdfUtil.
Inheritance Hierarchy
pdf7.PdfWriterComPdfUtil
Namespace: pdf7.PdfWriter
Assembly: pdf7.PdfWriter (in pdf7.PdfWriter.dll) Version: 4.0.0.0 (4.0.1000.111)
Syntax
The ComPdfUtil type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ComPdfUtil | Initializes a new instance of the ComPdfUtil class |
Properties
Name | Description | |
---|---|---|
DefaultPrinterName |
Returns the default printer name for the assembly.
|
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.
|
Remarks
See Also