
philiphas
New Here
philiphas
New Here
Activity
‎Aug 08, 2017
06:37 PM
1 Upvote
Hi Ashu, Thanks for your response. I have tested it with that sample HTML and it is not crashing now. Great! For the benefit of others, using double quotes like I show above for the search suffix does not work. However escaping the double quotes using %22 seems to work OK in my limited testing. eg. data="urlpathtofile.pdf#search=%22term1 term2%22" Thanks again Phil
... View more
‎Aug 07, 2017
01:12 AM
Hi Adobe, Below is an HTML page which demonstrates the issue. If you have the #search on the end of the data attribute, the error occurs. If you remove it, it doesn't. <!DOCTYPE html> <html> <head> <title>Adobe issue</title> </head> <body> <div id="pdf"> <object data="http://www.adobe.com/content/dam/Adobe/en/products/acrobat/pdfs/adobe-acrobat-xi-scan-paper-to-pdf-and-apply-ocr-tutorial-ue.pdf#search="1"" type="application/pdf" width="750" height="975"></object> </div> </body> </html>
... View more