ComPdfUtil Class

Printer API Documentation
COM interface for class PdfUtil.
Inheritance Hierarchy

SystemObject
  pdf7.PdfWriterComPdfUtil

Namespace:  pdf7.PdfWriter
Assembly:  pdf7.PdfWriter (in pdf7.PdfWriter.dll) Version: 4.0.0.0 (4.0.1000.111)
Syntax

public class ComPdfUtil

The ComPdfUtil type exposes the following members.

Constructors

  NameDescription
Public methodComPdfUtil
Initializes a new instance of the ComPdfUtil class
Top
Properties

  NameDescription
Public propertyDefaultPrinterName
Returns the default printer name for the assembly.
Top
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
Remarks

The class is accessible to COM clients through the prog id "pdf7.PdfUtil".
See Also

Reference