.AFP打开工具
打开AFP文件的工具
This is an AFP viewer I wrote to work with AFP print files. The program supports viewing/navigating pages, TLEs, applying a grid, copying text, copying image areas, searching for text, printing, and extracting pages to PDF, TIF, XML, JPG, BMP, PNG, GIF. The program is capable of overlaying an image onto the page (to simulate pre-printed paper). The program also includes a Resource Manager which lists every resource included in the file and every resource required by the file, and can be used to extract resources.
History:
01-06-2012:
Added caching of character data, to reduce file access, maybe speed up page loading a little.
01-05-2012:
Fixed a couple bugs in image rendering, relating to the ImageSizeParameter.
Fixed a bug pertaining to Field Segmentation and PTX fields.
11-21-2011:
Fixed a bug when trying to find resources and encountering empty strings.
10-18-2011:
AFPtoPDF now supports images rotated 270 degrees. Need to test 90 and 180.
10-06-2011:
Dragging an image to the AFPviewer will now open the "Manage Overlays" window, if an AFP file is already open.
The "Manage Overlays" window now supports drag-and-drop for the image file (onto the Image FileName box).
09-16-2011:
Printing now includes any overlays applied through the program.
Fixed a bug in AFP-to-PDF conversion, where DBR/DIR drawn in color WHITE were treated as transparent.
09-15-2011:
Fixed new bug in search.
09-09-2011:
Fixed a bug in AFP-to-PDF conversion, which could order the characters of a font incorrectly in unmapped fonts.
Working on a scaling issue with relative metrics fonts.