This is a discussion on Convert RTF to PDF within the alt.comp.lang.php forums, part of the PHP Programming Forums category; Hi to all. I'm looking for a php class to convert a RTF file in PDF. Anyone know anythings ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
On Tue, 25 Jul 2006 10:01:56 -0700, amadei wrote:
> Hi to all. > I'm looking for a php class to convert a RTF file in PDF. > Anyone know anythings to make this possible? > A class to buy is also appreciate. > > Thanks to all for attention. Many full-featured word processors will do that. But I guess your intention is to build an application which will do it, yes? -- Gary G. Taylor * Pomona, CA * 34.074°N 117.754°W gary [] donavan [] org * http://www [] donavan [] org "The two most abundant substance in the Universe are hydrogen and stupidity." --Frank Zappa, R.A. Heinlein and many others |
|
|||
|
>
> Many full-featured word processors will do that. But I guess your > intention is to build an application which will do it, yes? What I need is a PHP class that make this process. Only a class and not a editor or a WYSIWYG editor. Something like: $converter = new Converter(); $converter->convertAndWrite ("daisy.rtf","daisy.pdf"); Any commercial class is also appreciate. Thanks to all. |