Hello!
I'm trying to draw an image on pdf page (bitmap, which is created through rendering wpf visuals (Geometries) with
RenderTargetBitmap.Render). Bitmap has a huge resolution (3000*4000 or something like that). But in pdf strange gray shadows (lines) appear around my shapes and in general the image looks worse than bitmap original. I'm saving bitmap as png/jpg file before rendering it to pdf page, so I can show you the difference (attached screenshots, look at that weird gray vertical line). It seems that the pixels are not snapped in pdf or maybe it's because the pdf engine converts bitmap with huge losses before saving it in pdfpage ... I would just like to know the reason of this behaviour and possible workarounds on it.
Assembly: PdfSharp-WPF.dll (v1.31.1789.0, but also tried with v1.30).
Thank you in advance, sorry for my english)