Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 296455 | Differences between
and this patch

Collapse All | Expand All

(-)pdftk-1.41.orig/java_libs/com/lowagie/text/pdf/PdfReader.java (-1 / +1 lines)
Lines 116-122 Link Here
116
    protected char pdfVersion;
116
    protected char pdfVersion;
117
    protected PdfEncryption decrypt;
117
    protected PdfEncryption decrypt;
118
    protected byte password[] = null; //added by ujihara for decryption
118
    protected byte password[] = null; //added by ujihara for decryption
119
    protected boolean passwordIsOwner= false; // added by ssteward
119
    protected boolean passwordIsOwner= true;
120
    protected ArrayList strings = new ArrayList();
120
    protected ArrayList strings = new ArrayList();
121
    protected boolean sharedStreams = true;
121
    protected boolean sharedStreams = true;
122
    protected boolean consolidateNamedDestinations = false;
122
    protected boolean consolidateNamedDestinations = false;

Return to bug 296455