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.
Tag - GIF
2010, Wednesday July 14
htm2pdf free tool
By A.Bouchez on 2010, Wednesday July 14, 19:07 - Synopse PDF engine
2010, Friday April 2
Antialiased drawing from TMetaFile
By A.Bouchez on 2010, Friday April 2, 14:25 - Open Source libraries
The new version of our Open Source SynGdiPlus unit
does provide a lot of new features:
- dynamic linking (your program runs even on Windows 98/2000), without the
gdiplus.dll library
- use version 1.1 of GDI+ if available on your system (under Vista/Seven or the
one embedded since Office 2003)
- can convert from a TMetaFile (i.e. emf) into a GDI+ metafile (i.e.
emf+)
- can draw TMetaFiles into any canvas, with
GDI+ anti-aliasing!
2010, Saturday March 20
GIF, TIF, PNG and JPG pictures TGraphic read/write via GDI+
By A.Bouchez on 2010, Saturday March 20, 15:02 - Open Source libraries
Implements TGraphic descendants able to load and save GIF, TIF, PNG and JPG pictures, using the GDI+ library. Freeware Opensource component, licensed under a MPL/GPL/LGPL tri-license. Works from Delphi 3 to 2010.