bblanchon / pdfium-binaries

📰 Binary distribution of PDFium
789 stars 166 forks source link

Signature not being rendered #151

Closed benjinus closed 3 weeks ago

benjinus commented 4 months ago

Use the wasm version, the signature in the page not rendered. any way to render the signature?pdv

截屏2023-12-25 14 33 27

pdf-width-signature.pdf

bblanchon commented 4 months ago

Hi @benjinus,

Usually, when parts are missing, it's because forms were not rendered. See FPDFDOC_InitFormFillEnvironment() and FPDF_FFLDraw().

Best regards, Benoit