DImuthuUpe / AndroidPdfViewer

Android view for displaying PDFs rendered with PdfiumAndroid
Apache License 2.0
8.13k stars 1.89k forks source link

Not show signature in pdf file #859

Open tuananhkidd opened 4 years ago

tuananhkidd commented 4 years ago

I sign a digital signature into pdf file and i want to show signature in file but only content in pdf file is shown . Signature is not shown. Thanks.

nakupenda178 commented 4 years ago

Me too,Anyone knows how to fix

zmGitHub commented 4 years ago

+1

GacaSD commented 3 years ago

@barteksc, is there any work on this? I have tried with enableAnnotationRendering but not working. My PDFs are using Filter: Adobe.PPKLite and SubFilter: adbe.pkcs7.detached. I really like this PDF reader, it is fast and reliable but this is my only issue with it. Best.

holyoops commented 2 years ago

Set enableAnnotationRendering to true works for me

MaschDY commented 2 years ago

Try to set the annotations enable like: ... fromBytes(bytes) .enableAnnotationRendering(true) .load()

KamalKhalaf commented 2 years ago

enable the annotations rendering works with me

pdfView.fromUri(uri) .enableAnnotationRendering(true) .load()

Danniel-yan commented 6 months ago

都试过了 不起作用

marain87 commented 4 months ago

set enableAnnotationRendering(true) work for old version library.

if you need to support androidX and new version of Pdfium core library please ref to #1178