[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