Bug: Broken http-URL in PDF with UserPassword

Hello,

it seems that I found a bug in the frxPDFExport component.

In this case I am using the lastest release (4.12) of Fast Report Professional with Delphi 2006.

If frxPDFExport.UserPassword is defined, http:// - style URLs of text objects are broken in the PDF (starting with file:///).
If frxPDFExport.UserPassword is empty, everything is ok.

My sample code:

frxReport1.LoadFromFile(ExtractFilePath(ParamStr(0))+'test.fr3');
frxReport1.PrepareReport(true);
frxPDFExport1.FileName:=ExtractFilePath(ParamStr(0))+'test.pdf';
frxPDFExport1.ShowDialog:=false;
frxPDFExport1.ShowProgress:=false;
frxPDFExport1.UserPassword:='test';
frxReport1.Export(frxPDFExport1);
frxReport1.PrepareReport(false);

Best regards

Gregor Bramhoff

Leave a Comment

Rich Text Editor. To edit a paragraph's style, hit tab to get to the paragraph menu. From there you will be able to pick one style. Nothing defaults to paragraph. An inline formatting menu will show up when you select text. Hit tab to get into that menu. Some elements, such as rich link embeds, images, loading indicators, and error messages may get inserted into the editor. You may navigate to these using the arrow keys inside of the editor and delete them with the delete or backspace key.