-
Hi @EliotJones ,
I'm a long time user of PdfPig and absolutely love the library. I was wondering if there is a way to rotate an existing PDF with PdfPig, while also rotating the coordinate system w…
-
Looks like I may have triggered a bug in the parsing of a specific PDF I need to process.
The exception is `UglyToad.PdfPig.Core.PdfDocumentFormatException`
The message is this.. (there is no…
-
Actual Behavior: We are processing the attached document. When we are looking into the parsed content, we are seeing duplicate strings being read. For matched lines/segments - there are no. of duplica…
-
Hello I am loving PDF pig so far threw like 200 different pdf's at it no problem but now ran into 1 that is giving an error:
`UglyToad.PdfPig.Core.PdfDocumentFormatException
HResult=0x80131500
…
-
Hi, I've tried a similar library, PdfSharp, but it displayed each emoji as 2 little square boxes :( A blocker for me :(
I gather PdfJet displays 2 byte emojis ok. So does PdfPig display emojis co…
-
@EliotJones Hey. I'm curious if there is a way to extract text with preserving layout.
The example of such text extraction can be found in pdftotext from poppler tool set.
Do you have an idea how …
-
Hello there,
i get an exception trying to get the first page of a specific document. The error Message is "Could not find the object number 7 0 with type StreamToken.". I Updated to the newest PreR…
-
```
System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. (Parameter 'index') at System.Collections.Generic.List`1.get_Item(Int32 …
-
Using the AdvancedTextExtraction example and substituting a PDF I would like to read, the example is bombing out when trying to open the PDF:
PdfDocument.Open(filePath)
rootDictionary is NULL
…
-
The PdfPig NuGet package contains the assembly UglyToad.PdfPig.Package.dll which doesn't contain any code. It doesn't really hurt, but I think this assembly should be removed.