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

[PDF Export] Basic Saxonia Layout #20

Open
mab opened this issue Jul 25, 2014 · 1 comment
Open

[PDF Export] Basic Saxonia Layout #20

mab opened this issue Jul 25, 2014 · 1 comment

Comments

@mab
Copy link
Collaborator

mab commented Jul 25, 2014

  • Implement a basic Saxonia Layout for the pdf export.
@skatscher
Copy link
Contributor

There are at least two ways for implementations:

  1. pdfkit gem https://github.com/pdfkit/pdfkit
    Easy way to convert html/css to pdf. However I do not know if basic document layouting like title page, page header/footer, page breaks are supported properly. It seems only to dump html to pdf.
  2. prawn gem http://prawnpdf.org/api-docs/1.2/
    Ruby API for pdf creation, which supports most basic layout stuff.

I think it's best to try pdfkit first and see how far we get with it.

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

2 participants