You are not logged in.
Pages: 1
Sorry for that, but somebody have similar issue ?
https://synopse.info/forum/viewtopic.php?id=3924
Hello,
I have issue when exports to pdf with password protection.
When encryption is enable, there is invalid pointer operation with freeing memory in
destructor TPdfArray.Destroy;
var i: integer;
begin
for i := 0 to FArray.Count-1 do
TPdfObject(FArray.List[i]).Free;
FArray.Free;
inherited;
end;
see sample project from https://drive.google.com/open?id=0B8fyc … zdLSjNDaVU
Simply push Print button, next PDF icon and put user and owner pass in Security tab.
frxSynPDFExport is slight modified.
Pages: 1