Render MigraDoc document to SVG or raster image #235
manfromarce
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
Without a third-party library, this will be helluva lot of work to implement. With a third-party library that provides GDI+ functionality without Windows, this might be a relatively easy task. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
It would be useful to implement a renderer to raster images or SVG (at least one) for MigraDoc documents in the core build. I am referring to documents created from scratch, not rendering of existing PDFs. There are no .NET options - that I am aware of - to generate both PDF and images without native dependencies (QuestPdf uses a custom SkiaSharp build which can be problematic on some platforms). Since JPEG / PNG import was achieved in the PdfSharp core build, I was wondering if this was possible.
Beta Was this translation helpful? Give feedback.
All reactions