mirror of
https://github.com/JakubMelka/PDF4QT.git
synced 2025-06-05 21:59:17 +02:00
Editor Plugin: Save modified document
This commit is contained in:
@ -133,6 +133,7 @@ public:
|
||||
PDFObjectFactory& operator<<(const PDFDestination& destination);
|
||||
PDFObjectFactory& operator<<(PageRotation pageRotation);
|
||||
PDFObjectFactory& operator<<(PDFFormSubmitFlags flags);
|
||||
PDFObjectFactory& operator<<(PDFDictionary dictionary);
|
||||
|
||||
/// Treat containers - write them as array
|
||||
template<typename Container, typename ValueType = decltype(*std::begin(std::declval<Container>()))>
|
||||
@ -343,6 +344,9 @@ public:
|
||||
/// if document being built was invalid.
|
||||
PDFDocument build();
|
||||
|
||||
/// Replaces all objects by references in the dictionary
|
||||
void replaceObjectsByReferences(PDFDictionary& dictionary);
|
||||
|
||||
/// 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