Working with pdf
Ali Çehreli via Digitalmars-d
digitalmars-d at puremagic.com
Thu Jul 30 11:37:16 PDT 2015
On 07/30/2015 08:39 AM, tcak wrote:
> I had started developing a module to create PDF files based on
> version 1.5 specification, but it had started being too complex to
> handle
I looked at that option for my book, which is written in DDOC to
generate HTML. Yes, PDF and layout issues in general are very
complicated. :(
I ended up using Prince XML, which is known to be one of the best tools
out there. It is free for personal use (check license before committing
as it is expensive otherwise):
http://www.princexml.com/
Ali
More information about the Digitalmars-d
mailing list