Content here is by:
Michael Still
mikal@stillhq.com

All my Open Source projects
Extracted view of CVS
Home
Site map

See recent comments. RSS feed of all comments. Raw dump of all comments for research purposes.

ImageMagick book
MythTV book








Sat, 17 May 2003



PandaLex 0.5.1

posted at: 07:00 | path: /panda/pandalex | permanent link to this entry


Tue, 10 Sep 2002



CVS server

    The code for PandaLex can also be found in my online CVS server here.

posted at: 07:00 | path: /panda/pandalex | permanent link to this entry


Fri, 22 Mar 2002



PandaLex 0.5

    This release of PandaLex includes more parser events, and is generally better than 0.4... Quite a few bugs have been fixed in the parser as well.

    You can get it from SourceForge. There is also a ChangeLog...

posted at: 04:00 | path: /panda/pandalex | permanent link to this entry


Wed, 06 Mar 2002



PandaLex 0.4

    This release of PandaLex includes huge improvements for the parser engine. Please note that the callback infrastructure is not implemented yet...

    You can get it from SourceForge. There is also a ChangeLog...

posted at: 04:00 | path: /panda/pandalex | permanent link to this entry


Tue, 05 Mar 2002



Ongoing PandaLex development

    Its been a long time since the last release of PandaLex. This is because I have been focussing more on Panda, apart from that I have been putting a fair bit of effort into getting the parser engine right.

    The parser engine is nearly there. I have a test set of 2,347 test PDFs, of which PandaLex currently parses 2,320 correctly.

    I'll let you know when the next release is available...

posted at: 04:00 | path: /panda/pandalex | permanent link to this entry


Mon, 15 Oct 2001



AUUG Winter Conference 2001 presentation

    I have finally gotten around to making my AUUG 2001 presentation available online. The slides can be found here. The talk covers how to use Panda and PandaLex

posted at: 07:00 | path: /panda/pandalex | permanent link to this entry


Sat, 16 Jun 2001



My AOSS III Talk

    The slides for my Australian Open Source Symposium talk are now available online. This talk covers Panda, PandaLex, PandaScript, PNGTools, and stuff like that.

posted at: 07:00 | path: /panda/pandalex | permanent link to this entry


Tue, 05 Dec 2000



Why PandaLex?

    I have been thinking for the last day or so, and it occurs to me that the PDF parsing functionality in Panda is more generally useful than what is needed for Panda itself. For instance, the parse could also be used for pdf viewers, pdf modification (what Panda needs it for), or anything else you can think of.

    A good simple, and probably fairly common use of PandaLex would be a simple program to count the number of pages in a PDF document from the command line. This could be useful for determining if the document is damaged or something.

    Therefore, welcome to PandaLex's page... This is where development work for PandaLex will occur.

posted at: 04:00 | path: /panda/pandalex | permanent link to this entry


PandaLex 0.1 Development Release

    Here is the souce code for PandaLex so far. I have released this exactly as it appears in the Panda code, because this is a atarting point for people to have a look and comment on it. The following points should be noted:

  • It is not perfect
  • It is not a complete implementation of the PDF specification, version 1.3, yet
  • The next piece of development work for PandaLex is to get the hooks in place so that people can start using the parser for useful work. I am thinking this will take the form of a series of callback functions that can be defined by the user, but I am open to suggestions...

    Source (signed)

posted at: 04:00 | path: /panda/pandalex | permanent link to this entry