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

Multi Page RTF (unkown length) into PDF

Hi Currently building a report approx 17 pages. I say approximately as some of the content is supplied using RTF with miltple pages. I''ve tried importing the RTF using a mix of your MultiLine text sample and your import RTF samples, but, I just can''t get it to work correctly, I keep getting only one page of the RTF document into the PDF. Can you supply an example of multi page RTF (unkown length)into PDF for me please? Regards, Lee .NET 2.0

3 Replies

AJ Ajish Syncfusion Team April 24, 2006 07:50 AM UTC

Hi Lee, Sorry for the inconvenience. Currently there is a bug in DrawRTFText()method and it will be able to import only one page into the PDF document. However it has been internally fixed to import multipage RTF text into PDF document and it will be available in the next release, which is planned in two to three weeks time frame. Thanks, Ajish.


AD Administrator Syncfusion Team February 8, 2007 08:18 PM UTC

I am still having this problem. How were you able to resolve this issue?


AD Administrator Syncfusion Team February 9, 2007 08:57 AM UTC

Hi Jason,

This can be done by setting the BreakBehavior of the GraphicState object to AutoBreakBehavior.Cropping and passing this object to the DrawRTFText method as an argument.

props.BreakBehavior =AutoBreakBehavior.Cropping

//Draw RTF text at the specified Location.
pdfDoc.LastPage.Graphics.DrawRTFText(New PointF(10,50), rtf,props)

The way that RTF support is implemented is by rendering rich text to a vector image using the richtextbox control internally and then the vector image gets rendered into the PDF document. The BreakBehavior setting to the graphicstate object is for making the multipage image span across several pages.


Please take a look into the attached sample and let me know if you have any queries.

Thanks for your interest in Syncfusion products.

Best Regards,
Bhuvaneswari


RTFToPDF0.zip

Loader.
Live Chat Icon For mobile
Up arrow icon