mirror of
https://github.com/JakubMelka/PDF4QT.git
synced 2025-06-05 21:59:17 +02:00
Final bugfixing of unite tool
This commit is contained in:
@ -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:
|
||||
|
Reference in New Issue
Block a user