DOC

com.github.afpdev : alpheusafpparser

Maven & Gradle

Oct 03, 2016
15 stars

Alpheus AFP Parser · Alpheus AFP Parser is a library and parser for the IBM Advanced Function Presentation (AFP) document/print stream format. Alpheus covers all AFP specifications: MO:DCA, BCOCA, CMOCA, FOCA, GOCA, IOCA, and PTOCA. It is a complete implementation. Every Structured Field, Repeating Group, and Triplet is fully implemented as Java class. Alpheus AFP Parser was written from scratch and has no external dependencies. Copyright 2015,2016 Rudolf Fiala Alpheus AFP Parser is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

Table Of Contents

Latest Version

Download com.github.afpdev : alpheusafpparser Javadoc & API Documentation - Latest Versions:

All Versions

Download com.github.afpdev : alpheusafpparser Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
0.2.x

How to open Javadoc JAR file in web browser

  1. Rename the file alpheusafpparser-0.2.2-javadoc.jar to alpheusafpparser-0.2.2-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder alpheusafpparser-0.2.2-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "alpheusafpparser-0.2.2-sources.jar" -d "alpheusafpparser-0.2.2-javadoc" -subpackages