Frequently asked questions

How does ODT to PDF work?
An .odt file is a ZIP archive whose content.xml holds the document body in the OpenDocument text namespace. The converter unpacks that archive in your browser, walks content.xml in document order, and flows the paragraphs and headings onto PDF pages. Everything happens in your browser using JavaScript. Nothing is uploaded to a server.
Are my files uploaded anywhere?
No. ODT to PDF runs entirely in your browser and your files never leave your device. That matters for the contracts, invoices, and personal letters that Writer documents usually hold, because those are exactly the files you should not be posting to a stranger's server to convert.
Will the PDF look exactly like my Writer document?
No, and it is worth being precise about the gap. The converter carries text content and reading order. It does not carry images, tables, embedded fonts, colours, columns, headers and footers, or the paragraph spacing you set in Writer. If you need a visually faithful PDF, use File then Export as PDF inside LibreOffice itself, which has the full layout engine. Use this tool when you want the text out quickly and privately without opening an office suite.
Which languages are supported?
Documents in the Latin-1 range convert with every character intact, which covers English, French, German, Spanish, Italian, Portuguese, Dutch, and the Nordic languages. Curly quotes, en and em dashes, and the euro sign are preserved. Documents that are more than 20 percent outside that range are refused with a clear message rather than converted into a page of question marks. That rules out Hindi, Bengali, Tamil, Chinese, Japanese, Korean, Arabic, Hebrew, Greek, Cyrillic, and Thai for now.
Why does it refuse some documents instead of converting them?
The built-in PDF fonts use WinAnsi encoding, which cannot represent characters outside Latin-1 at all. A Hindi or Japanese document drawn with those fonts becomes a page of question marks. Reporting success on a file that converted to nothing readable is worse than refusing it, so the converter measures the share of unrepresentable characters across the whole document first and stops when it exceeds 20 percent.
Does it work with .doc or .docx files?
No. Those are Microsoft Word formats with a different internal structure. A .docx renamed to .odt will unzip but has no content.xml, and the converter says so rather than failing with a confusing parse error. Use the Word to PDF tool for .docx files.
Does it handle .ott templates or .fodt flat files?
Not yet. An .ott is an OpenDocument template and a .fodt is a single uncompressed XML file rather than a ZIP. Both hold the same kind of content but need different handling to open. Save the file as a normal .odt from Writer and it will convert.
Is there a file size limit?
There is no limit imposed by the tool. The practical ceiling is your device's memory, since the whole document is unpacked and laid out in the browser tab. Ordinary Writer documents of a few hundred pages convert without trouble on a normal laptop or phone.