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

"Download" svg and PDF #1

Open
splitbrain opened this issue Feb 2, 2018 · 2 comments
Open

"Download" svg and PDF #1

splitbrain opened this issue Feb 2, 2018 · 2 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@splitbrain
Copy link
Owner

Currently the download command only creates a zip file with raw .lines data. It would be cool if could also create SVGs and PDFs from it. This would require at least porting the existing lines to svg python code to PHP.

@splitbrain splitbrain added enhancement New feature or request help wanted Extra attention is needed labels Feb 2, 2018
@rioam2
Copy link

rioam2 commented Feb 6, 2018

This may be of interest:
https://plasma.ninja/blog/devices/remarkable/binary/format/2017/12/26/reMarkable-lines-file-format.html
It's a whole post documenting the .lines structure and binary makeup.

@turbo
Copy link

turbo commented Feb 21, 2018

+1 for this features. Using rM2svg -> SVGO -> rsvg-convert -f pdf gives me PDFs that are a few hundred KB for a 5 page notebook, compared to multiple MB from remarkable's solution. Not to mention that rM's PDF export is broken for some brushes.

Edit: Seems like optimizing the SVG has no effect on the PDF size. However, for SVG downloads, a svgo pass might still be useful.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants