Can you support exporting Office as a picture
There is a requirement to read the excel content and save it as a picture.
Is there such an implementation at present?
Thank you.
Welcome! Thanks for posting your first issue. The way things work here is that while customer issues are prioritized, other issues go into our backlog where they are assessed and fitted into the roadmap when suitable. If you need to get this done, consider buying a license which also enables you to use it in your commercial products. More information can be found on https://unidoc.io/
We have Word docx to PDF conversion https://github.com/unidoc/unioffice-examples/tree/master/document/doc-to-pdf And UniPDF can render PDF to image https://github.com/unidoc/unipdf-examples/blob/master/render/pdf_image_render.go
This is not supported for XLSX/PPTX yet, but we will be adding that in the future.