Some simple utilities for working with Quill files
Find a file
nick knouf 84d1c61c94 Merge pull request #1 from vbraun/master
no need to untar to tempfile, added pdf output, aspect ratio
2012-11-24 08:41:14 -08:00
.gitignore -- iniitial commit 2012-11-17 15:35:31 -05:00
parse_quill.py no need to untar to tempfile, added pdf output, aspect ratio 2012-11-23 12:10:57 +00:00
README.rst -- now deals with pen color 2012-11-18 13:17:31 -05:00

Quill Utilities
===============

Nicholas A. Knouf

Version 0.01

http://zeitkunst.org

A few utilities for parsing Quill files (https://code.google.com/p/android-quill/) into SVGs or PDFs.

Usage
=====

parse_quill.py -f FILENAME

This is take a given Quill file (with .quill extension), create a new directory based on the name of the notebook, and generate a set of SVGs for each page. Converting this into a PDF can then be done with a separate program.

Caveats
=======

This requires the python-cairo bindings to be installed.

This was done quickly and does not have as much error checking as there should be.

The script doesn't currently deal with earlier Quill formats.

The script doesn't deal with line art.

TODO
====

* Better error handling

* Incorporate tags into SVG metadata

* Deal with aspect ratios

* Deal with line art

* Deal with images

* Deal with earlier quill formats