There is a reason why pdf is so nasty. AFAIK you need to split the string when you do this.
You could cheat by converting to html and then use PrintToPDFFileMBS to create the base pdf. Adding data like page numbers isn't very complicated. But this has several drawbacks: - You need to load the html into a window. - The window can't be moved offscreen in Cocoa. - You need to work carefully in a thread because otherwise you get nice crashes. On 27.03.2012, at 17:07, Sergio Tamborini wrote: > I need to draw some text into a pdf document. The text can contains bold, > underline, italic parameters... As source I use a textarea with styled > parameter on. > > Is there a way to do this or have I to split the string when I need this > feature? Mit freundlichen Grüßen/Regards Trixi Willius http://www.mothsoftware.com Mail Archiver X: The email archiving solution for professionals _______________________________________________ Mbsplugins_monkeybreadsoftware.info mailing list [email protected] https://ml01.ispgateway.de/mailman/listinfo/mbsplugins_monkeybreadsoftware.info
