Commit Graph

197 Commits

Author SHA1 Message Date
Simon Chenard 9fd1ba37de As suggested by Lu Wand, merging the adobe-form branch into the incoming branch 2014-12-03 14:32:01 -05:00
Lu Wang 92413fdec3 use auto when possible
fix typo
2014-11-16 22:11:03 +08:00
Simon Chenard c9201c6a1d some more corrections and cleaning 2014-11-14 14:28:17 -05:00
Lu Wang ad6ff61797 ENABLE_SVG is on by default; do not support poppler <0.25.0 2014-11-13 12:32:31 +08:00
Simon Chenard ea226cf302 Corrections as per Wang Lu's suggestions 2014-10-02 16:08:42 -04:00
Simon Chenard f8404691ed cleanup a bit, output css only once 2014-08-14 10:35:27 +02:00
Simon Chenard 5223541c1f working but ugly code 2014-08-11 16:36:35 +02:00
Lu Wang 80b8e1f5de Merge pull request #365 from duanyao/covered_text_handling
Covered text handling
2014-07-13 17:41:31 -07:00
Lu Wang 2081f9eb88 merge fix 2014-07-13 17:02:15 -07:00
Lu Wang 123b37ce22 lots of improvements from josch 2014-07-13 16:59:30 -07:00
Duan Yao d0348b3974 Rename class CoveredTextHandler to CoveredTextDetector 2014-06-29 14:48:57 +08:00
Duan Yao 4ab00e3644 Add check of nullptr to fallback_bg_renderer; remove outdated comment. 2014-06-29 13:04:12 +08:00
Duan Yao a5ac6b4d0d Make SplashBackgroundRenderer working with --process-covered-text 2014-06-29 13:04:12 +08:00
Duan Yao 1d95b73eee Handle clips during processing of covered text. 2014-06-29 13:04:12 +08:00
Duan Yao bd3f165ae2 Handle texts covered by paths; concentrate drawing tracing codes to DrawingTracer calss; disable CSS drawing. 2014-06-29 13:04:12 +08:00
Duan Yao ce28c00a49 Implement covered text handling. 2014-06-29 13:04:12 +08:00
Duan Yao 6bf2824b1f Move BackgroundRenderer fallback logic to HTMLRenderer. 2014-06-23 17:35:39 -07:00
Marc Sanfacon 5fab160e05 Modifications following code review
Fixed rmdir under Windows/MINGW
2014-01-09 08:14:12 -05:00
Marc Sanfacon 652b40971a Revert "+ quiet parameter"
This reverts commit defc1738be.
2014-01-08 10:50:32 -05:00
Marc Sanfacon defc1738be + quiet parameter 2013-12-27 13:52:07 -05:00
Marc Sanfacon 45f9cd116b Trim the withespaces & \r before comparing the lines to fix Windows \r 2013-11-29 14:00:14 -05:00
Marc Sanfacon 57c02b1972 Added a parameter to limit the output size. This is an estimate, but should be good enough. 2013-11-22 16:39:28 -05:00
Lu Wang af60845550 remove page_decoration 2013-11-04 23:53:38 +08:00
Lu Wang 25b70bb1e1 output* -> write* 2013-10-18 16:31:59 +08:00
Lu Wang fd00c5f698 new escaping function for html tag attributes 2013-10-18 15:40:51 +08:00
Lu Wang 23c4c4d4fe Merge pull request #186 from micred/reactivezoom
yet another zoom
2013-09-30 00:12:52 -07:00
Lu Wang cddfaf6ae2 add rotating logo 2013-09-27 19:48:40 +08:00
Lu Wang dd9d21cb19 new option: --bg-format 2013-09-18 18:01:56 +08:00
Lu Wang 14815eb666 fix build for old poppler 2013-09-16 20:39:53 +08:00
Lu Wang 7534466d75 do not embed empty bg image 2013-09-16 16:30:00 +08:00
Michele Redolfi 43c330f9b7 basic zoom 0.1 2013-07-16 17:42:02 +02:00
Lu Wang dd41565c3c dump empty frames for split-pages 2013-06-09 22:19:12 +08:00
Lu Wang 92454a9883 new option --embed, --embed-*; better ArgEntry 2013-05-27 07:43:26 +08:00
Lu Wang de26cf056e add json encoding 2013-05-09 20:30:49 +08:00
Lu Wang 57a687ccf8 remove unuseful code 2013-05-06 19:54:29 +08:00
Lu Wang 7c12b228c2 disable dragging on background images 2013-05-06 19:53:56 +08:00
Lu Wang c1104cb00f clear map file on error; trim spaces in manifest 2013-05-06 17:25:41 +08:00
Lu Wang 0cd9405565 simple clipping 2013-05-04 19:26:26 +08:00
Lu Wang 64279bd26d --page-filename; a default HTML when --split-pages is on; Fixes #125 2013-05-02 16:09:42 +08:00
Lu Wang b8cfac4574 escape input file name; aware of 0xa0 as space 2013-05-01 23:56:20 +08:00
Lu Wang 4d3f4655e5 new option --printing 2013-04-30 19:07:55 +08:00
Lu Wang d5f9c23ec1 remove a double entrance of str_fmt 2013-04-26 15:19:12 +08:00
Lu Wang 1da9be54d9 refactor line/page stuffs, preparing to support clip 2013-04-07 23:50:23 +08:00
Lu Wang 68791299e5 add HTMLTextPage for further optimization 2013-04-07 00:42:54 +08:00
Lu Wang 8f929a663a TextLineBuffer -> HTMLTextLine 2013-04-06 23:51:33 +08:00
Lu Wang fcb61a8fc4 base64stream -> Base64Stream 2013-04-06 23:41:58 +08:00
Lu Wang ecebfb46e8 use reference instead of pointer 2013-04-06 17:01:05 +08:00
Lu Wang 1ddcaafd57 rearrange files 2013-04-06 16:45:01 +08:00
Lu Wang bc9318e33d separate TextLinebuffer and HTMLRenderer 2013-04-06 16:32:31 +08:00
Lu Wang ab2588a5fd merge sub/sup into one line 2013-04-05 21:53:34 +08:00