mirror of
https://github.com/JakubMelka/PDF4QT.git
synced 2025-06-05 21:59:17 +02:00
Encryption bugfixing (RC4)
This commit is contained in:
@@ -419,6 +419,10 @@ public:
|
||||
/// Returns info about the document (title, author, etc.)
|
||||
const PDFDocumentInfo* getInfo() const { return &m_info; }
|
||||
|
||||
/// Returns document id part with given index. If index is invalid,
|
||||
/// then empty id is returned.
|
||||
QByteArray getIdPart(size_t index) const;
|
||||
|
||||
/// If object is reference, the dereference attempt is performed
|
||||
/// and object is returned. If it is not a reference, then self
|
||||
/// is returned. If dereference attempt fails, then null object
|
||||
|
Reference in New Issue
Block a user