Final bugfixing of unite tool

This commit is contained in:
Jakub Melka
2020-11-01 15:44:22 +01:00
parent d17715b17e
commit e131ca769c
4 changed files with 164 additions and 0 deletions

View File

@ -354,6 +354,12 @@ public:
/// \param parts Parts (page count of each document part)
void createDocumentParts(const std::vector<size_t>& parts);
/// Merges two independent 'Names' entry in catalog dictionary. It is used,
/// for example, when documents are being merged.
/// \param a First 'Names' entry
/// \param b Second 'Names' entry
void mergeNames(PDFObjectReference a, PDFObjectReference b);
/* START GENERATED CODE */
/// Appends a new page after last page.
@ -1082,6 +1088,11 @@ public:
void updateTrailerDictionary(PDFInteger objectCount);
/// Set reference to 'Names' dictionary to catalog.
/// \param names Reference to Names dictionary.
void setCatalogNames(PDFObjectReference names);
/* END GENERATED CODE */
private: