-
Hi, I get the following error message which causes the PDF page viewer UI to collapse. It happens when the component is re-rendered which is triggered via a React state update. It seems that the error…
-
hi, i have problem when load some pdfs
i have recyclerview with multiple viewtypes, when i have 5 pdf view, the app crashed
java.lang.IllegalStateException: cannot load page
at andr…
-
I'm getting the exception "Value cannot be null.\r\nParameter name: path1"
The code is:
``` c#
try {
ReportEngine engine = new ReportEngine();
ReportParame…
-
1
```
java.lang.RuntimeException:
at android.os.AsyncTask$4.done (AsyncTask.java:399)
at java.util.concurrent.FutureTask.finishCompletion (FutureTask.java:383)
at java.util.concurrent.Futu…
-
Log tells that my PDF file is not PDF format when i build it on release
but it work fine on debug
```
java.io.IOException: file not in PDF format or corrupted
at android.graphics.pdf.Pdf…
-
**Describe the bug**
A clear and concise description of what the bug is.
Some graphics are displayed as black rectangles with some white pixels
**To reproduce**
Code snippet to reproduce the be…
-
Hello,
I use the example "Creating a searchable Pdf" found here:
https://github.com/tvn-cosine/tesseract.net/wiki/Creating-a-searchable-Pdf
I use the code as vb.net translation.
Every think is…
-
Through the PDFRenderer method renderPage can not display annotations, check the source code, annotations have no drawing logic
-
# migrate PDFRendering and PageDrawer to ami
The examples in `pdfbox` are the basis for extraction of graphic primitives from the PDFStream and demonstrate subclassing. This more-or-less worked wit…
-
Hi,
maybe somebody besides me is searching for a solution on how to generate pdf files on server side. Here is a small example that works for me. Maybe it finds its way to the readme. :)
```
$pdfVie…