mirror of
https://github.com/JakubMelka/PDF4QT.git
synced 2025-06-05 21:59:17 +02:00
Document creation
This commit is contained in:
@ -22,6 +22,9 @@
|
||||
namespace pdf
|
||||
{
|
||||
|
||||
// Name of the library, together with version
|
||||
static constexpr const char* PDF_LIBRARY_NAME = "PdfForQt 1.0.0";
|
||||
|
||||
// Structure file constants
|
||||
static constexpr const char* PDF_END_OF_FILE_MARK = "%%EOF";
|
||||
static constexpr const char* PDF_START_OF_XREF_MARK = "startxref";
|
||||
|
Reference in New Issue
Block a user