Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Test wrappers bug (COR-9) #55

Open
wants to merge 19 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Exposed PDF/WebFontDownloader.h
mnguyenpdftron committed Mar 12, 2022

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit 49520454fb409fe5ddabacff5388f49ecce045a6
4 changes: 3 additions & 1 deletion PDFNetPHP/PDFNetPHP.i
Original file line number Diff line number Diff line change
@@ -209,7 +209,8 @@
#include "PDF/Stamper.h"
#include "PDF/TextExtractor.h"
#include "PDF/TextSearch.h"

#include "PDF/WebFontDownloader.h"

// header files in /PDFNetC/Headers/SDF
#include "SDF/DictIterator.h"
#include "SDF/NameTree.h"
@@ -997,6 +998,7 @@ namespace pdftron {
%include "PDF/PDFDC.h"
%include "PDF/PDFDCEX.h"
%include "PDF/PDFDraw.h"
%include "PDF/WebFontDownloader.h"

//Extend Initialize method to call overloaded one internally
%extend pdftron::PDFNet{
2 changes: 2 additions & 0 deletions PDFNetPython/PDFNetPython.i
Original file line number Diff line number Diff line change
@@ -205,6 +205,7 @@
#include "PDF/Stamper.h"
#include "PDF/TextExtractor.h"
#include "PDF/TextSearch.h"
#include "PDF/WebFontDownloader.h"

// header files in /PDFNetC/Headers/SDF
#include "SDF/DictIterator.h"
@@ -830,6 +831,7 @@ namespace pdftron {
%include "PDF/PDFDC.h"
%include "PDF/PDFDCEX.h"
%include "PDF/PDFDraw.h"
%include "PDF/WebFontDownloader.h"

//Extend Initialize method to call overloaded one internally
%extend pdftron::PDFNet{
2 changes: 2 additions & 0 deletions PDFNetRuby/PDFNetRuby.i
Original file line number Diff line number Diff line change
@@ -194,6 +194,7 @@
#include "PDF/Stamper.h"
#include "PDF/TextExtractor.h"
#include "PDF/TextSearch.h"
#include "PDF/WebFontDownloader.h"

// header files in /PDFNetC/Headers/SDF
#include "SDF/DictIterator.h"
@@ -747,6 +748,7 @@ namespace pdftron {
%include "PDF/PDFDC.h"
%include "PDF/PDFDCEX.h"
%include "PDF/PDFDraw.h"
%include "PDF/WebFontDownloader.h"

//Extend Initialize method to call overloaded one internally
%extend pdftron::PDFNet{
2 changes: 2 additions & 0 deletions PDFTronGo/pdftron.i
Original file line number Diff line number Diff line change
@@ -161,6 +161,7 @@
#include "PDF/Stamper.h"
#include "PDF/TextExtractor.h"
#include "PDF/TextSearch.h"
#include "PDF/WebFontDownloader.h"

// header files in /PDFNetC/Headers/SDF
#include "SDF/DictIterator.h"
@@ -473,6 +474,7 @@ namespace pdftron {
%include "PDF/PDFDC.h"
%include "PDF/PDFDCEX.h"
%include "PDF/PDFDraw.h"
%include "PDF/WebFontDownloader.h"

//Extend Initialize method to call overloaded one internally
%extend pdftron::PDFNet{