You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 2, 2019. It is now read-only.
When I used PdfDocument.CreatePrintDocument method to create a PrintDocument to print pdf file, the output document does not display the sign area.
However,it can display on the PdfViewer.
I guess the PdfPrintDocument.RenderPage method has some issue
The text was updated successfully, but these errors were encountered:
it-linnan
added a commit
to it-linnan/PdfiumViewer
that referenced
this issue
Sep 12, 2018
It seems that the method RenderPDFPageToDC of the PdfFile class does
not process annotations, while RenderPDFPageToBitmap does well. So we
use this method to print instead.
Resolves: pvginkel#175
Great... thanks to your change it-linnan, now can i prints signatures.
It seems that the method RenderPDFPageToDC of the PdfFile class does not process annotations, while RenderPDFPageToBitmap does well. But... only one thing. I think you should have kept the variables used in the method instead of directly use "EventArgs". In this way things like PdfPrintMode.ShrinkToMargin still working as expected.
;-)
When I used
PdfDocument.CreatePrintDocument
method to create aPrintDocument
to print pdf file, the output document does not display the sign area.However,it can display on the PdfViewer.
I guess the
PdfPrintDocument.RenderPage
method has some issueThe text was updated successfully, but these errors were encountered: