Add Save As / format conversion across office doc types #161
Labels
No labels
prio_critical
prio_low
type_bug
type_contact
type_issue
type_lead
type_question
type_story
type_task
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
lhumina_code/hero_archipelagos#161
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
OnlyOffice can convert between formats via its Convert API (xlsx <-> csv, docx <-> pdf, pptx -> pdf, ...). Currently no path in our UI lets a user export.
Acceptance
Save Asaction on eachFileRow(or in the editor's File menu equivalent if simpler), with a dropdown of valid target formats based on sourceDocType./ConvertService.ashxendpoint: takes (context, filename, targetExt), POSTs a JWT-signed convert request, polls for completion, downloads the converted bytes, PUTs them into hero_foundry under a new filename.