Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions PDFNetPHP/PDFNetPHP.i
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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"

Expand Down
2 changes: 2 additions & 0 deletions PDFNetPython/PDFNetPython.i
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down
2 changes: 2 additions & 0 deletions PDFNetRuby/PDFNetRuby.i
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down Expand Up @@ -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"

Expand Down
2 changes: 2 additions & 0 deletions PDFTronGo/pdftron.i
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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{
Expand Down