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-2023 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 
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
static void PrintToPdf(PDFDoc &pdf_doc, const UString &file_to_print, PrintToPdfOptions *options=0)