>Francesco Scarfato wrote: >it possibile to convert textmember with its own text formatting into a >field cast member with that retain the most of text formatting like bold >italic and so on? with lingo or with an extra? >i've a lot of html file and i need to print them but print-o-matic >doesn't print them as text but a bitmap and the result is very low quality >output any suggestion to print these html files with print-o-matic
I imagine you could pass the RTF of the member and rebuild the text formatting based on that, however you would need something like Pregex to make it quick enough I would guess. I recently needed to print HTML docs so I know what you mean about the terrible quality from POM. I ended up copying the html of member to a new file in a temp folder getting buddy api to print the doc then destroying the file on successful completion or endMovie. This has proven to be a great solution. Though you will need to locate the temp folder using BAPI or fileXtra to ensure non admin users can print. This was a Win specific job so I haven't tested on Mac HTH Brad [To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/lingo-l.cgi To post messages to the list, email [EMAIL PROTECTED] (Problems, email [EMAIL PROTECTED]). Lingo-L is for learning and helping with programming Lingo. Thanks!]
