Re: [fpc-pascal] Converting .doc and/or .html to .pdf

2011-01-28 Thread Marcos Douglas
On Fri, Jan 28, 2011 at 6:27 PM, Andreas Schneider wrote: > On Friday, January 28, 2011 15:52 Marcos Douglas wrote: >>> You're right. The command line is more simple. >>> Thanks for the tip, I will try this. > >> I have not found > > Since  you also mentioned that you need to access it from ASP, I

Re: [fpc-pascal] Converting .doc and/or .html to .pdf

2011-01-28 Thread Andreas Schneider
On Friday, January 28, 2011 15:52 Marcos Douglas wrote: >> You're right. The command line is more simple. >> Thanks for the tip, I will try this. > I have not found Since you also mentioned that you need to access it from ASP, I guess that one might offer you the most flexibility: http://www.art

Re: [fpc-pascal] Converting .doc and/or .html to .pdf

2011-01-28 Thread Marcos Douglas
On Fri, Jan 28, 2011 at 12:38 PM, Felipe Monteiro de Carvalho wrote: > Another solution is that you could start a generic library for > handling formatted text documents. It will certainly be harder, and > take more time, but the end result will be much better and it won't > require having OpenOff

Re: [fpc-pascal] Converting .doc and/or .html to .pdf

2011-01-28 Thread Felipe Monteiro de Carvalho
Another solution is that you could start a generic library for handling formatted text documents. It will certainly be harder, and take more time, but the end result will be much better and it won't require having OpenOffice installed (a rather huge thing to have as a dependency). We already have

Re: [fpc-pascal] Converting .doc and/or .html to .pdf

2011-01-28 Thread Marcos Douglas
On Sun, Jan 16, 2011 at 11:44 AM, Marcos Douglas wrote: > On Sat, Jan 15, 2011 at 7:39 PM, Andreas Schneider wrote: >> On Saturday, January 15, 2011 22:18 Marcos Douglas wrote: >>> Hi, >>> There are libs, in Pascal,  to convert .doc and/or .html files to .pdf? >> >> I   don't   think   so,   but

Re: [fpc-pascal] Converting .doc and/or .html to .pdf

2011-01-16 Thread Marcos Douglas
On Sat, Jan 15, 2011 at 7:39 PM, Andreas Schneider wrote: > On Saturday, January 15, 2011 22:18 Marcos Douglas wrote: >> Hi, >> There are libs, in Pascal,  to convert .doc and/or .html files to .pdf? > > I   don't   think   so,   but  I  would  suggest  to  use  a  headless > OpenOffice.org/LibreO

Re: [fpc-pascal] Converting .doc and/or .html to .pdf

2011-01-15 Thread Andreas Schneider
On Saturday, January 15, 2011 22:18 Marcos Douglas wrote: > Hi, > There are libs, in Pascal, to convert .doc and/or .html files to .pdf? I don't think so, but I would suggest to use a headless OpenOffice.org/LibreOffice for the conversion. Using the Pascal UNO Bridge you may e