-
Notifications
You must be signed in to change notification settings - Fork 15
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
pdfium question #20
Comments
PDFium build is a bit of hassle to set-up as it uses a unusual build system (i.e. Let's tag this as an enhancement. Happy to accept a PR, if you're able. |
I found a way to integrate pdfium, I write here a step-by-step procedure that can be easy (I guess) to integrate with the current build system. I'm not opening a merge request because I'm not familiar with it. NOTE: I'm using the
diff --git a/build/vips-web.mk b/build/vips-web.mk
index 0331de0..24134ce 100644
--- a/build/vips-web.mk
+++ b/build/vips-web.mk
@@ -74,7 +74,7 @@ define $(PKG)_BUILD
-Dopenexr=disabled \
-Dopenjpeg=disabled \
-Dopenslide=disabled \
- -Dpdfium=disabled \
+ -Dpdfium=enabled \
-Dpoppler=disabled \
-Dquantizr=disabled \
-Dppm=false \
At the end of the building process the zip archive |
Description
Hello there and thanks for the hard work
I'm wondering why even in
all
, it's build with--without-pdfium
argument.The install seem well documented, so is there a problem with pdfium ?
Just trying to see if it could be possible to replace poppler (GPL) by pdfium (apache 2.0)
The text was updated successfully, but these errors were encountered: