HPGS Home

Introduction

The HPGL/2 interpreter HPGS was written by ev-i Informationstechnologie GmbH in 2004 as a component of a closed internet platform for document exchange.

In the beginning we thought, that it should not be necessary to reinvent the wheel and to write an own HPGL/2 interpreter.

After evaluating several alternatives we came to the conclusion, that it would be feasible to have an open source code basis, which provides the following features:

  • Interpretation of all modern HPGL/2 features.
  • Handling of all paper formats.
  • Processing of vector data through a Postscript like API.
  • Output to native vector graphics formats such as eps.
  • State of the art rendering to pixmaps including anti-aliasing.
  • Processing of inlined PCL images.

So after two weeks of intensive hacking, the first running version of hpgs was available and since then the program has evolved to meet the above mentioned goals. In order to achieve a reasonable quality of the parser we keep a testsuite of real-world HPGL/2 files, which at the moment is not part of hpgs, because these files may contain sensible data of our customers.

Going public

After a couple of month using hpgs on our document exchange platform, we recognized several shortcoming of a closed source solution. There are still lacking features and a program performing such a basic task as parsing a standarized file format could never ever receive enough testing efforts. So we decided to publish hpgs under the lesser GNU public license (LGPL) for the following reasons:

  • We like to donate a free HPGL/2 interpreter to the public.
  • We’d like to receive feedback such as the interpretation mixed content files consisting of HPGL and PCL.
  • We aim at further augmenting hpgs’ capabilities to render almost any real-world HPGL/PCL file.

To achieve these goals we are explicitly inviting commercial software developers to use the code in their own products
and on the other hand to contribute to the hpgs code basis.

Status of the project

As of March 2011 the project is stable and has full support for inlined PCL images.
It has rendered some 100 thousands documents inside commercial server applications.
We are still searching co-workers, which do more testing and probably send in patches for further improving hpgs.

Binary Distributions

Windows-Installers: http://download.clazzes.org/hpgs/

Debian-packages including source-code:  

BrowseURL to list-file for /etc/apt/source.list.ddeb line for inclusion to /etc/apt/source.list
 pool (38)  squeeze-hpgs-1.list deb http://deb.clazzes.org/debian squeeze-hpgs-1 main

Documentation

As of February 2012 we provide the Doxygen output online:http://docs.clazzes.org/hpgs/

Source code and issue trackers

Subversion: http://svn.clazzes.org/svn/hpgs

Jira: https://jira.clazzes.org/browse/HPGS