Hi,
$doc = new Aspose\Cloud\Words\Document('');
return $doc->convertLocalFile($input_docx, '', 'pdf');
Hi,
$doc = new Aspose\Cloud\Words\Document('');
return $doc->convertLocalFile($input_docx, '', 'pdf');
Hi Patrick,
Yes, you are right. Most used fonts are supported and our developers are working on an algorithm to upload and use custom fonts. If you can share your sample document, this will help us know your required fonts.
Attaching documents in forums is safe as only you and Aspose staff will be able to access the attachments. If you still have any doubt, you can send it to me at muhammad.ijaz@aspose.com
Best Regards,
Thanks Muhammad, I’ve emailed you the document.
Hi Patrick,
This issue has been logged into our issue tracking system as SAASWORDS-116. We will keep you updated on this issue in this thread.
Also, I did not receive the document yet. Can you please send it again?
Best Regards,
Hi Patrick,
Your sample document was received and attached with the respective issue. Thanks for your cooperation.
Best Regards,
Please note we have already implemented your requested feature. Now, we support custom fonts while processing documents. To use this feature just create a folder in cloud storage and upload your custom fonts to that folder. Later pass font folder path as query parameter fontsLocation in your API Request. This parameter will be used as fonts source.