Is it possible to add any redact feature with thickness option in hand ?
If not then how can i use line feature as redact when i have to use line
in shape as well as redact seperately. I tried it but when i adjust redact line feature
thickness, it automatically select line in shape and sets same color and thickness of redact one because i am using same toolbutton (AnnotationCreateLine) for both.
PDF.js Express does not support redaction as it does not support any direct document manipulation.
Line annotations cannot be used as redactions because they can easily be removed, and do not actually remove content out of the PDF like a redaction does.
If you need full redaction support, you can check out our sister product, PDFTron Webviewer. It has the exact same API as Express but has many more features (such as redaction!)
Hi logan,
Actually in our implementation redaction means just to cover particular part in
pdf (with black thick line), and we can remove that line whenever we want.
Sorry for mentioning redact term but we doesn’t intent to implement exact redact feature.
We can say this as a hide feature. So could you please me how to solve
my above issue of implementing hide feature using line.
yes i want to set the thickness of line tool which i am using in customized header
using its toolbutton. But it should not interfere with line thickness of line inside
shapes toolgroup,
which i guess means that we want another copy of line tool in the main
header whose line thickness can be adjusted without interfering the thickness of
line line tool inside shapes group.