[Poppler-bugs] [Bug 35378] Poppler::Document::load() function fails on some MS-Windows configurations

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Tue Nov 1 05:59:17 PDT 2011


https://bugs.freedesktop.org/show_bug.cgi?id=35378

--- Comment #12 from Hib Eris <hib at hiberis.nl> 2011-11-01 05:59:17 PDT ---
In the poppler glib bindings on windows we use
  new PDFDoc(filenameW, length, password_g, password_g);
instead of
  new PDFDoc(filename_g, password_g, password_g);
to create a PDFDoc. See glib/poppler-document.cc

I guess, the same thing should work for the qt bindings in poppler-private.h:
DocumentData(GooString *filePath, GooString *ownerPassword, GooString
*userPassword)

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the Poppler-bugs mailing list