Initializing... drag & drop files here
Supports: ODD
.odd drawings; reorder by dragging the thumbnails so the first file becomes the first PDF page.The .odd extension is uncommon and ambiguous. There is no ISO-standardized "ODD" file format. The Library of Congress and OASIS define OpenDocument Drawing as .odg (MIME application/vnd.oasis.opendocument.graphics, ISO 26300-1:2015) — that is the canonical vector-drawing format produced by LibreOffice Draw and Apache OpenOffice Draw. If your file came out of LibreOffice Draw and ends in .odd, it is almost certainly an ODG file with a non-standard extension; renaming it to .odg is often enough to open it in Draw.
In the wider wild, .odd has been documented as Coby Voice Recorder audio data, TEI ODD ("One Document Does it all") XML schema specifications, Oracle Database Diagram files, and assorted game-mod payloads. Those are not images and will not render through this tool. xconvert's merge pipeline accepts files with the .odd extension and treats them as image inputs — so it works for raster or vector drawings shipped with that extension, including renamed ODG exports and image data saved with .odd by older or niche tools. Each accepted file becomes one page in the combined PDF.
.odd instead of .odg. Merge them straight to PDF without first renaming and re-saving.| Property | ODD | ODG (OpenDocument Drawing) | |
|---|---|---|---|
| ISO standard | None — not a recognized standard extension | ISO/IEC 26300-1:2015 (OpenDocument 1.2) | ISO 32000-2:2020 (PDF 2.0) |
| MIME type | None registered; varies by software | application/vnd.oasis.opendocument.graphics |
application/pdf |
| Container | Varies (often a renamed ODG ZIP, sometimes audio or XML) | ZIP archive of XML + assets | Self-contained binary |
| Vector support | Depends on origin | Yes (native vector + bitmap) | Yes |
| Native viewer | Depends on origin | LibreOffice Draw, OpenOffice Draw | Adobe Reader, every browser, every OS |
| Best for | Niche legacy exports | Authoring vector diagrams | Sharing, printing, archiving |
The "Compression Type" preset maps to a Ghostscript profile that controls embedded-image downsampling and font handling. Pick based on where the PDF will be viewed.
| Preset | Image DPI cap | Best for | Trade-off |
|---|---|---|---|
| Screen | 72 DPI | Email, web preview, mobile | Smallest file, soft on print |
| Ebook | 150 DPI | Tablets, e-readers, on-screen reading | Balanced; default for most users |
| Default | ~150 DPI mixed | General-purpose distribution | Reasonable size, decent print |
| Prepress | 300 DPI, color-preserving | Pro print, archival | Larger file, embeds fonts |
| Printer | 300 DPI | Office laser/inkjet output | Larger file, sharp on paper |
Pair the preset with "Image Quality (%)" — at Screen/Ebook a quality of 60-75 is fine; at Prepress/Printer push to 85-95 to avoid JPEG artifacts in line art.
No — and that is the most useful thing to know. ODG is the OpenDocument Drawing format defined by OASIS and standardized as ISO/IEC 26300. ODD is not a recognized standard. If your file came from LibreOffice Draw or OpenOffice Draw, it is almost certainly an ODG that was named or saved with the wrong extension. Renaming .odd to .odg will usually let Draw open it directly. If you specifically need ODG, see Merge ODG to PDF.
Other documented uses of the .odd extension include Coby Voice Recorder audio data (a now-discontinued portable recorder line), TEI ODD ("One Document Does it all") XML schema specifications used in academic text encoding, Oracle Database Diagram files, and various game-mod data files. These are not images and will not produce a usable PDF page through this tool. Open the file in a hex viewer or text editor: an OpenDocument-style ODD starts with PK (a ZIP header), TEI ODD looks like XML, and audio-recorder ODD is binary data with a header signature.
First try renaming the file to .odg — that handles the vast majority of mislabeled OpenDocument exports. If LibreOffice still refuses, the file is probably not OpenDocument Drawing at all (see the question above). If you only need a PDF and not an editable drawing, upload it here; xconvert's image pipeline will attempt to render it and merge it into a PDF as long as the byte stream is one of the supported raster or vector formats.
Yes. The merge tool accepts mixed image inputs in a single batch. If you also have JPGs, PNGs, or PDFs to combine, Merge Image to PDF is the format-agnostic entry point and accepts the same option set (Combine?, Margin, Paper size, Page layout, Image placement, Image alignment, Image Compression, Compression Type).
Set "Combine?" to "Individual PDFs." You'll get one PDF per input file, returned together as a ZIP. Useful when you're batch-converting an archive of drawings rather than authoring a single document. The page-layout and compression options apply to every file in the batch.
If your drawings were authored on a uniform canvas (slides, posters, A-sized templates) and you want a tidy printable PDF, pick a fixed preset (A4, Letter, A3, Tabloid). If your drawings have varied native sizes — say, a mix of square diagrams and wide flowcharts — pick "Original" so each PDF page sizes itself to the drawing and you avoid Cover cropping or excessive whitespace. Then enable Landscape if most drawings are wider than tall.
The pipeline rasterizes drawings into the PDF as embedded images, not as live PDF vectors. So sharpness depends on Compression Type and Image Quality (%): Prepress or Printer at 85-95 quality looks crisp at 100% zoom and prints clean. If you need true vector preservation, export the source ODG to PDF directly from LibreOffice Draw (File > Export As > Export as PDF) — that path keeps line work as PDF vector ops.
Files are processed in your browser session and removed from xconvert's edge servers shortly after the conversion completes. No account is required, no watermark is added, and the merged PDF is not stored on a public URL. If you want to convert a single ODD to a still image instead of a multi-page PDF, see Convert ODD to PNG or Convert ODD to JPG.
Three knobs drive output size: Compression Type (Screen smallest, Printer largest), Image Quality (%) (lower = smaller, default 75), and Image Transparency (Removed flattens alpha, slightly smaller and more compatible). If your PDF is unexpectedly large, drop Compression Type to Ebook or Screen and lower Image Quality to 60-70. If it's unexpectedly small and looks soft, raise to Prepress and bump Quality to 90.