NativeDocuments / docx-to-pdf-on-AWS-Lambda

Microsoft Word doc/docx to PDF conversion on AWS Lambda using Node.js
Other
47 stars 14 forks source link

How to add additional fonts? #5

Open joshkersey opened 5 years ago

joshkersey commented 5 years ago

In a response to #1 @JasonHarrop mentions:

Supporting Chinese characters is a matter of including suitable fonts. We can do this, but have left them out of the default install to reduce the package size.

Can you provide documentation on how we can add additional fonts for use with docx-wasm on AWS Lambda?

riadbsc commented 4 years ago

What about hebrew fonts? Would LTR languages be an issue?

JasonHarrop commented 4 years ago

RTL support (eg for Hebrew, Arabic) is nearly done, but there is a bit more work to do to complete it.