-
Hi @EliotJones, below are my initial thoughts about what's missing to enable rendering pdf pages as images:
- Allow users to create their own `ContentStreamProcessor`, either starting from scratch …
BobLd updated
9 months ago
-
Hello, I want render pdf to image and extract text in Xamain. I search pdfbox,then find this library. I use skiasharp in xamarin,and i find [PdfBox-Android](https://github.com/TomRoush/PdfBox-Android)…
xtuzy updated
9 months ago
-
It seems that the code coverage numbers available on https://app.codecov.io/gh/UglyToad/PdfPig are outdate, as the latest commit available is as of 2 years ago:
![image](https://github.com/UglyToad/P…
BobLd updated
9 months ago
-
Hi,
I've been doing some tests with publishing some apps as NativeAOT to see what works and when I built an app that references PdfPig I noticed this in the build logs:
```
UglyToad.PdfPig.Encr…
-
I have a pdf file with some questions and answers like below image:
![image](https://github.com/UglyToad/PdfPig/assets/91174798/28444a39-544f-467f-a368-b003368ddaea)
I want to extract questions …
-
Hi Eliot, first of all, I would like to thank you for this awesome library! I'm having some problems with pdfs generated by the pdfSharp lib, where after the '%%EOF' tag it contains a lot of '\0' char…
-
I have a file (attached) and when I try to extract text from it, it "swallows" all the spaces:
`using (PdfDocument document = PdfDocument.Open(fileStream))
{
foreach (Page p…
-
**Describe the bug**
Creating a PDF fails, with the generator yielding an exception. The PDF is broken. This is similar to #8987, but the exception is different.
```
Start generating PDF files...…
-
[2302.14502.pdf](https://github.com/UglyToad/PdfPig/files/13189890/2302.14502.pdf)
![image](https://github.com/UglyToad/PdfPig/assets/486781/7c503d6e-2769-4279-93d1-691e981e28cc)
```C#
…
-
**Describe the bug**
When running **docfx pdf**, an error occurs after printing pages is done:
Resolving links (4/6)
Loading headers and footers (5/6)
Printing pages (6/6)
Done
Error happe…