Queries |
Response |
Output PDF dimension(not inner content) should be same as SVG dimension. |
HTML converter do not have native support for this requirement. However, we can achieve this in sample level by getting the size from SVG and set it to the PDF page size. Please find the sample and output PDF document from below link,
|
Fonts looks embedded in the PDF file when open in Acrobat or in the Browser, but when I open it in Illustrator or any PDF editor it shows font missing error. Below i am attaching PDF screenshot open in Illustrator with .
Because of font did not get embedded in PDF it doesn't remain editable and shows error "Font is missing". |
Yes, the fonts are embedded in the PDF document, we have tried editing the PDF document in the acrobat editor. But we did not face any font missing error.
We suspect that the error may occurs due to some other reasons, kindly check and resolve this. Please refer below link,
|
I require an option to convert "Text as path"(non editable text without any font missing error) or keep text editable. |
Currently, HTML converter do not have direct support for switch the rendering of text as path. We internally make use of QtWebKit rendering engine for converting HTML to PDF. QtWebKit rendering engine itself, generates PDF document with text. Currently there is no option to render the text as path in WebKit rendering engine itself.
However, as a workaround you can convert the HTML/SVG to Image and render the image to PDF document. Please refer below link for converting HTML/SVG to Image and render the image to PDF document.
|