Slashdot Mirror


C++/Java Postscript Libraries?

myrkul asks: "I'm working on an application that takes vector graphics, text, and bitmapped pictures as well as layout info from a database, and converts it to postscript (PDF would work too) for printing. I've been looking for (preferably free) Postscript libraries for either C++ or Java which would allow me to lay out these elements, and haven't had much luck. Any suggestions?"

1 of 11 comments (clear)

  1. pdflib ... by iMMersE · · Score: 4

    ... will allow you to generate PDFs from

    ActiveX/COM for use with Visual Basic, Active Server Pages, Delphi etc.
    ANSI C
    Class wrapper for ANSI C++
    Java (via Java Native Interface, JNI), including servlets
    Perl
    Python
    Tcl

    There is also a pdflib extension to PHP.

    You can find it here

    I hope this helps.

    .iMMersE

    --
    codegolf.com - smaller *is* better.