mirror of
https://github.com/qpdf/qpdf.git
synced 2025-02-07 06:08:26 +00:00
Add comment to setStaticID call
This commit is contained in:
parent
7e5e1a7158
commit
559eefa9d0
@ -209,7 +209,7 @@ int main(int argc, char* argv[])
|
||||
QPDFWriter w(file, fl_tmp.c_str());
|
||||
w.setStreamDataMode(qpdf_s_preserve);
|
||||
w.setLinearization(true);
|
||||
w.setStaticID(static_id);
|
||||
w.setStaticID(static_id); // for testing only
|
||||
w.write();
|
||||
}
|
||||
catch (std::exception& e)
|
||||
|
Loading…
x
Reference in New Issue
Block a user