-
The current ARM template deployment only deploys the webAPI from the most recent release. Customers are then instructed to run scripts from the repo to deploy the webApp - the problem with this is tha…
-
page.text did not give text with newlines.
using this code on lestest code of pdfpig
using (PdfDocument doc = PdfDocument.Open(textBox1.Text, new ParsingOptions { Password = textBox2.Text }))
…
-
I tried to used example from Readme, but got stuck
Cannot find DlaOptions type in a package. In PdfPig it's not presented as well
![image](https://user-images.githubusercontent.com/27447947/19813572…
-
First I would like to say you did awesome job with that lib.
I would like to use it to extract and modify some information in PDF files, where it cannot be done by regular high-level PDF libraries.
…
-
Hi, I am trying to read the one of the PDF but I receive the below error.
Exception: Could not find the version header comment at the start of the document
I am using pdfpig version (0.1.8-aplh…
-
Hi, I am using pdfpig in order to read the text inside a pdf document. I am new to pdf parsing.
One of these documents is the IRS W4 pdf which can be downloaded from https://www.irs.gov/pub/irs-pdf…
-
### Discussed in https://github.com/clawsoftware/clawPDF/discussions/74
Originally posted by **Tarek-Hasan** March 25, 2023
Hey, first thanks for your project.
I noticed you are using iTextSh…
-
I'm using PdfPig to (magically) parse an auto-generated PDF. It worked until a few weeks ago, when new PDFs have started throwing this error.
It is an exact duplicate of issue #354. As far as my li…
-
Hi
I'm looking for a code example that inserts an image (jpg or png) into a pdf. It should keep the aspect ratio of the image
Thanks
-
```using System.Collections.Generic;
using UglyToad.PdfPig;
using UglyToad.PdfPig.Content;
using UglyToad.PdfPig.DocumentLayoutAnalysis.PageSegmenter;
using UglyToad.PdfPig.DocumentLayoutAnalysis.…