Creating pdf file in Rebol/Red

279 Views Asked by At

I need to create a pdf file of A4 sized page which will have a black and white image and some text. Can I create a pdf file in Rebol or Red programming language?

If not possible directly, what is the best way to do it- create an image file which can be printed by external programs? Thanks for your help.

2

There are 2 best solutions below

1
On BEST ANSWER

There are some scripts available e.g. pdf-maker.r

3
On

There is also a Rebol to Haru PDF binding that you can try in addition to Gabriele's PDF-Maker2.

And some of us used a Postscript dialect that allowed us to generate PS directly, and then use something like Ghostscript to convert the PS to PDF.