Working with pdf

Adrian Matoga via Digitalmars-d digitalmars-d at puremagic.com
Thu Jul 30 05:47:50 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.

Another indirect solution would be to generate PostScript 
(there's no existing lib in D that I know of, but I did it in 
plain C++ some time ago and it wasn't that unpleasant) and then 
convert it using something like ps2pdf.


More information about the Digitalmars-d mailing list