![]() |
#include <Convert.h>
Static Public Member Functions | |
static void | Install (const UString &in_printerName="PDFTron PDFNet") |
Install the PDFNet printer. | |
static void | Uninstall () |
Uninstall all printers using the PDFNet printer driver. | |
static const UString | GetPrinterName () |
Get the name of the PDFNet printer installed in this process session. | |
static void | SetPrinterName (const UString &in_printerName="PDFTron PDFNet") |
Set the name of the PDFNet printer installed in this process session. | |
static bool | IsInstalled (const UString &in_printerName="PDFTron PDFNet") |
Determine if the PDFNet printer is installed. |
static void pdftron::PDF::Convert::Printer::Install | ( | const UString & | in_printerName = "PDFTron PDFNet" |
) | [static] |
Install the PDFNet printer.
Installation can take a few seconds, so it is recommended that you install the printer once as part of your deployment process. Duplicated installations will be quick since the presence of the printer is checked before installation is attempted. There is no need to uninstall the printer after conversions, it can be left installed for later access.
in_printerName | the name of the printer to install and use for conversions. If in_printerName is not provided then the name "PDFTron PDFNet" is used. |
static void pdftron::PDF::Convert::Printer::Uninstall | ( | ) | [static] |
Uninstall all printers using the PDFNet printer driver.
static const UString pdftron::PDF::Convert::Printer::GetPrinterName | ( | ) | [static] |
static bool pdftron::PDF::Convert::Printer::IsInstalled | ( | const UString & | in_printerName = "PDFTron PDFNet" |
) | [static] |
Determine if the PDFNet printer is installed.
in_printerName | the name of the printer to install and use for conversions. If in_printerName is not provided then the name "PDFTron PDFNet" is used. |