From 806599aa0fb20d59e227c032c2cb5328c31e78ad Mon Sep 17 00:00:00 2001 From: Ramzi Date: Tue, 13 Jan 2026 12:19:44 -0800 Subject: [PATCH] Adds internal tools. --- PDFNetPHP/PDFNetPHP.i | 2 ++ PDFNetPython/PDFNetPython.i | 2 ++ PDFNetRuby/PDFNetRuby.i | 2 ++ PDFTronGo/pdftron.i | 2 ++ 4 files changed, 8 insertions(+) diff --git a/PDFNetPHP/PDFNetPHP.i b/PDFNetPHP/PDFNetPHP.i index 834d10f4..5cb7b8d2 100644 --- a/PDFNetPHP/PDFNetPHP.i +++ b/PDFNetPHP/PDFNetPHP.i @@ -241,6 +241,7 @@ #include "PDF/TextSearch.h" #include "PDF/TaggingOptions.h" #include "PDF/WebFontDownloader.h" + #include "PDF/PDFNetInternalTools.h" // header files in /PDFNetC/Headers/SDF #include "SDF/DictIterator.h" @@ -1133,6 +1134,7 @@ namespace pdftron { %include "PDF/PDFDCEX.h" %include "PDF/PDFDraw.h" %include "PDF/WebFontDownloader.h" +%include "PDF/PDFNetInternalTools.h" %include "Layout/ContentTree.h" %include "Layout/FlowDocument.h" diff --git a/PDFNetPython/PDFNetPython.i b/PDFNetPython/PDFNetPython.i index dfd318b2..d45cd190 100644 --- a/PDFNetPython/PDFNetPython.i +++ b/PDFNetPython/PDFNetPython.i @@ -236,6 +236,7 @@ #include "PDF/WebFontDownloader.h" #include "PDF/PrintToPdfOptions.h" #include "PDF/PrintToPdfModule.h" + #include "PDF/PDFNetInternalTools.h" // header files in /PDFNetC/Headers/SDF #include "SDF/DictIterator.h" @@ -963,6 +964,7 @@ namespace pdftron { %include "PDF/PDFDCEX.h" %include "PDF/PDFDraw.h" %include "PDF/WebFontDownloader.h" +%include "PDF/PDFNetInternalTools.h" %include "Layout/ContentTree.h" %include "Layout/FlowDocument.h" diff --git a/PDFNetRuby/PDFNetRuby.i b/PDFNetRuby/PDFNetRuby.i index 049cf8b6..f5ce8770 100644 --- a/PDFNetRuby/PDFNetRuby.i +++ b/PDFNetRuby/PDFNetRuby.i @@ -225,6 +225,7 @@ #include "PDF/TextSearch.h" #include "PDF/TaggingOptions.h" #include "PDF/WebFontDownloader.h" + #include "PDF/PDFNetInternalTools.h" #include "Layout/ContentTree.h" #include "Layout/FlowDocument.h" @@ -919,6 +920,7 @@ namespace pdftron { %include "PDF/PDFDCEX.h" %include "PDF/PDFDraw.h" %include "PDF/WebFontDownloader.h" +%include "PDF/PDFNetInternalTools.h" %include "Layout/ContentTree.h" %include "Layout/FlowDocument.h" diff --git a/PDFTronGo/pdftron.i b/PDFTronGo/pdftron.i index 94e160e3..88e760e3 100644 --- a/PDFTronGo/pdftron.i +++ b/PDFTronGo/pdftron.i @@ -187,6 +187,7 @@ #include "PDF/WebFontDownloader.h" #include "PDF/PrintToPdfOptions.h" #include "PDF/PrintToPdfModule.h" + #include "PDF/PDFNetInternalTools.h" // header files in /PDFNetC/Headers/SDF #include "SDF/DictIterator.h" @@ -537,6 +538,7 @@ namespace pdftron { %include "PDF/PDFDCEX.h" %include "PDF/PDFDraw.h" %include "PDF/WebFontDownloader.h" +%include "PDF/PDFNetInternalTools.h" //Extend Initialize method to call overloaded one internally %extend pdftron::PDFNet{