Synopse PDF engine
Entries feed
2011, Sunday September 25
By A.Bouchez on 2011, Sunday September 25, 10:49
For our PDF generation Open-Source library, this is a small fix update.
It can now be compiled under Delphi XE2.
But it's still working from all previous IDE versions, starting with Delphi 5,
and still 100% free - released under GPL/LGPL/MPL license, choice is yours.
Continue reading...
2011, Saturday July 2
By A.Bouchez on 2011, Saturday July 2, 19:51
Our SynPdf unit has been updated to the 1.14 version.
Some enhancements:
- new SetCMYKFillColor and SetCMYKStrokeColor methods for TPdfCanvas
- now handles EMR_POLYBEZIER* commands in conversion from meta file
content
- fixed EZeroDivided error when enumerating
SetWindowExtEx(szlExtent(0,0))
- some enhancements for better PDF/A-1 conformance to the standard: now
includes the ICC profile for RGB pictures; corrected /Link flag and XML
metadata; new header with 8 bit characters; correct outlines and other minor
issues: now pass e.g. validation tests.
Compatible with Delphi 5 up to Delphi XE.
Source code released
under GPL/LGPL/MPL license, on choice.
That means: free, like a bird, and like a beer.
Comments and feedback are welcome on our
forum.
2011, Monday June 6
By A.Bouchez on 2011, Monday June 6, 20:49
Our SynPdf unit has been refreshed to the 1.13 version.
- code modifications to compile with Delphi 5 compiler;
- added horizontal scaling for GDI enumeration in case of text kerning
(could occur for small fonts);
- fixed "Save when closing with Acrobat Reader X" - thanks to Ondrej for the
fix;
- fixed clipping problems and vertical font positioning issue in
GDI enumeration - thanks to Ondrej for those corrections!
Our pdf engine sounds almost stable by now.
Thanks to the feedback provided by some user of this Open Source library!
Continue reading...
2011, Tuesday February 8
By A.Bouchez on 2011, Tuesday February 8, 21:40
Our SynPdf unit has been refreshed to the 1.12 version.
The main enhancements are:
- Can now generate PDF/A-1 files;
- Direct methods for creating bookmarks, links and document outline;
- Document information can now be Unicode encoded;
- The bitmaps can be cached and reused if drawn multiple times;
- Some corrected issues.
Continue reading...
2010, Sunday October 24
By A.Bouchez on 2010, Sunday October 24, 09:58
The Synopse PDF Engine was just released under version 1.10
This Engine is a set of units, used in our SQLite3 database framework for
exporting reports in pdf format.
But these units can be used stand-alone, in order to produce pdf files from
pure Delphi code.
Continue reading...
2010, Wednesday July 14
By A.Bouchez on 2010, Wednesday July 14, 19:07
Using our SynPDF library and a public domain THtmlView component, and
discussion with some of our users, we were able to make a html to pdf
conversion tool.
Continue reading...
2010, Wednesday June 30
By A.Bouchez on 2010, Wednesday June 30, 11:12
Our PDF engine has been updated, it's now on version 1.8.1.
Continue reading...
2010, Tuesday June 22
By A.Bouchez on 2010, Tuesday June 22, 21:50
Our PDF engine has been updated, it's now on version 1.8.
Continue reading...
2010, Thursday May 6
By A.Bouchez on 2010, Thursday May 6, 21:01
The Unicode part of the Synopse PDF engine has been updated in order to
support right-to-left languages and ligatures (i.e. glyph shaping).
Therefore, our Open Source engine is one of the few PDF producer able to
natively handle Arabic languages. Even most commercial engines don't implement
this nice feature.
Continue reading...
one trackback
2010, Monday May 3
By A.Bouchez on 2010, Monday May 3, 20:51
Synopse PDF engine is an Open Source PDF document creation
library for Delphi, embedded in one unit. It's used in the 1.7 version of
SQLite3
framework, for creating PDF files from reports.
Among its features, you can use a true TCanvas to create the PDF,
and embed True Type fonts subsets. Of course, it's Unicode ready, and licensed
under a MPL/GPL/LGPL tri-license.
Continue reading...