The PdfUtil type exposes the following members.

Constructors

  NameDescription
PdfUtil

Methods

  NameDescription
DecryptSetting
Decrypt Unicode string.
EncryptPdf
Encrypt an existing PDF
EncryptSetting
Encrypt Unicode string.
GetCompatiblePrinters
Get list of compatible printers
GetPrinterAppFolder
Get the application folder of the specified printer.
GetPrinterVersion
Get the version of the printer.
GetPrinterVersionInfo
Get the version information of the printer.
GetRegistrySetting
Read printer settings from the registry key HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Print\Printers\[PRINTER NAME]
LinearizeOverloaded.
Merge
Merge two or more PDF files.
PrintFile
Send a file to the printer set in the PrinterName property. This method will use the PrintTo verb to send a file to the printer and create a PDF document. You often want to create a runonce.ini before calling this method. It is recommended that you set the following settings:
 Copy Code
ShowSettings=never
 Copy Code
ShowSaveAs=never
 Copy Code
ShowProgress=yes
 Copy Code
ShowProgressFinished=no
 Copy Code
ShowPDF=no
 Copy Code
ConfirmOverwrite=no
PrintPdf
Send an existing PDF file to a printer
ReadIniString
Read a string from an ini file.
SignPdfOverloaded.
SignPdfByThumbprintOverloaded.
WaitForFile
Wait for a file to be created.
WriteIniString
Write a string to an ini file.

Properties

  NameDescription
DefaultPrinterName
Returns the default printer name for the assembly.

See Also