We have been trying to convert a PDF document into an image using pdfium.wasm, but the generated document is missing some characters. However, when we use pdfium.dll for the conversion, it works correctly. Our project relies on pdfium.wasm, and it fails in these scenarios.
We downloaded the latest version of pdfium.wasm from the following link:
Hi Team,
We have been trying to convert a PDF document into an image using pdfium.wasm, but the generated document is missing some characters. However, when we use pdfium.dll for the conversion, it works correctly. Our project relies on pdfium.wasm, and it fails in these scenarios.
We downloaded the latest version of pdfium.wasm from the following link:
https://github.com/bblanchon/pdfium-binaries?tab=readme-ov-file#download
Please check the live sample below, which uses pdfium.wasm to convert PDFs into images: https://pdfviewer.github.io/
Replication steps:
Document example.pdf
Could you please investigate and provide a solution to resolve this issue, as it is affecting our production sites?