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 document processing api #40

Open
pahjbo opened this issue Jul 24, 2024 · 1 comment
Open

Add document processing api #40

pahjbo opened this issue Jul 24, 2024 · 1 comment

Comments

@pahjbo
Copy link
Member

pahjbo commented Jul 24, 2024

need an api call that will convert the justifications into separate PDFs - the call should return whether the conversion runs successfully. Any files that are included in the document store are presented "in the same directory" as the main text so that inclusions (for images and possible bibliography) can also be made

  • for latex a "standard style" will be assumed and the VM that the latex processing runs on will have only that style included so that attempts to use a different style will fail.

the above probably means that a "document processing" micro service needs to be created. It might be best that the front end talks to that directly so that this issue would really belong in the project that creates the micro service

@pahjbo
Copy link
Member Author

pahjbo commented Oct 21, 2024

this has mostly been completed for Latex - however not as separate micro service, but integrated in with the API micro service - need to be able to deploy successfully

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