Password protection is not working with Microsoft Edge Browser on window 10.
I have created the HTML to PDF successfully.
$objPrince = CPrinceFactory::createPrince();
$objPrince->setHTML( 1 );
$objPrince->setEncryptInfo( 40, $strPassword, '', false, true, true, false );
$objPrince->convert_string_to_file( $strHtmlContent, $strFilePath );
But whenever, I am trying to open with Microsoft Edge Browser on Windows 10, it's allowed to access the pdf file without asking password.
Can someone aware with this?
Please help me to sort out this issue
I have created the HTML to PDF successfully.
$objPrince = CPrinceFactory::createPrince();
$objPrince->setHTML( 1 );
$objPrince->setEncryptInfo( 40, $strPassword, '', false, true, true, false );
$objPrince->convert_string_to_file( $strHtmlContent, $strFilePath );
But whenever, I am trying to open with Microsoft Edge Browser on Windows 10, it's allowed to access the pdf file without asking password.
Can someone aware with this?
Please help me to sort out this issue