Summary: | pdftotext: Add an option for more detailed bounding box information | ||
---|---|---|---|
Product: | poppler | Reporter: | Jeremy Echols <jechols> |
Component: | utils | Assignee: | poppler-bugs <poppler-bugs> |
Status: | RESOLVED FIXED | QA Contact: | |
Severity: | enhancement | ||
Priority: | medium | CC: | jechols |
Version: | unspecified | ||
Hardware: | All | ||
OS: | All | ||
Whiteboard: | |||
i915 platform: | i915 features: | ||
Attachments: |
Adds -bbox-layout command to pdftotext
Adds -bbox-layout command with man page update Adds -bbox-layout command with man page update |
Description
Jeremy Echols
2015-04-07 17:58:15 UTC
Can you please update the man page too? pdftotext.1 Created attachment 117147 [details] [review] Adds -bbox-layout command with man page update Adds the new flag as well as the man page change to document the flag. (This was created via git format-patch) /home/tsdgeos/devel/poppler/utils/pdftotext.cc: In function ‘void printLine(FILE*, TextLine*)’: /home/tsdgeos/devel/poppler/utils/pdftotext.cc:512:35: warning: format not a string literal and no format arguments [-Wformat-security] fprintf(f, wordXML.str().c_str()); ^ Please fix. Created attachment 117280 [details] [review] Adds -bbox-layout command with man page update Adds the new flag, "-bbox-layout", a man page addition, and deals with security issue by using fputs instead of fprintf when there is no format string Pushed. |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.