We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
close icon

Evalutation of Syncfusion PDF

Hi, We have an existing project who is developped with ASP.NET (C#) who generate PDF documents with the Library Gios PDF < http://www.codeproject.com/csharp/GiosPdfNETlibrary.asp >. But this library doesn''t allow to work with embedded Fonts. We are searching a component, who allow to change not all the code. So we are searching a method like < DrawText > who allow to give coordonate and the text to insert. But DrawText doesn''t allow to change size/color/... of the font. Give it an method who allow to change font properties and can position the text in coordonate x and y ? Thanks !

4 Replies

AJ Ajish Syncfusion Team February 3, 2006 10:08 AM UTC

Hi Jerome, Thank you for your interest in Essential PDF. Essential PDF supports creating text with different fonts and formats and can position the text in coordinate x and y. IPDFGraphics class is mainly used in drawing text to the PDF documents. It contains many API''s for drawing text with different formats. Essential PDF also supports embedding Fonts for drawing text in pdf document. It supports Predefined Fonts, True Type Fonts, and CJK Fonts and also has Unicode support. Here is a sample for your reference, http://www.syncfusion.com/Support/user/uploads/WorkingWithFonts_4e20475f.zip WorkingWithFonts.zip Please let me know if have any questions. Thanks, Ajish. >Hi, > >We have an existing project who is developped with ASP.NET (C#) who generate PDF documents with the Library Gios PDF < http://www.codeproject.com/csharp/GiosPdfNETlibrary.asp >. > >But this library doesn''t allow to work with embedded Fonts. > >We are searching a component, who allow to change not all the code. > >So we are searching a method like < DrawText > who allow to give coordonate and the text to insert. But DrawText doesn''t allow to change size/color/... of the font. Give it an method who allow to change font properties and can position the text in coordonate x and y ? > >Thanks !


BJ Barras Jérôme February 13, 2006 02:31 PM UTC

Hi Ajish, It is possible to work with DrawMultiText for a paragraph where text is in different size, fonts, ... Thanks ! Jerome


AJ Ajish Syncfusion Team February 16, 2006 04:06 AM UTC

Hi Jerome, 1) In Essential PDF DrawMultiText() method is used to draw a multi line text. Fonts can be set to the text drawn using DrawMultiText() method using IPDFfont interface and the graphics property of the text can be set using IPDFGraphicState interface. Here is a sample for your reference, http://www.syncfusion.com/Support/user/uploads/Multitext_8176af97.zip Multitext.zip 2) RTF(Rich Text Format) is a standard specified for formatting of documents. They are ASCII files with special commands to indicate formatting information, such as margins and fonts. Essential PDF supports IPDFGraphics.DrawRTFText method for drawing a RTF text into a PDF document. Various formats of RTF text is maintained in the created pdf document. Here is a sample for your reference, http://www.syncfusion.com/Support/user/uploads/Richtext_d956125b.zip Richtext.zip Please post any other question is Essential PDF forum. Thanks, Ajish. >Hi Ajish, > >It is possible to work with DrawMultiText for a paragraph where text is in different size, fonts, ... > >Thanks ! > >Jerome


AJ Ajish Syncfusion Team February 16, 2006 04:20 AM UTC

Hi Jerome, Sorry for the broken sample link in the previous update here are the links for the samples 1) http://www.syncfusion.com/Support/user/uploads/Multitext_a2f88db.zip Multitext.zip 2) http://www.syncfusion.com/Support/user/uploads/Richtext_28bf6655.zip Richtext.zip Thanks, Ajish. >Hi Jerome, > >1) In Essential PDF DrawMultiText() method is used to draw a multi line text. Fonts can be set to the text drawn using DrawMultiText() method using IPDFfont interface and the graphics property of the text can be set using IPDFGraphicState interface. > >Here is a sample for your reference, > >http://www.syncfusion.com/Support/user/uploads/Multitext_8176af97.zip > >Multitext.zip > >2) RTF(Rich Text Format) is a standard specified for formatting of documents. They are ASCII files with special commands to indicate formatting information, such as margins and fonts. Essential PDF supports IPDFGraphics.DrawRTFText method for drawing a RTF text into a PDF document. Various formats of RTF text is maintained in the created pdf document. > >Here is a sample for your reference, > >http://www.syncfusion.com/Support/user/uploads/Richtext_d956125b.zip > >Richtext.zip > >Please post any other question is Essential PDF forum. > >Thanks, >Ajish. > > >>Hi Ajish, >> >>It is possible to work with DrawMultiText for a paragraph where text is in different size, fonts, ... >> >>Thanks ! >> >>Jerome

Loader.
Live Chat Icon For mobile
Up arrow icon