-
In my project I have added pdfpig nuget package along with its dependencies. Everything was working fine until I recently updated its dependencies to their latest version. Now end users are getting th…
-
Hello,
I found this really nice project because I need to read and process many pdf files.
(At the moment I am using V0.19-Alpha but also tested V0.18)
The pdf file can be opened with adobe, howe…
-
I've stumbled upon this [pdf](https://www.lukb.ch/documents/38421/354574/LUKB-Anlagepolitik-Q4-2023.pdf/c4fd0aff-aeed-c66d-f4d3-932755195ec1?t=1695704850858), which throws an `InvalidFontFormatExcepti…
-
I am trying to open a pdf generated by crystal reports and it is giving the error
Could not find the startxref within the last 2048 characters.
We open number of pdfs generated by Crystal Report…
-
I am working on a project to make existing PDF documents accessible. I am trying to switch from PdfSharp to PdfPig because it seems to handle metadata better. My goal is to read the document structure…
-
Is it possible to add the original string or the original bytes in Letter so that I can find the original instruction position of this character in Contents of PDF.
[2015p3.zip](https://github.com/us…
-
When Japanese-language forms are output, the characters may be garbled in Stream mode.
This may be caused by PdfPig.
When I extracted only text using PdfPig, the text was garbled as well.
Are y…
haya4 updated
2 years ago
-
[PdfTest.pdf](https://github.com/UglyToad/PdfPig/files/13195917/PdfTest.pdf)
```C#
using (var document = UglyToad.PdfPig.PdfDocument.Open(pdfFilePath))
{
foreach (var page in document.GetPag…
-
I testing reading of the PDF content, that is protected for modifications (copy content is not allowed) and expect to provide a password to the Open method, however it seems I can pass any, literally …
-
I have registered a custom text extractor (PdfPig).
However it doesn't hit any of my break points, and it doesn't seem to return any results.
I have registered it as below:
```
using Examine…
ghost updated
2 years ago