Slashdot Mirror


Open Source Complement to PDF?

nodvin asks: "Is there an Open Source alternative to PDF files? In the late 80's and early 90's I was building and distributing documents in a competing format called DigitaPaper by a company called Common Ground. DigitalPaper was a nice format and more cost effective than Adobe Acrobat. Common Ground seems to have lost out to Adobe (marketing muscle can be more important than the capabilities or qualities of competing products) and the company, or at least the product and format, seems to have been acquired by Hummingbird. Hummingbird is no longer providing any support for the product but is still providing the DigitalPaper viewer and there is a free Common Ground Internet Edition. Perhaps Hummingbird could be convinced to Open Source the code to Common Ground as well as the format of DigitalPaper?"

6 of 11 comments (clear)

  1. Re:Try Ghostscript by Matts · · Score: 2

    Remember that most linux distros ship with older ghostscripts. So the answer is yes. Use GS6.

    --

    Matt. Want XML + Apache + Stylesheets? Get AxKit.
  2. PDF Specs are Available by matthewg · · Score: 2

    The PDF specification is available from Adobe in PDF or ASCII format.

  3. Re:open-source PDF tools exist by PigleT · · Score: 2

    I have one problem with this approach: it makes the open-source world appear subservient to the capitalist-pig world, yeah?
    The spec for PDF is "available" *IF* you already grok PDF itself - IOW if I were sitting here on a plan9 box, I would not be able to read the spec in order to write an open-source reader / editor / printer of PDF files. That feels "unclean", to start with.
    If the open-source world is lagging behind due to attempting to follow non-open (see the GFDL, for example) specs, there's a problem.
    ~Tim
    --
    .|` Clouds cross the black moonlight,

    --
    ~Tim
    --
    .|` Clouds cross the black moonlight,
    Rushing on down to the circle of the turn
  4. Try Ghostscript by Anonymous Coward · · Score: 3

    Ghostscript is an open-source implementation of PostScript and PDF. I use it rather than Acrobat for producing PDFs. (I still use Acrobat Reader for viewing them, though, simply because I prefer its interface over Ghostscript's viewer, Ghostview.) You can find it at http://www.cs.wisc.edu/~ghost.

    1. Re:Try Ghostscript by Matts · · Score: 3

      I do wish pillars of the community would read the documentation before making posts like this ;-)

      Ghostscript's ps2pdf output format uses Flate compression where requests for LZW compression are made. This is in the documentation, and is that way because of the patent problems.

      GS's ps2pdf generally produces pdf files around the same size as (or only slightly larger than) Acrobat's Distiller.

      --

      Matt. Want XML + Apache + Stylesheets? Get AxKit.
    2. Re:Try Ghostscript by Bruce+Perens · · Score: 3
      It's nice that Ghostscript can both write and render PDF. It's too bad that PDF compression uses LZW and Ghostscript avoids compressing PDFs because of the Welch (Unisys) patent. So, your PDFs come out a lot bigger than with Acrobat. Alas.

      Bruce