top | item 42585419

(no title)

nicbars | 1 year ago

Pandoc is awesome for converting text-based formats and markup files, but from my knowledge it doesn’t cover some of the more specialized PDF operations (like merging, splitting, rotating pages, etc.) or handling complex office formats with embedded elements. My tool aims to provide a quick, browser-based way to handle all those PDF tasks—no installation or command-line usage required.

discuss

order

dotancohen|1 year ago

I see, thank you!

How do you handle complex office formats with embedded elements? Do you reimplement ODT and other standards?

nicbars|1 year ago

Thanks for asking! I don’t reimplement those formats myself—LibreOffice does the heavy lifting for parsing and converting office documents with embedded elements. That way, I just leverage an existing engine instead of reinventing the wheel, and it helps preserve formatting as accurately as it can.