Commit Graph

  • b0e035c24f Style fix: always have an explicit return. Yusuke Shinyama 2014-07-15 21:38:29 +0900
  • f5b5e31921 Fixed: DecodeParms array support. Yusuke Shinyama 2014-07-09 19:07:27 +0900
  • 137fc3a1ae Use KWD instead of token.name. Yusuke Shinyama 2014-06-30 19:15:21 +0900
  • 1ccfaff411 String-Bytes distinction (first attempt). Yusuke Shinyama 2014-06-30 19:05:56 +0900
  • 8791355e1d Cleanup imports. Use relative imports. Yusuke Shinyama 2014-06-26 18:12:39 +0900
  • 2e900e5d10 Fixed for consistent test results. (hopefully...) Yusuke Shinyama 2014-06-26 17:41:31 +0900
  • fe86b4e64e Changed: StringIO -> io.BytesIO Yusuke Shinyama 2014-06-25 19:55:41 +0900
  • a3ab6c253b Fixed: loose autotesting. Yusuke Shinyama 2014-06-25 19:50:20 +0900
  • 107e071508 Drop Python 2.4 support. The oldest supported version is now Python 2.6. Yusuke Shinyama 2014-06-25 19:28:54 +0900
  • 44074b42ea Added: stripcontrol for XMLConverter (-S option) Yusuke Shinyama 2014-06-22 00:33:00 +0900
  • 81391c09f4 Fixed: #56 (with a derpy fix) Yusuke Shinyama 2014-06-18 19:11:45 +0900
  • bb866ae148 Changed: new except syntax (2.6 or above). Yusuke Shinyama 2014-06-16 18:50:07 +0900
  • 28e96ba3d0 Use print as a function. Yusuke Shinyama 2014-06-15 12:14:33 +0900
  • 0387a6c260 Removed: tuple-unpacking args. Yusuke Shinyama 2014-06-15 12:12:13 +0900
  • 8f9c4dedff Test rig cleanup. Yusuke Shinyama 2014-06-15 11:41:30 +0900
  • a8ec99a848 More autotest tweaks. Yusuke Shinyama 2014-06-15 10:52:59 +0900
  • 1384a3fe8d Code cleanup: removed some debug flags. Yusuke Shinyama 2014-06-14 15:43:10 +0900
  • d9680fca7e Plane: preserve the object order so that the test result is always consistent. Yusuke Shinyama 2014-06-14 14:44:53 +0900
  • aed248610c Fixed: dependency on pygame in a unittest. Yusuke Shinyama 2014-06-14 12:05:26 +0900
  • 8e14ebf4e1 Use logging module instead of print. Yusuke Shinyama 2014-06-14 12:00:49 +0900
  • fb3f2d9629 Further test tweaks. Yusuke Shinyama 2014-06-14 12:00:31 +0900
  • 2c90e6ac42 Updated: copyright year. Yusuke Shinyama 2014-06-14 11:29:42 +0900
  • 9ebd6d5938 Travis-CI tweaks. Yusuke Shinyama 2014-06-14 11:24:45 +0900
  • fe0ae545ec added: pip install to travis.yml Yusuke Shinyama 2014-06-14 11:16:50 +0900
  • 582fbcbc1b Merge branch 'travis-yaml' of https://github.com/mduggan/pdfminer Yusuke Shinyama 2014-06-14 11:05:46 +0900
  • a7489aaabe Fixed: autotests Yusuke Shinyama 2014-06-14 10:54:40 +0900
  • 8e8e22c095 Fixed a layout bug introduced at c97ec304. Yusuke Shinyama 2014-06-13 23:05:04 +0900
  • 0786262bac Add travis.yml for CI Matthew Duggan 2014-05-29 15:58:58 +0900
  • 18817d0e38 Merge pull request #53 from numion/encryption Yusuke Shinyama 2014-05-28 11:42:43 +0900
  • a4997d6f10 Implement revision 4 and 5 encryption handler. numion 2014-05-19 16:27:43 +0200
  • 0be2f5422b Fixed the document, thanks to Darius Thabit. Yusuke Shinyama 2014-05-19 23:23:31 +0900
  • 29ebc2d618 Merge pull request #52 from hinesmr/master Yusuke Shinyama 2014-05-15 21:52:23 +0900
  • ae2547b0f2 Stop throwing exception on LITERALS_DCT_DECODE Michael R. Hines 2014-05-14 13:25:30 +0800
  • 6b6fc264ff Code refactoring: CMap and UnicodeMap both inherit CMapBase. Yusuke Shinyama 2014-04-16 18:57:16 +0900
  • b09c37902f Fixed: issue #48 (thanks to speedplane) Yusuke Shinyama 2014-04-09 17:55:50 +0900
  • 52d96b3b67 Added a demo app url. Yusuke Shinyama 2014-04-05 12:26:33 +0900
  • 17b9b19a26 Fixed for newer version: pdf2html.cgi Yusuke Shinyama 2014-04-02 18:54:50 +0900
  • 9242356357 Updated the url. Yusuke Shinyama 2014-03-28 22:55:06 +0900
  • 7b354c7ab3 Version 20140328 Yusuke Shinyama 2014-03-28 22:49:18 +0900
  • 340387bfc6 Cleanup: isinstance Yusuke Shinyama 2014-03-28 17:50:59 +0900
  • 7849c8724a Fixed: PDFXRefStream.get_objids returns invalid objids. Yusuke Shinyama 2014-03-28 17:29:26 +0900
  • 57adad55d7 Revert the wrong fix. Yusuke Shinyama 2014-03-28 17:24:03 +0900
  • b18e8c549d Version 20140327 Yusuke Shinyama 2014-03-28 00:19:52 +0900
  • ee47a6603a Fixed: issues #45 Yusuke Shinyama 2014-03-28 00:18:17 +0900
  • ab03037444 Version 20140324 Yusuke Shinyama 2014-03-24 21:03:46 +0900
  • 62eab0048b Documentation updated. Yusuke Shinyama 2014-03-24 21:03:10 +0900
  • 4b2beba398 Code cleanup. Yusuke Shinyama 2014-03-24 20:59:24 +0900
  • f9079e4c0a Fixed dumppdf.py issues. Yusuke Shinyama 2014-03-24 20:55:00 +0900
  • 607be269ab Applied a patch by Axel Kaiser. Yusuke Shinyama 2014-03-24 20:43:36 +0900
  • d7c4ff28e9 Applied a patch by Axel Kaiser. Yusuke Shinyama 2014-03-24 20:39:30 +0900
  • 636d4caeb3 Fixed the PNG predictor bug. Thanks to Gabor Molnar. Yusuke Shinyama 2014-03-24 19:57:05 +0900
  • 0e7274de1b Added the description of boxes_flow. Yusuke Shinyama 2014-03-24 19:20:40 +0900
  • a51a2d10a4 Merge pull request #40 from meisterluk/master Yusuke Shinyama 2014-01-17 18:14:50 -0800
  • 5ca6fb9953 Fix PDFBox hyperlink. meisterluk 2014-01-13 23:43:09 +0100
  • c97ec3048e Changed / to // for clarity. Yusuke Shinyama 2013-11-26 21:35:16 +0900
  • b589da51b7 Fix for malformed PDFs. Yusuke Shinyama 2013-11-26 21:27:45 +0900
  • bb6f9b6fc9 Added: -R option. Yusuke Shinyama 2013-11-25 18:21:19 +0900
  • af8c4a6b8f - only visit each objid once when dumping all objects Alex Rothberg 2013-11-18 20:41:09 -0500
  • e39e39fa12 Documentation updates. Yusuke Shinyama 2013-11-17 15:32:57 +0900
  • cf1e3c9973 Version bump! Yusuke Shinyama 2013-11-13 14:52:01 +0900
  • 7504d2bf27 Updated and fixed the documents. Yusuke Shinyama 2013-11-13 14:51:24 +0900
  • acad011e3f Code cleanup. Yusuke Shinyama 2013-11-11 20:46:30 +0900
  • 0a4bc9dee9 Renamed: LTAnon -> LTAnno Yusuke Shinyama 2013-11-11 19:18:16 +0900
  • cbef967fbf Renamed: LTAnon -> LTAnno Yusuke Shinyama 2013-11-11 19:17:45 +0900
  • c8b6d4112a Fixed: crash with negative layout bbox. Yusuke Shinyama 2013-11-09 15:10:14 +0900
  • ab5cdd8642 More TODOs. Yusuke Shinyama 2013-11-07 19:53:57 +0900
  • 2b56b2eedf Merged. Yusuke Shinyama 2013-11-07 19:50:41 +0900
  • 76b9275853 Merge pull request #31 from mduggan/update-tests Yusuke Shinyama 2013-11-07 02:46:26 -0800
  • 53997967e6 Merge pull request #30 from mduggan/pyflakes-cleanups Yusuke Shinyama 2013-11-07 02:00:59 -0800
  • f02cb11945 Update test references based on recent layout analysis improvements Matthew Duggan 2013-11-07 17:44:09 +0900
  • 2caa5edc25 PEP8: Whitespace changes to match pep8 Matthew Duggan 2013-11-07 17:35:04 +0900
  • c1da8b835c PEP8: Remove trailing whitespace Matthew Duggan 2013-11-07 16:14:53 +0900
  • 024b821056 Make pyflakes happy by defining variable Matthew Duggan 2013-11-07 16:10:14 +0900
  • 10a68c83bd Remove unused imports identified by pyflakes Matthew Duggan 2013-11-07 16:09:44 +0900
  • 9ff6aa0463 Updated the document. Yusuke Shinyama 2013-11-05 18:25:37 +0900
  • 4ef81ae9d8 Improved word spacing. Yusuke Shinyama 2013-11-05 18:25:19 +0900
  • 96667d286f Updated documentation. Yusuke Shinyama 2013-10-27 00:05:26 +0900
  • 02ad086f6a fixed: HTMLConverter. Yusuke Shinyama 2013-10-25 18:10:40 +0900
  • a1cae26a74 Documentation updated. Yusuke Shinyama 2013-10-23 00:21:03 +0900
  • 86348eba2f Documentation updated. Yusuke Shinyama 2013-10-23 00:17:12 +0900
  • 87842233b3 Version bump! Yusuke Shinyama 2013-10-22 22:19:38 +0900
  • ead3137121 updated documents. Yusuke Shinyama 2013-10-22 19:09:14 +0900
  • 4f677b6bcf fixed: wrong dates in index.html Yusuke Shinyama 2013-10-22 19:00:26 +0900
  • d3730a29ec API change: process_pdf -> PDFPage.get_pages Yusuke Shinyama 2013-10-22 18:59:16 +0900
  • 8a70a9f657 fixed: encoding problem with vertical characters. Yusuke Shinyama 2013-10-22 18:44:40 +0900
  • e927bd307e fixed: https://github.com/euske/pdfminer/issues/8 Yusuke Shinyama 2013-10-22 18:24:39 +0900
  • 32844507ea Fixed some style issues. Yusuke Shinyama 2013-10-19 08:41:01 +0900
  • 28cb424f8f Merge pull request #21 from eug48/master Yusuke Shinyama 2013-10-18 16:23:09 -0700
  • 2aa757978b Reverted to Python2.x syntax. Fixed LZW decoding. Yusuke Shinyama 2013-10-19 08:19:40 +0900
  • bfd9e93c12 Merge branch 'master' of https://github.com/JordanReiter/pdfminer into JordanReiter-master Yusuke Shinyama 2013-10-19 07:46:45 +0900
  • 8e4c0c88e3 fixed: https://github.com/euske/pdfminer/issues/26 Yusuke Shinyama 2013-10-17 23:20:08 +0900
  • 6ca9ac5434 chmod fix. Yusuke Shinyama 2013-10-17 23:06:07 +0900
  • 0ea08890d4 renamed: python2 -> python. Yusuke Shinyama 2013-10-17 23:05:27 +0900
  • 6ad82e355c Beating the codepage dragon. Yusuke Shinyama 2013-10-17 22:57:48 +0900
  • 8d42eec94d in_cmap is on by default. Yusuke Shinyama 2013-10-17 21:40:43 +0900
  • de9f9715e3 Added: Adobe-UCS Yusuke Shinyama 2013-10-17 21:35:25 +0900
  • 774827b4ce Code cleanup: conv_cmap.py Yusuke Shinyama 2013-10-12 13:20:40 +0900
  • 1455f134c6 Fixed: missing ObjStm due to invalid seek. Yusuke Shinyama 2013-10-10 20:10:57 +0900
  • f85c374cae Separated PDFPage to pdfpage.py. Yusuke Shinyama 2013-10-10 19:54:55 +0900
  • 2df67d85ae Expand ObjStm in XRefFallback. Yusuke Shinyama 2013-10-10 19:40:43 +0900