Skip to content

Free toolsDocuments

DXF to PNG

The drawing as an image at the resolution you pick, without opening a CAD tool.

More free conversions, where you upload. The Fylane extension does the same work inside any upload form, on its own free share every day.About the extension

How to convert DXF to PNG

  1. Drop the .dxf file.
  2. Pick a resolution.
  3. Press Convert and download the PNG.

What happens to your file

LibreOffice Draw renders the drawing to PDF and poppler rasterises it at the DPI you chose; lines stay crisp at 200 DPI for print, 72 is enough for the web.

Questions

Transparent background?

No — the page is white, as a drawing sheet is. For a transparent drawing, convert to SVG in the CAD tool.

Do this in code

curl -X POST https://api.fylane.dev/v1/jobs \
  -H "Authorization: Bearer $FYLANE_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "file_id": "<file id>",
    "operation": "slides.render",
    "options": {
      "format": "png",
      "dpi": 110
    }
  }'

The same operation, slides.render — Every slide of a PPTX, PPT, ODP or KEY-exported deck as a PNG or JPEG — LibreOffice to PDF, poppler to pixels; a hundred slides at most. Upload first with the quickstart; every option is on the operations page. 500 free credits a month, then $5 per thousand.