Handling object reference streams

This commit is contained in:
Jakub Melka
2019-07-01 12:29:57 +02:00
parent 8c130ca013
commit 4d782af971
7 changed files with 383 additions and 20 deletions

View File

@ -1,4 +1,4 @@
// Copyright (C) 2018 Jakub Melka
// Copyright (C) 2018-2019 Jakub Melka
//
// This file is part of PdfForQt.
//
@ -55,6 +55,9 @@ static constexpr const char* PDF_XREF_OCCUPIED = "n";
static constexpr const char* PDF_OBJECT_START_MARK = "obj";
static constexpr const char* PDF_OBJECT_END_MARK = "endobj";
// Colors
static constexpr const int PDF_MAX_COLOR_COMPONENTS = 32;
} // namespace pdf
#endif // PDFCONSTANTS_H