-
I have PDF file that is failing in
`UglyToad.PdfPig.Parser.DocumentInformationFactory.Create` method, because "token" is null.
What is the reason to throw exception in this case?
`throw new PdfD…
-
Hi there, i didn't find any references to this problem.
I build 360ko pdf file but when send to printer, it's size increased to 120mo.
It's not a big deal for a few prints but i plan to chain hund…
-
As mentioned in https://github.com/UglyToad/PdfPig/issues/439#issuecomment-1100861460, for some PDFs, `ContentOrderTextExtractor.GetText(page)` extracts spaces as tabs. A PDF file that illustrates thi…
-
**Expected behaviour**: able to open a PDF create by copying a page with inline images using PdfDocumentBuilder AddPage from source page.
**Observed behaviour**: opening the newly created PDF throw…
-
Hi,
I have a pdf with interactive forms. PdfPig is not getting text inside these forms.
I've tried with:
ExtractTextWithNewlines.Run()
OpenDocumentAndExtractWords.Run…
-
Is it possible to get an alpha release 🙏 ?
We are heavily suffering from this bug https://github.com/UglyToad/PdfPig/pull/473
-
I have been starting to look for alternatives to iText7 for text extraction since iText has issues with some pdf documents that I need to handle which seem to have an uncommon (but still valid) encodi…
-
[TextExtraction.pdf](https://github.com/UglyToad/PdfPig/files/9682570/TextExtraction.pdf)
For the attached sample, page text was extracted with the property `Page.Text`. The following shortcomings …
-
The source page (`page.Rotation == 90`) is in horizontal orientation. The new document generated from `PdfPageBuilder.CopyFrom` has a correct orientation in page size, but with a vertical-oriented con…
-
I'm trying to write a tool to extract PDF content to another format (for example html), and so I need to be able to know where images fit in amongst the text as well as what parts of the text are hype…