Hi, How are you?
I have used libre-office to convert my docx files to pdf in nodejs app and it has some limitations, so I need to find another way to convert docx files.
I found this api and I think that it would be perfect for the docx conversions.
Now I have some problems with the pdf result.
Some of content(for example specific font) can not be converted as origin docx file, but instead it is converted with different font.
I attached the original docx file.
The converted pdf file must be same as origin docx file since this is for commercial purpose.
I would like to know if you can resolve this and also available for the further issues.
It seems you are using some custom fonts in DOCX to PDF conversion those are not available on our server. Please note when you convert Microsoft Word to PDF in Node.js with embedded fonts using GroupDocs.Converter Cloud API, you need to upload your custom fonts to a folder in the cloud storage and pass the folder path in the FontPath parameter.
You may follow these simple steps to convert Word to PDF without changing font in Node.js with GroupDocs.Converter Cloud API.
Steps to Convert Microsoft Word to PDF with Custom Fonts in Node.js
Thank you very much for your reply. I am using convertDocumentDirect method to convert docx files and in this case, how could I handle the options for specific fonts?
Thanks for your feedback. I am afraid currently GroupDocs.Conversion Cloud does not support the use of custom fonts in ConvertDocumentDirect API method. We have logged a ticket CONVERSIONCLOUD-460 for your requirement. We will notify you as soon as it is resolved.
Hi, @danyded,
If we add an option, that will allow to use custom fonts in ConvertDocumentDirect method, but with requirement that font files must be uploaded to cloud storage, like in regular ConvertDocument method, would this be suitable for you?