Open niloblack opened 1 month ago
A FPDFPage_GenerateContent(Page);
may help before calling FPDF_ClosePage.
// Before you save the page to a file, or reload the page, you must call
// |FPDFPage_GenerateContent| or any changes to |page| will be lost.
FPDFPage_GenerateContent: function(page: FPDF_PAGE): FPDF_BOOL
Thanks for the quick response, I'll try it now!
I'm trying to use "FPDFAnnot_SetStringValue" but without success :'(.
Can anyone help me?
The output file is generated, but with the form fields blank.