-
Notifications
You must be signed in to change notification settings - Fork 24
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
Convert JATS to PDF statically #41
Comments
Vitaliy-1
added a commit
that referenced
this issue
Dec 11, 2020
Vitaliy-1
added a commit
that referenced
this issue
Dec 11, 2020
Vitaliy-1
added a commit
that referenced
this issue
Dec 14, 2020
Vitaliy-1
added a commit
that referenced
this issue
Dec 14, 2020
#41 Create a PDF galley from publication's full-text
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Historically, JATS to PDF conversion is done on the fly, when a user accesses the page, TCPDF renders data and sends generated PDF to the browser, see inline (
I
) parameter:JATSParserPlugin/JatsParserPlugin.inc.php
Line 343 in e861fc5
In 2.2 the behavior of how JATS XML is rendered has changed, which will lead to the removal of a deprecated code related to the rendering of the XML galley page.
PDF conversion should also be done statically. Add the option to create a PDF galley based on the full-text under the Publication -> Full-Text tab.
The text was updated successfully, but these errors were encountered: