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

Convert JATS to PDF statically #41

Closed
Vitaliy-1 opened this issue Dec 11, 2020 · 0 comments
Closed

Convert JATS to PDF statically #41

Vitaliy-1 opened this issue Dec 11, 2020 · 0 comments

Comments

@Vitaliy-1
Copy link
Owner

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:

$pdfDocument->Output('article.pdf', 'I');

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.

Vitaliy-1 added a commit that referenced this issue Dec 11, 2020
Vitaliy-1 added a commit that referenced this issue Dec 12, 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
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant