Main Page
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
PrintToPdfModule.h
Go to the documentation of this file.
1
//---------------------------------------------------------------------------------------
2
// Copyright (c) 2001-2024 by Apryse Software Inc. All Rights Reserved.
3
// Consult legal.txt regarding legal and license information.
4
//---------------------------------------------------------------------------------------
5
// !Warning! This file is autogenerated, modify the .codegen file, not this one
6
// (any changes here will be wiped out during the autogen process)
7
8
#ifndef PDFTRON_H_CPPPDFPrintToPdfModule
9
#define PDFTRON_H_CPPPDFPrintToPdfModule
10
#include <C/PDF/TRN_PrintToPdfModule.h>
11
12
#include <
PDF/PrintToPdfOptions.h
>
13
#include <
Common/BasicTypes.h
>
14
#include <
Common/UString.h
>
15
#include <
PDF/PDFDoc.h
>
16
17
namespace
pdftron {
namespace
PDF {
18
23
class
PrintToPdfModule
24
{
25
public
:
26
32
static
bool
IsModuleAvailable
();
33
41
static
void
PrintToPdf
(
PDFDoc
& pdf_doc,
const
UString
& file_to_print,
PrintToPdfOptions
* options = 0);
42
};
43
44
#include <Impl/PrintToPdfModule.inl>
45
}
//end pdftron
46
}
//end PDF
47
48
49
#endif //PDFTRON_H_CPPPDFPrintToPdfModule
pdftron::PDF::PrintToPdfOptions
Definition:
PrintToPdfOptions.h:9
UString.h
pdftron::PDF::PrintToPdfModule::IsModuleAvailable
static bool IsModuleAvailable()
pdftron::PDF::PrintToPdfModule
Definition:
PrintToPdfModule.h:23
pdftron::PDF::PDFDoc
Definition:
PDFDoc.h:70
PDFDoc.h
PrintToPdfOptions.h
BasicTypes.h
pdftron::PDF::PrintToPdfModule::PrintToPdf
static void PrintToPdf(PDFDoc &pdf_doc, const UString &file_to_print, PrintToPdfOptions *options=0)
pdftron::UString
Definition:
UString.h:26