ststeiger / PdfSharpCore

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

Add image consolidation #447

Closed jltrem closed 3 days ago

jltrem commented 2 weeks 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 3 days ago

Merged.