BoldDeskWe are launching BoldDesk on Product Hunt soon. Learn more & follow us.
Hi Claudio,
Thank you for your interest in Syncfusion Products.
At present we do not have support for Embedding Font during Doc to PDF conversion.
We have already created a Feature Request “Need to embed font in PDF during Doc to PDF conversion”.
We will let you know once the feature is implemented.
Please let us know if you have any concern.
Karthikeyan.C
WordDocument wordDoc = new WordDocument("wordDocument.doc");
DocToPDFConverter converter = new DocToPDFConverter();
//Creates a new document with PDF/A standard.
PdfDocument pdfDoc = new PdfDocument(PdfConformanceLevel.Pdf_A1B);
pdfDoc = converter.ConvertToPDF(wordDoc);
pdfDoc.Save("Sample.pdf");
pdfDoc.Close();
Thanks,
Karthik.
I send you the template word document and the generated PDF document. The family fonts of the template word document are Calibri and Bell MT and the font of the pdf document is only Calibri
PdfDocument pdfDoc = new PdfDocument(PdfConformanceLevel.Pdf_A1B);
pdfDoc = converter.ConvertToPDF(wordDoc);
Hi Jani,
Thank you for your feedback.
Regards,
Vijay R