We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 844960f + 89578f1 commit 79488f5Copy full SHA for 79488f5
1 file changed
pdf2htmlEX/src/main/cpp/pdf2htmlEX.cc
@@ -80,6 +80,7 @@ Java_com_viliussutkus89_android_pdf2htmlex_pdf2htmlEX_call_1pdf2htmlEX(JNIEnv *e
80
CCharGC userPassword(env, userPassword_);
81
82
pdf2htmlEX::pdf2htmlEX converter;
83
+ converter.setProcessOutline(false);
84
converter.setDataDir(dataDir.c_str());
85
converter.setPopplerDataDir(popplerDir.c_str());
86
converter.setTMPDir(tmpDir.c_str());
0 commit comments