ststeiger / PdfSharpCore

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

Manipulation with Gfx crops PDF page #415

Open mushegovdima opened 6 months ago

mushegovdima commented 6 months ago

i have some pdf and i draw some text on the page. In result i give croped pdf (left bottom) as an image (see img).

изображение

Please, help 👍🏻

mushegovdima commented 6 months ago

I checked this file at another service and in result: PDF Syntax error : argument of type 'PDFObjRef' is not iterable.

How i can detect same problems?