Skip to content

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

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions