Re: [fpc-pascal] PDF generator, try 2

2016-03-31 Thread Ralf Quint
On 3/31/2016 7:02 AM, Michael Van Canneyt wrote: Hello In revision 33401 of FPC subversion, a lot of fixes have been committed for Font handling in the PDF generator: e.g. Unicode fonts should now render correctly. The test program generates the following PDF: http://www.freepascal.org/~mi

Re: [fpc-pascal] PDF generator

2016-03-19 Thread Michael Van Canneyt
On Fri, 18 Mar 2016, Peter wrote: On 05/03/16 17:27, Michael Van Canneyt wrote: Hi, I have committed a PDF generator to FPC Subversion: fcl-pdf. Hi Michael, What's the input format? html? Object Pascal Code. Michael. ___ fpc-pascal maillist

Re: [fpc-pascal] PDF generator

2016-03-19 Thread Michael Van Canneyt
On Fri, 18 Mar 2016, Graeme Geldenhuys wrote: On 2016-03-05 17:27, Michael Van Canneyt wrote: I have committed a PDF generator to FPC Subversion: fcl-pdf. Michael. Is the fcl-pdf/utils/* really needed? As far as I can see that code is obsolete now that fpPDF can embedding TTF files directl

Re: [fpc-pascal] PDF generator

2016-03-19 Thread Graeme Geldenhuys
On 2016-03-05 17:27, Michael Van Canneyt wrote: > > I have committed a PDF generator to FPC Subversion: fcl-pdf. Michael. Is the fcl-pdf/utils/* really needed? As far as I can see that code is obsolete now that fpPDF can embedding TTF files directly. The usage of .fnt files are not used any more.

Re: [fpc-pascal] PDF generator

2016-03-18 Thread Peter
On 05/03/16 17:27, Michael Van Canneyt wrote: > Hi, > > I have committed a PDF generator to FPC Subversion: fcl-pdf. > Hi Michael, What's the input format? html? Peter ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepasc

Re: [fpc-pascal] PDF generator

2016-03-05 Thread che fou
awesome , many thanks ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal

Re: [fpc-pascal] PDF indexing

2015-06-24 Thread Marc Santhoff
On Mi, 2015-06-24 at 19:01 +0200, Serguei TARASSOV wrote: > On 24/06/2015 12:00, fpc-pascal-requ...@lists.freepascal.org wrote: > > Date: Wed, 24 Jun 2015 08:47:20 +0200 > > From: Marc Santhoff > > To:fpc-pascal@lists.freepascal.org > > Subject: Re: [fpc-pascal]

Re: [fpc-pascal] PDF indexing

2015-06-24 Thread Serguei TARASSOV
On 24/06/2015 12:00, fpc-pascal-requ...@lists.freepascal.org wrote: Date: Wed, 24 Jun 2015 08:47:20 +0200 From: Marc Santhoff To:fpc-pascal@lists.freepascal.org Subject: Re: [fpc-pascal] PDF indexing Message-ID:<1435128440.11596.3.ca...@puma.das.netz> Content-Type: text/plain; charset=&qu

Re: [fpc-pascal] PDF indexing

2015-06-23 Thread Marc Santhoff
On Mi, 2015-06-24 at 08:13 +0200, Michael Van Canneyt wrote: > > On Wed, 24 Jun 2015, Marc Santhoff wrote: > > > On Di, 2015-06-23 at 09:10 +0200, Michael Van Canneyt wrote: > >> > >> On Tue, 23 Jun 2015, Marc Santhoff wrote: > >> > >>> On So, 2015-06-21 at 00:33 +0200, Michael Van Canneyt wrote:

Re: [fpc-pascal] PDF indexing

2015-06-23 Thread Michael Van Canneyt
On Wed, 24 Jun 2015, Marc Santhoff wrote: On Di, 2015-06-23 at 09:10 +0200, Michael Van Canneyt wrote: On Tue, 23 Jun 2015, Marc Santhoff wrote: On So, 2015-06-21 at 00:33 +0200, Michael Van Canneyt wrote: On Sat, 20 Jun 2015, Marc Santhoff wrote: Hi, does fpc (or lazarus) have a help

Re: [fpc-pascal] PDF indexing

2015-06-23 Thread Marc Santhoff
On Di, 2015-06-23 at 09:10 +0200, Michael Van Canneyt wrote: > > On Tue, 23 Jun 2015, Marc Santhoff wrote: > > > On So, 2015-06-21 at 00:33 +0200, Michael Van Canneyt wrote: > >> > >> On Sat, 20 Jun 2015, Marc Santhoff wrote: > >> > >>> Hi, > >>> > >>> does fpc (or lazarus) have a helper class fo

Re: [fpc-pascal] PDF indexing

2015-06-23 Thread Michael Van Canneyt
On Tue, 23 Jun 2015, Marc Santhoff wrote: On So, 2015-06-21 at 00:33 +0200, Michael Van Canneyt wrote: On Sat, 20 Jun 2015, Marc Santhoff wrote: Hi, does fpc (or lazarus) have a helper class for indexing the content of PDF files? check packages/fpindexer I have used it to create full t

Re: [fpc-pascal] PDF indexing

2015-06-22 Thread Marc Santhoff
On So, 2015-06-21 at 00:33 +0200, Michael Van Canneyt wrote: > > On Sat, 20 Jun 2015, Marc Santhoff wrote: > > > Hi, > > > > does fpc (or lazarus) have a helper class for indexing the content of > > PDF files? > > check packages/fpindexer > > I have used it to create full text searches on a dat

Re: [fpc-pascal] PDF indexing

2015-06-20 Thread Michael Van Canneyt
On Sat, 20 Jun 2015, Marc Santhoff wrote: Hi, does fpc (or lazarus) have a helper class for indexing the content of PDF files? check packages/fpindexer I have used it to create full text searches on a database. You should be able to adapt the base code to create an index of a PDF. Micha

Re: [fpc-pascal]PDF

2004-06-27 Thread Marco van de Voort
> Although I've enquired about RTF, I would really like to use PDF. Are > there any free pascal units for this? The traditional way is to ouput LateX code, and compile it to PDF with pdflatex. ___ fpc-pascal maillist - [EMAIL PROTECTED] http://lis

Re: [fpc-pascal]PDF

2004-06-26 Thread Darek Mazur
See http://www.est.hi-ho.ne.jp/takeshi_kanno/powerpdf/ or Nishita's PDF Creation VCL (TNPDF) http://swiss.torry.net/unitsconversion.htm Darek - Original Message - From: "David G Jenkins" <[EMAIL PROTECTED]> To: "Pascal discussion" <[EMAIL PROTECTED]> Sent: Saturday, June 26, 2004 4