mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 19:07:36 +00:00
LibPDF: Attempt to unecrypt strings and streams
This commit is contained in:
parent
60c3e786be
commit
4e81663b31
2 changed files with 22 additions and 8 deletions
|
@ -146,6 +146,7 @@ private:
|
|||
RefPtr<DictObject> m_trailer;
|
||||
Optional<LinearizationDictionary> m_linearization_dictionary;
|
||||
Vector<Reference> m_current_reference_stack;
|
||||
bool m_disable_encryption { false };
|
||||
};
|
||||
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue