Skip to content

PdfDocument Render doesn't render markup even with PdfRenderFlags.ForPrinting #17

@milos12345

Description

@milos12345

I tried using highlight and draw tools from both Edge and Acrobat Reader but the following code doesn't render it. I have expected that

using (var image = pdfDoc.Render(page, w, h, dpi, dpi, PdfRenderFlags.LcdText | PdfRenderFlags.Annotations | PdfRenderFlags.ForPrinting))
{    
    return BitmapHelper.ToBitmapSource(image); 
}

I expected PdfRenderFlags.ForPrinting would show this, because if I try printing document from Acrobat or Edge, these show up

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions