ststeiger / PdfSharpCore

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

Added method to get RenderInfo #350

Closed Apflkuacha closed 1 year ago

Apflkuacha commented 1 year ago

For some modifications of the pdf file the RenderInfo DocumentObjects and LayoutInfos are necessary.

Changes

Added the method GetRenderInfoFromPage() like in the original MigraDoc DocumentRenderer.cs Therefore some Classes had to be made public - like they are already in the original MigraDoc.

Fixes

This fixes several points:

I tried it on my local build in my existing application and it works like expected.

ststeiger commented 1 year ago

Merged.