You are not logged in.
Pages: 1
Can I use PDF Engine with Freepascal/Lazarus?
Offline
In Win32/64, but not in Linux etc.
Offline
Under Lazarus, we may let TPdfDocument compiles, using the LCL instead of VCL.
But we would have to get rid of a lot of "Windowisms", e.g. for font embedding and so on.
TPdfDocumentGdi would need the ability to create an enhanced metafile - and I was not able to find a TMetaFile/TMetaFileCanvas emulation in LCL.
Even the component documented at http://wiki.lazarus.freepascal.org/TMet … fileCanvas seems to have been removed.
So a lot of works may be needed...
A better alternative under Linux may be to use a third party library, like http://libharu.org/
Encapsulating it may be easier than rewriting all the low level graphical stuff in cross-platform pascal.
Offline
Pages: 1