mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-02-10 18:05:41 +08:00
Test with password and sign
This commit is contained in:
@ -204,7 +204,7 @@ namespace PdfWriter
|
||||
pStream->WriteEscapeName(oIter.first.c_str());
|
||||
pStream->WriteChar(' ');
|
||||
nBegin = pStream->Tell();
|
||||
pStream->Write(pObject, pEncrypt);
|
||||
pStream->Write(pObject, NULL);
|
||||
nEnd = pStream->Tell();
|
||||
pStream->WriteStr("\012");
|
||||
if (oIter.first == "Length")
|
||||
|
||||
Reference in New Issue
Block a user