orppst / pst-api-service

the api service for the tool
Mozilla Public License 2.0
0 stars 0 forks source link

Add document processing api #40

Open pahjbo opened 3 months ago

pahjbo commented 3 months ago

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

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 commented 3 days ago

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