Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request: generate PDFs from .quill files #79

Open
GoogleCodeExporter opened this issue Mar 30, 2015 · 2 comments
Open

Feature request: generate PDFs from .quill files #79

GoogleCodeExporter opened this issue Mar 30, 2015 · 2 comments

Comments

@GoogleCodeExporter
Copy link

This is a feature request to provide a script to generate PDFs (or SVGs) from 
.quill files.

I quite enjoy Quill on my Thinkpad Tablet. I backup my .quill files to my 
owncloud instance, which is then mirrored on my desktop and laptop. I'd like to 
view my Quill notes on my other devices, but I only have the .quill files. What 
I'd like is to have a script that takes the .quill file and turns it into a PDF 
or SVG for viewing on my laptop, so that I can integrate it into my other 
note-taking systems (personal wiki, etc.).

I could of course manually generate the PDFs on my Android device, but what I'd 
like is to be able to run a script on my laptop to generate the PDFs whenever a 
new or updated .quill file is found.

I've looked around the source a bit, but wasn't able to easily find the file 
format. This is something I might be able to write myself if I had a 
documentation of the file format.

Thanks!


Original issue reported on code.google.com by [email protected] on 17 Nov 2012 at 4:35

@GoogleCodeExporter
Copy link
Author

I too have been wanting something like this and decided to write up a simple 
python script to parse Quill files into SVGs. It's available on github under 
"quill_utils":

https://github.com/zeitkunst/quill_utils

There's a lot that needs to be fixed but this should be a good start.


Original comment by [email protected] on 17 Nov 2012 at 8:45

  • Added labels: ****
  • Removed labels: ****

@GoogleCodeExporter
Copy link
Author

Excellent work! I've forked it at github :-) 

https://github.com/vbraun/QuillConvert

I've added initial PDF support, though only one pdf file per page for now.

Original comment by [email protected] on 23 Nov 2012 at 12:16

  • Added labels: ****
  • Removed labels: ****

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant