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

Add a cover page to the PDF #44

Closed
danburzo opened this issue Oct 15, 2018 · 2 comments
Closed

Add a cover page to the PDF #44

danburzo opened this issue Oct 15, 2018 · 2 comments
Labels
Feature New feature or enhancement

Comments

@danburzo
Copy link
Owner

No description provided.

@migben
Copy link

migben commented Oct 16, 2018

@danburzo dude? what seems to be the issue / feature / request?

@danburzo danburzo added the Feature New feature or enhancement label Oct 16, 2018
@danburzo
Copy link
Owner Author

(Oops, I wrote this on the go so I don't forget it 😅)

The idea here is to create a cover page for the exported PDF, including the title, date of generation, etc. It should be present in the HTML template, something like:

<div class='pcl_cover'>
  <h1>{{ title }}</h1>
  <p>Generated {{ date }}</p>
</div>

For the style, books printed from Wikipedia by PediaPress, or, in traditional publishing, Reclam Verlag are good sources of inspiration.

I'll get back with more details.

@danburzo danburzo changed the title Cover page Add a cover page Oct 16, 2018
@danburzo danburzo changed the title Add a cover page Add a cover page to the PDF Oct 16, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature New feature or enhancement
Projects
None yet
Development

No branches or pull requests

2 participants