PDF Generation with specifics

We are integrating with a system that is placing additional requirements on the PDFs we generate, and we were wondering, if using Syncfusion:

1. Can PDFs be generated without Unicode encoding?

2. Can a PDF be generated in such a way that a valid PDF xref table and trailer are present?

1 Reply

KD Kesavan D Syncfusion Team May 25, 2012 06:37 AM UTC

Hi Joel

 

Thank you for using Syncfusion products.

 

We can create a PDF document without Unicode encoding with valid xref table and trailer.

 

Example code snippet:

// Set the font.

PdfFont font = new PdfTrueTypeFont(new Font("Arail", 12f, FontStyle.Bold),false);”

 

We have created a sample for the sample and attached it in the post.

 

Please let us know if you have any questions.

 

Regards,

Kesavan

 



Sample(103693)_8851a49c.zip

Loader.
Up arrow icon