Working with pdf
tcak via Digitalmars-d
digitalmars-d at puremagic.com
Thu Jul 30 08:39:18 PDT 2015
On Thursday, 30 July 2015 at 11:19:48 UTC, Kingsley wrote:
> Hi
>
> Can anyone recommend any ways of pdf creation using D.
>
> I am generating an HTML and JavaScript page but I would like it
> in pdf format as well.
In 2013, 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, and I needed to continue working. I don't know
where it is now.
If you are on *unix systems though, you can use Cairo library for
this I guess.
More information about the Digitalmars-d
mailing list