[fpc-pascal] PDF generator: please test

2016-04-08 Thread Michael Van Canneyt
Hello, Graeme has fixed a number of errors that should hopefully solve the problems with codepages; Changes have been tested on windows/linux/bsd but on Windows only with a system that has an english locale. These changes have been committed to FPC svn. (rev 33453) We would appreciate it if

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

[fpc-pascal] PDF generator, try 2

2016-03-31 Thread Michael Van Canneyt
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/~michael/test.pdf Page 1 looks as follows on my system:

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

[fpc-pascal] PDF generator

2016-03-05 Thread Michael Van Canneyt
Hi, I have committed a PDF generator to FPC Subversion: fcl-pdf. Why a new pascal PDF generator ? Mainly because the existing ones written in Object Pascal suffer from several disadvantages: - Font support usually incomplete or downright buggy. - Dependency on a GUI (LCL, VCL, Windows). The l

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

[fpc-pascal] PDF indexing

2015-06-20 Thread Marc Santhoff
Hi, does fpc (or lazarus) have a helper class for indexing the content of PDF files? I want to create a searchable full text index. TIA, Marc -- Marc Santhoff ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/c

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
ED]> Sent: Saturday, June 26, 2004 4:11 PM Subject: [fpc-pascal]PDF > Although I've enquired about RTF, I would really like to use PDF. Are > there any free pascal units for this? > -- > David Jenkins FIEE FBCS CEng > 11 Auchineden Court, St Andrew's Rise, Bearsden,

[fpc-pascal]PDF

2004-06-26 Thread David G Jenkins
Although I've enquired about RTF, I would really like to use PDF. Are there any free pascal units for this? -- David Jenkins FIEE FBCS CEng 11 Auchineden Court, St Andrew's Rise, Bearsden, East Dunbartonshire, G61 4NN Scotland UK tel: +44-141-563-0781 fax: -0781 call first mobile +44-77 65 888 598