Training and sales archives
Normalize old decks before cataloging, review, controlled distribution, or migration.
Presentation modernization
Historical presentations often contain product decisions, training material, proposals, diagrams, and project knowledge. Converting PPT into PPTX creates a modern intermediate package that downstream tools can inspect without embedding Microsoft PowerPoint in the server workflow.
Normalize old decks before cataloging, review, controlled distribution, or migration.
Prepare presentations for a downstream parser that extracts text and metadata one slide at a time.
Recover searchable content from historical project decks before chunking and indexing.
Accept PPT uploads and hand a PPTX result to a modern preview or analysis component.
For AI search, keep slide number, deck title, source path, and any extracted speaker-note relationship as metadata. Avoid combining an entire presentation into a single embedding when slide-level retrieval is required.
curl --request POST 'https://api.corenovacloud.com/v1/conversions' \
--header "Authorization: Bearer ${CORENOVA_API_KEY}" \
--header 'Idempotency-Key: training-deck-2011-0042' \
--form '[email protected]'