Tool for exporting internal format of PDF to xml file

This commit is contained in:
Jakub Melka
2020-09-30 18:41:22 +02:00
parent 6ba8eabc34
commit a6163978bc
9 changed files with 402 additions and 5 deletions

View File

@ -111,7 +111,7 @@ struct PDFInplaceString
};
/// Reference to the string implementations
struct PDFStringRef
struct PDFFORQTLIBSHARED_EXPORT PDFStringRef
{
const PDFInplaceString* inplaceString = nullptr;
const PDFString* memoryString = nullptr;