Home > Back-end >  Delphi xe7 built-in fastreport export PDF encryption
Delphi xe7 built-in fastreport export PDF encryption

Time:09-27

FrxReport1. LoadFromFile (' d: \ 111\888. Fr3);
FrxReport1. PrepareReport (true);
FrxPDFExport1. FileName:='c: \ temp \ 123. PDF';
FrxPDFExport1. ShowDialog:=false;
FrxPDFExport1. ShowProgress:=false;
FrxPDFExport1. UserPassword:='1234';
//program execution error visit
FrxReport1. Export (frxPDFExport1);
//program execution error visit

FrxReport1. PrepareReport (false);





There will be a error message
The following error (s) have occured Access violation at address 0078 e5c8
In the module 'project. Exe read of address 000000000
----------------------------------------------

CodePudding user response:

Then update to version 5.23 is ok
The original Delphi xe7 built-in fastreport version 5.15
  • Related