PDFDoc.h (xpdf-4.03) | : | PDFDoc.h (xpdf-4.04) | ||
---|---|---|---|---|
skipping to change at line 165 | skipping to change at line 165 | |||
// Check various permissions. | // Check various permissions. | |||
GBool okToPrint(GBool ignoreOwnerPW = gFalse) | GBool okToPrint(GBool ignoreOwnerPW = gFalse) | |||
{ return xref->okToPrint(ignoreOwnerPW); } | { return xref->okToPrint(ignoreOwnerPW); } | |||
GBool okToChange(GBool ignoreOwnerPW = gFalse) | GBool okToChange(GBool ignoreOwnerPW = gFalse) | |||
{ return xref->okToChange(ignoreOwnerPW); } | { return xref->okToChange(ignoreOwnerPW); } | |||
GBool okToCopy(GBool ignoreOwnerPW = gFalse) | GBool okToCopy(GBool ignoreOwnerPW = gFalse) | |||
{ return xref->okToCopy(ignoreOwnerPW); } | { return xref->okToCopy(ignoreOwnerPW); } | |||
GBool okToAddNotes(GBool ignoreOwnerPW = gFalse) | GBool okToAddNotes(GBool ignoreOwnerPW = gFalse) | |||
{ return xref->okToAddNotes(ignoreOwnerPW); } | { return xref->okToAddNotes(ignoreOwnerPW); } | |||
// Is the PDF file damaged? This checks to see if the xref table | ||||
// was constructed by the repair code. | ||||
GBool isDamaged() { return xref->isRepaired(); } | ||||
// Is this document linearized? | // Is this document linearized? | |||
GBool isLinearized(); | GBool isLinearized(); | |||
// Return the document's Info dictionary (if any). | // Return the document's Info dictionary (if any). | |||
Object *getDocInfo(Object *obj) { return xref->getDocInfo(obj); } | Object *getDocInfo(Object *obj) { return xref->getDocInfo(obj); } | |||
Object *getDocInfoNF(Object *obj) { return xref->getDocInfoNF(obj); } | Object *getDocInfoNF(Object *obj) { return xref->getDocInfoNF(obj); } | |||
// Return the PDF version specified by the file. | // Return the PDF version specified by the file. | |||
double getPDFVersion() { return pdfVersion; } | double getPDFVersion() { return pdfVersion; } | |||
End of changes. 1 change blocks. | ||||
0 lines changed or deleted | 4 lines changed or added |