bblanchon / pdfium-binaries

📰 Binary distribution of PDFium
789 stars 166 forks source link

How to load the custom font in pdfium.wasm #163

Open CCMKarthik123 opened 1 month ago

CCMKarthik123 commented 1 month ago

We retrieve the PDF image using pdfium.wasm on the client-side. However, in this scenario, custom fonts such as Turkish characters are not visible in the images. Please provide a solution to ensure that the correct fonts are retrieved from the pdfium.wasm file.

Please provide solution to set the custom font and get the correct image .

CCMKarthik123 commented 1 month ago

Any solutions to resolve this issue?