ststeiger / PdfSharpCore

Port of the PdfSharp library to .NET Core - largely removed GDI+ (only missing GetFontData - which can be replaced with freetype2)
Other
1.08k stars 237 forks source link

Add image consolidation #447

Closed jltrem closed 4 months ago

jltrem commented 4 months ago

Addresses #446

The test code:

  1. generates two single page PDFs, each with a different image
  2. merges them to a 100 page document
  3. consolidates the images in the document

The image below shows the output files:

image

ststeiger commented 4 months ago

Merged.