#include <PrintToPdfModule.h>
The class PrintToPdfModule. An interface into Apryse SDKs Print To PDF functionality
Definition at line 23 of file PrintToPdfModule.h.
| static bool pdftron::PDF::PrintToPdfModule::IsModuleAvailable |
( |
| ) |
|
|
static |
Find out whether the PrintToPdf module is available.
- Returns
- Returns true if PrintToPdf can be performed.
Generate a PDF file by printing a document to the Apryse PDF printer via the Windows print verb.
- Parameters
-
| pdf_doc | The destination document. |
| file_to_print | The source document filename. |
| options | Print options (optional). |
| static void pdftron::PDF::PrintToPdfModule::PrintToPdf |
( |
PDFDoc & |
pdf_doc, |
|
|
const std::vector< UString > & |
files_to_print, |
|
|
PrintToPdfOptions * |
options |
|
) |
| |
|
static |
Generate a PDF file by printing multiple documents to the Apryse PDF printer via the Windows print verb.
- Parameters
-
| pdf_doc | The destination document. |
| files_to_print | The list of source document filenames. |
| options | Print options (optional). |
The documentation for this class was generated from the following file: