Home > Archive > PHP Language > July 2006 > Convert RTF to PDF
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Convert RTF to PDF
|
|
| amadei@gmail.com 2006-07-25, 6:56 pm |
| 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.
| |
| Gary G. Taylor 2006-07-26, 3:57 am |
| 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
| |
| amadei@gmail.com 2006-07-26, 6:57 pm |
| >
> 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.
|
|
|
|
|