-
-
Notifications
You must be signed in to change notification settings - Fork 196
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
12 changed files
with
403 additions
and
390 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# Limitations / Known Issues | ||
|
||
## DocuSign PDFs | ||
|
||
If you have this [error](https://stackoverflow.com/questions/66636441/pdf2image-library-failing-to-read-pdf-signed-using-docusign): | ||
|
||
```bash | ||
pdf2image.exceptions.PDFPageCountError: Unable to get page count. | ||
Syntax Error: Gen inside xref table too large (bigger than INT_MAX) | ||
Syntax Error: Invalid XRef entry 3 | ||
Syntax Error: Top-level pages object is wrong type (null) | ||
Command Line Error: Wrong page range given: the first page (1) can not be after the last page (0). | ||
``` | ||
|
||
You are possibly using an old version of poppler. The solution is to update to the latest version. Similarly, if you are working with Docker (Debian 11 Image), maybe you can not update poppler because is not available. So, you have to use an image in ubuntu, install Python and then what you need. | ||
|
||
More details [here](https://github.com/Belval/pdf2image/issues/234). |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
Reference | ||
********** | ||
|
||
Main functions | ||
-------------- | ||
|
||
.. automodule:: pdf2image.pdf2image | ||
:members: | ||
|
||
Exceptions | ||
---------- | ||
|
||
.. automodule:: pdf2image.exceptions | ||
:members: | ||
|
||
Parsers | ||
------- | ||
|
||
.. automodule:: pdf2image.parsers | ||
:members: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.