Test with password and sign

This commit is contained in:
Svetlana Kulikova
2023-11-15 17:49:26 +03:00
parent 11b979faff
commit a1e90d1904
5 changed files with 29 additions and 10 deletions

View File

@ -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")