Loading...
Searching...
No Matches
pdftron::PDF::PrintToPdfModule Class Reference

#include <PrintToPdfModule.h>

Static Public Member Functions

static bool IsModuleAvailable ()
static void PrintToPdf (PDFDoc &pdf_doc, const UString &file_to_print, PrintToPdfOptions *options=0)

Detailed Description

The class PrintToPdfModule. An interface into Apryse SDKs Print To PDF functionality

Definition at line 23 of file PrintToPdfModule.h.

Member Function Documentation

◆ IsModuleAvailable()

bool pdftron::PDF::PrintToPdfModule::IsModuleAvailable ( )
static

Find out whether the PrintToPdf module is available.

Returns
returns true if PrintToPdf can be performed.

◆ PrintToPdf()

void pdftron::PDF::PrintToPdfModule::PrintToPdf ( PDFDoc & pdf_doc,
const UString & file_to_print,
PrintToPdfOptions * options = 0 )
static

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.
optionsPrint options (optional).

The documentation for this class was generated from the following file: