Exported Pdf with inaccesible encrypted url links when i set pdf security password in code

edited September 2014 in FastReport .NET
Exported Pdf with wrong url links when i set pdf security password in code

private void SetPdfReportSecurity(WebReport webReportViewer, string exportedOwnerPdfPassword,
string exportedUserPdfPassword)
{
webReportViewer.PdfOwnerPassword = exportedOwnerPdfPassword;
webReportViewer.PdfUserPassword = exportedUserPdfPassword;
webReportViewer.PdfAllowAnnotate = false;
webReportViewer.PdfAllowCopy = false;
webReportViewer.PdfAllowModify = false;
webReportViewer.PdfEmbeddingFonts = true;
}

FR NET 2013.2.22 + Vs2012 (ASPNET)
See attachment

Any suggestions?
Thanks in advance!

Comments

  • edited 6:39AM
    idem84 wrote: »
    Exported Pdf with inaccesible encrypted url links when i set pdf security password in code

    private void SetPdfReportSecurity(WebReport webReportViewer, string exportedOwnerPdfPassword,
    string exportedUserPdfPassword)
    {
    webReportViewer.PdfOwnerPassword = exportedOwnerPdfPassword;
    webReportViewer.PdfUserPassword = exportedUserPdfPassword;
    webReportViewer.PdfAllowAnnotate = false;
    webReportViewer.PdfAllowCopy = false;
    webReportViewer.PdfAllowModify = false;
    webReportViewer.PdfEmbeddingFonts = true;
    }

    FR NET 2013.2.22 + Vs2012 (ASPNET)
    See attachment

    Any suggestions?
    Thanks in advance!


    Any help/news?
  • edited 6:39AM
    Any news for fix it?
    Thanks in advance!

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.