AndroidPdfViewer icon indicating copy to clipboard operation
AndroidPdfViewer copied to clipboard

Not show signature in pdf file

Open tuananhkidd opened this issue 5 years ago • 8 comments
trafficstars

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.

tuananhkidd avatar Jan 17 '20 02:01 tuananhkidd

Me too,Anyone knows how to fix

nakupenda178 avatar Mar 26 '20 09:03 nakupenda178

+1

zmGitHub avatar Jul 28 '20 01:07 zmGitHub

@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.

GacaSD avatar May 26 '21 11:05 GacaSD

Set enableAnnotationRendering to true works for me

holyoops avatar Jan 20 '22 06:01 holyoops

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

MaschDY avatar Feb 09 '22 15:02 MaschDY

enable the annotations rendering works with me

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

KamalKhalaf avatar Apr 13 '22 12:04 KamalKhalaf

都试过了 不起作用

Danniel-yan avatar Mar 07 '24 10:03 Danniel-yan

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

marain87 avatar May 06 '24 15:05 marain87