-
Notifications
You must be signed in to change notification settings - Fork 37
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 generation #505
base: master
Are you sure you want to change the base?
PDF generation #505
Conversation
some things don't work in this revision, like images.
to be filled later
Codecov Report
@@ Coverage Diff @@
## master #505 +/- ##
============================================
- Coverage 57.60% 55.91% -1.70%
Complexity 509 509
============================================
Files 134 135 +1
Lines 4298 4428 +130
Branches 609 627 +18
============================================
Hits 2476 2476
- Misses 1705 1835 +130
Partials 117 117
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this PR is not ready 🤗
This is a preview for PDF generation of pantheon content using the asciidoctor-pdf library.
To access a basic PDF render of any document just access its full path in the document using the pdf extension. For example:
GET http://<server>/path/to/document.adoc.pdf?draft=true
(note the draft parameter is being used)Known issues and other comments