Loading...
Searching...
No Matches
PrintToPdfModule.h
Go to the documentation of this file.
1
//---------------------------------------------------------------------------------------
2
// Copyright (c) 2001-2025 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
BasicTypes.h
PDFDoc.h
PrintToPdfOptions.h
UString.h
pdftron::PDF::PDFDoc
Definition
PDFDoc.h:72
pdftron::PDF::PrintToPdfModule
Definition
PrintToPdfModule.h:24
pdftron::PDF::PrintToPdfModule::IsModuleAvailable
static bool IsModuleAvailable()
pdftron::PDF::PrintToPdfModule::PrintToPdf
static void PrintToPdf(PDFDoc &pdf_doc, const UString &file_to_print, PrintToPdfOptions *options=0)
pdftron::PDF::PrintToPdfOptions
Definition
PrintToPdfOptions.h:10
pdftron::UString
Definition
UString.h:28
pdftron::PDF
Definition
Action.h:15
pdftron
Definition
BasicTypes.h:10