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
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.