Free tools › Documents
Publisher to PNG
A flyer or newsletter page as an image, for the web, a post or a slide.
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 Publisher to PNG
- Drop the .pub file.
- Pick a resolution.
- Press Convert and download each PNG.
What happens to your file
LibreOffice Draw opens the Publisher file on Fylane’s servers, renders it to PDF, and poppler rasterises each page as a PNG at the DPI you chose — one picture per page, numbered in order. Fonts follow the same substitution as Publisher to PDF: metric twins for Calibri, Arial, Times and Courier; other faces replaced.
Questions
PNG or PDF for a Publisher file?
PDF to keep and print; PNG when a page has to sit on a web page, in a post or in a slide as a picture.
Related tools
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.