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

Collapse All | Expand All

(-)pdftk-1.12.orig/java_libs/com/lowagie/text/pdf/PdfReader.java (-1 / +1 lines)
Lines 107-113 Link Here
107
    protected char pdfVersion;
107
    protected char pdfVersion;
108
    protected PdfEncryption decrypt;
108
    protected PdfEncryption decrypt;
109
    protected byte password[] = null; //added by ujihara for decryption
109
    protected byte password[] = null; //added by ujihara for decryption
110
    protected boolean passwordIsOwner= false; // added by ssteward
110
    protected boolean passwordIsOwner= true;
111
    protected ArrayList strings = new ArrayList();
111
    protected ArrayList strings = new ArrayList();
112
    protected boolean sharedStreams = true;
112
    protected boolean sharedStreams = true;
113
    protected boolean consolidateNamedDestinations = false;
113
    protected boolean consolidateNamedDestinations = false;

Return to bug 127891