Commit Graph

773 Commits (548b933a84fef9fe2c21c78702fae0cc8a713923)

Author SHA1 Message Date
Pieter Marsman 548b933a84 Add line to CHANGELOG.md for #325 2019-11-06 21:51:34 +01:00
Jianfeng 44b223cf0a Speedup grouping of textboxes (#315)
Changed: using a heap instead of a SortedList and avoid rebuilding the heap in each iteration
Changed: avoid potentially huge number of variable assignments in list comprehension.
Changed: avoid repeatly evaluating `obj is obj` in list comprehension by storing id(obj).
2019-10-31 09:22:58 +01:00
Pieter Marsman 6cc78ee124
Replace opts by argparse in dumppdf.py (#321)
Also add multi-character argument names
Fixes #175
2019-10-27 21:40:04 +01:00
Pieter Marsman 347c125fb8 Revert "Move old documentation to subfolder"
This reverts commit a2e6c7c0
2019-10-27 14:26:11 +01:00
Pieter Marsman a2e6c7c0c9 Move old documentation to subfolder 2019-10-27 14:21:47 +01:00
Pieter Marsman d88d6020a2
Remove webapp and other (un)helpful application references: django, cgi, and pyinstaller. (#320)
Fixes #314 
Fixes #105
2019-10-26 19:16:37 +02:00
Pieter Marsman 1c4a4167ed
Fix failing test on develop & cleaning up test files (#319) 2019-10-26 18:42:33 +02:00
Pieter Marsman a238a19999
Fix assertionerror when dumping pdf with reference to objid 0 (#318)
Fixes #94 
Added: test to get check if `PDFObjectNotFound` error is raised if objid 0 is requested.
2019-10-25 22:49:58 +02:00
Pieter Marsman 5516c8147c Add new python versions for travis 2019-10-23 21:05:30 +02:00
Serj Sintsov cb9cd8ea46 Use named logger instead of root logger (#236) 2019-10-22 20:52:43 +02:00
jbarlow83 733ddf7e57 Added: tests for extracting tests from pdfs with Type3 fonts (#205) 2019-10-22 18:15:59 +02:00
Pieter Marsman 373c6e7b97
Added: extraction of JBIG2 encoded images (#311)
And added test for pdf with JBIG2 image.

Fixes #26 
Closes #46
2019-10-22 17:37:06 +02:00
Pieter Marsman 3001fe3a82
Add item to checklist about updating CHANGELOG.md 2019-10-22 17:30:09 +02:00
Pieter Marsman 9153e835bc
Merge pull request #310 from pdfminer/test-pr
Use same format for pull_request_template.md as for bug_report.md
2019-10-21 23:12:44 +02:00
Pieter Marsman 36621c8038 Use same format for pull_request_template.md as for bug_report.md 2019-10-21 23:08:57 +02:00
Pieter Marsman 131611ab6b
Create pull_request_template.md 2019-10-21 23:02:50 +02:00
Pieter Marsman 049919a981 Update issue templates 2019-10-21 22:51:45 +02:00
Pieter Marsman fa34c8d215 Merge branch 'master' into develop 2019-10-20 14:24:44 +02:00
Pieter Marsman 694aa508c3 Release 20191020 2019-10-20 14:21:48 +02:00
Pieter Marsman 1d3fa415b5 Remove licence from README.md because it is already in the LICENCE file 2019-10-20 14:19:18 +02:00
Pieter Marsman 19c078f0d0 Update CONTRIBUTING.md 2019-10-20 14:18:26 +02:00
Pieter Marsman adc4726e06
Add warning about dropping python2 support (#307)
Fix #303
2019-10-20 13:59:29 +02:00
Pieter Marsman dd7dc7b684 Use keep-a-changlog format for CHANGELOG.md and add unreleased additions, fixes and changes. 2019-10-20 12:32:11 +02:00
Hugo van Kemenade 12bba5b5f7 Only define dependencies in setup.py (#306)
Fixes #299. Closes #300.

Changed: define dependencies in setup.py using install_requires and extra_requires. 
Added: section to CONTRIBUTE.md for initial dev setup.
2019-10-20 11:41:31 +02:00
Pieter Marsman 9fd7172f7b Cleanup utils.py 2019-10-17 12:14:02 +02:00
jet457 7e40fde320 Removing assertion in drange to allow equal inputs (#246) and mimic behaviour of built-in method range
Fixes #66, since it now allows the bbox to have 0 width or 0 height
Added tests for Plane since it is the API that uses drange
2019-10-17 12:04:25 +02:00
D.A.Bashkirtsev 4df6d4e5ca Changed: comparations for image colorspace literals (#132)
Fixes #131 

Changed: comparations for image colorspace literals
Added: test for extracting images from pdfs
2019-10-15 16:11:54 +02:00
Pieter Marsman 63b2e09ac3
Merge pull request #203 from jbarlow83/negative-descent
Interpret font Descent as a negative number even if specified as positive
2019-10-13 20:06:52 +02:00
Pieter Marsman eae70b999c
Merge pull request #219 from FelixSchwarz/fixed-wheel-requirements
use conditional requirements to ensure "chardet" is always required on Python 3
2019-10-13 19:57:05 +02:00
Tata Ganesh c6ad95ea87
Merge pull request #298 from tongbaojia/fix_color_graphicstate_dev
Fix stoke color and non-stroke color in PDFGraphicState
2019-10-13 19:27:09 +05:30
Tony Tong 106a09c5bb fix stoke color and non-stroke color in PDFGraphicState 2019-10-12 17:35:46 -04:00
Tata Ganesh f218996fe9
Merge pull request #273 from igormp/develop
Use resolve_all on PdfFont widths and bbox
2019-10-12 21:24:29 +05:30
Tata Ganesh f53fbd98b1
Merge pull request #283 from fakabbir/pdfstream-as-cmap
Pdfstream as cmap
2019-10-12 21:22:52 +05:30
Tata Ganesh 41d1efac7e
Merge pull request #297 from pdfminer/revert-287-fix_color_graphicstate
Revert "Fix stoke color and non-stroke color in PDFGraphicState"
2019-10-12 21:19:58 +05:30
Tata Ganesh cc310d3d74
Revert "Fix stoke color and non-stroke color in PDFGraphicState" 2019-10-12 21:19:36 +05:30
Tata Ganesh f7056b482a
Merge pull request #287 from tongbaojia/fix_color_graphicstate
Fix stoke color and non-stroke color in PDFGraphicState
2019-10-12 21:19:31 +05:30
Tata Ganesh d6fd7e76b2
Merge pull request #286 from kaushikacharya/denis_article_name
Adding Denis's article name.
2019-09-08 18:33:56 +05:30
Tony Tong 2156efe64f fix stoke color and non-stroke color in PDFGraphicState 2019-08-22 10:24:51 -04:00
Fakabbir Amin 7c03d96d25 Corrects Comment 2019-08-20 17:16:10 +05:30
Fakabbir Amin abd685fdc6 Corrects Code Comment 2019-08-20 17:13:27 +05:30
Fakabbir Amin 3d549ea48c Removes code comments 2019-08-20 16:48:40 +05:30
Kaushik Acharya 963a227b2e Updated URL for the article 2019-08-19 20:16:34 +05:30
Igor Moura cf4641d877
Merge branch 'develop' into develop 2019-08-15 08:11:28 -03:00
Kaushik Acharya bfbb8b8f0b Adding Denis's article name. 2019-08-15 11:59:29 +05:30
Fakabbir Amin 3f0f05def6 Merge branch 'pdfstream-as-cmap' of https://github.com/fakabbir/pdfminer.six into pdfstream-as-cmap 2019-08-10 11:04:10 +05:30
Fakabbir Amin 3125d3634a Correct old test cases 2019-08-10 11:03:28 +05:30
Fakabbir Amin fe38695739
Merge branch 'develop' into pdfstream-as-cmap 2019-08-10 10:44:31 +05:30
Fakabbir Amin 5b210981c9 Adds Test Case 2019-08-10 10:19:20 +05:30
Fakabbir Amin 5a0d8db052 Adds decoder for OnebyteIdentityH/V instead of using default CMap 2019-08-10 10:07:23 +05:30
Tata Ganesh 48b25939c2
Merge pull request #264 from fakabbir/pdfstream-as-cmap
Pdfstream as cmap
2019-07-31 22:20:37 +05:30