mirror of
https://github.com/JakubMelka/PDF4QT.git
synced 2025-06-05 21:59:17 +02:00
Save document capability
This commit is contained in:
@ -299,5 +299,5 @@ void PDFExamplesGenerator::generateAnnotationsExample()
|
||||
// Write result to a file
|
||||
pdf::PDFDocument document = builder.build();
|
||||
pdf::PDFDocumentWriter writer(nullptr);
|
||||
writer.write("Ex_Annotations.pdf", &document);
|
||||
writer.write("Ex_Annotations.pdf", &document, false);
|
||||
}
|
||||
|
Reference in New Issue
Block a user