You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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.
The text was updated successfully, but these errors were encountered: