GitXplorerGitXplorer
M

PDForm

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
03239686d74ad379e79e14109dbad2279a046381

Added LICENSE

MMaxDesiatov committed 14 years ago
Unverified
b9db4339db31c122f9993afe539853b6f9090e41

Removed redundant branch in renderer code.

MMaxDesiatov committed 14 years ago
Unverified
91b49522fb70ce0be1b4df10684840d21d0a2a8d

Fixed menubar name

MMaxDesiatov committed 14 years ago
Unverified
28ac57da232bd00de94447ba86d496c15d7c9bb2

Fixed README

MMaxDesiatov committed 14 years ago
Unverified
4be9c5c8136c9f1aa88afa3d3fa57738a65a1dc7

Initial text in README.

MMaxDesiatov committed 14 years ago
Unverified
026efe2c0b337a652bdad36e0f63881fbeaeb422

Added native menu bar for Mac OS X.

MMaxDesiatov committed 14 years ago

README

The README file for this repository.

PDForm

PDForm is all-in-one debugger/viewer/mangler/deformer for your PDF files. Its goal is to support as many features of PDF 1.7 as possible. At this moment it uses Apache PDFBox for parsing and rendering, so feature-completeness of PDForm depends on feature-completeness of PDFBox, but this will change. The most annoying missing features will be added or reimplemented in PDForm separately, as obviously it isn't clearly possible to integrate some Scala code in pure Java project.

Building

If you haven't done it, setup sbt as described in http://code.google.com/p/simple-build-tool/wiki/Setup

Then do this in PDForm's root directory

sbt update run

After that in most cases you'll see PDForm running. If not, report this as PDForm issue at http://github.com/explicitcall/PDForm/issues