How to fill in the blank spaces in a PDF file using C# and MigraDoc?

31 Views Asked by At

Good day

I have a .pdf file that is filled in manually after printing it. Now I am digitizing this process. I want to be able to fill in the blank spaces in the file digitally. I am using C# and MigraDoc. I do not have a specific code to put here. May someone please point me to the right direction?

Siyabonga

1

There are 1 best solutions below

0
I liked the old Stack Overflow On

MigraDoc cannot modify PDF files. [PDFsharp can modify PDF files, but you did not tag PDFsharp.]

You can write an app that takes input from the user and then creates a PDF that already has all data in it.