Create ChangePassword for pdf

This commit is contained in:
Svetlana Kulikova
2023-12-26 17:31:19 +03:00
parent 96929ac63a
commit 59fcd227ea
10 changed files with 243 additions and 13 deletions

View File

@ -589,7 +589,6 @@ namespace PdfWriter
// Добавляем запись Filter
if (pDict->GetStream())
{
pDict->Remove("Filter");
unsigned int unFilter = pDict->GetFilter();
if (STREAM_FILTER_NONE != unFilter)
{