Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gdelugre/pdfwalker
Frontend to explore the internals of a PDF document with Origami
https://github.com/gdelugre/pdfwalker
Last synced: 3 months ago
JSON representation
Frontend to explore the internals of a PDF document with Origami
- Host: GitHub
- URL: https://github.com/gdelugre/pdfwalker
- Owner: gdelugre
- License: gpl-3.0
- Created: 2017-10-04T18:09:44.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-10-07T22:39:35.000Z (about 7 years ago)
- Last Synced: 2024-07-06T18:23:03.764Z (4 months ago)
- Language: Ruby
- Size: 138 KB
- Stars: 36
- Watchers: 2
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
- awesome-starred - gdelugre/pdfwalker - Frontend to explore the internals of a PDF document with Origami (others)
README
PDF Walker
=====
[![Gem version](https://badge.fury.io/rb/pdfwalker.svg)](http://rubygems.org/gems/pdfwalker)Overview
--------PDF Walker is a graphical tool to analyze the contents of PDF documents, based on [Origami](https://github.com/gdelugre/origami).
It can be used to explore the internal contents of a document:
- browse through the object tree, including object streams
- follow object references and view cross references
- search objects using regular expressions
- decode and extract streams
- locate page contents and form fields
- sign documents![Main view](/img/screenshot.png)
Installation
------------$ gem install pdfwalker
Dependencies
------------* [Origami][gem-origami]
* [Gtk2][gem-ruby-gtk2]
* [Gtkhex][gem-ruby-gtkhex][gem-origami]: https://rubygems.org/gems/origami
[gem-ruby-gtk2]: https://rubygems.org/gems/gtk2
[gem-ruby-gtkhex]: https://rubygems.org/gems/ruby-gtkhexLicence
-------PDF Walker is distributed under the [GPL3](COPYING) license.