Skip to main content
Filter by
Sorted by
Tagged with
-2 votes
0 answers
34 views

How to edit PDF in C# in Windows Forms [duplicate]

This is my code: public class PDFGenerator { public static void FillCharacterSheet() { string inputPdfPath = @"D:\mypath\DnD_5E_CharacterSheet_FormFillable.pdf"; ...
KitKobry's user avatar