Sorry this was my first time. The operating system is OpenVMS on an Alpha server. The language is DEC-COBOL using FMS for the screen design utility. I want to be able to write directly from COBOL to a PDF format. The second best would be to write to an HTML type format.
) which is available for OpenVMS/Alpha. Instead of using WRITE statements, you would CALL various routines in the PDFlib utility. The concept of PDF is page layout, not printing lines, so you have to adjust your thinking somewhat. I have found, though, that converting a program that prints a report to one that produces the same report using PDFlib is straightforward. PDFlib does not claim to have bindings for DEC-COBOL, so you might have some 'auxiliary' work to do to use the C bindings from DEC-COBOL.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.