Open PDF in gwt frame with highlighted words - pdf

how can i open pdf with highlighted words on gwt frame using java or javascript?
i passed url link to the iframe and it loads the pdf but there is no highlight
gwt version 2.5.1
firefox portable v.24

This problem can be solve by changing or installing pdf viewer plugin adobe acrobat reader to the browser.
The pdf viewer of the frame depends on the browsers pdf viewer
setup plugins for chrome
http://blogs.adobe.com/acrolaw/2011/12/get-reader-or-acrobat-to-work-in-chrome-compact-pdf-output-from-chrome/
to test, use this url example to the browser with adobe acrobat plugin
http://www.adobe.com/content/dam/Adobe/en/devnet/acrobat/pdfs/pdf_open_parameters.pdf#search=word
It works on chrome 42 with adobe reader plugin...

Related

Edge Browser: Link From PDF Not Opening a New PDF File

I installed an adobe acrobat extension in Edge browser. My link is relative path. I set up all these options with this extension:
In my PDF file, the embed link is a button.
After the click, it did not open a PDF file in Edge, but works fine in Chrome and Opera. What do I do to make it work in Edge?
(UPDATE)
This is how Opera and Google Chrome show my URL after I click a button in the PDF, which opens a PDF file.
//example.azurewebsites.net/CANGC/Process/off-site-facility-management/6_1-Chemistry/Step-Descriptions/6-1-1/6-1-1-1.pdf
This is how Edge shows the URL after the click, which cannot locate the file.
//example.azurewebsites.net/CANGC/Process/off-site-facility-management/6_1-Chemistry/Flow-Chart/6.1%20Ultrasonic%20Chemistry%20Management/2.%20Process%20Design/2b.%20Step%20Descriptions/1%20-%20Chemical%20Inventory/6-1-1-1.pdf
Edge rewrote the URL longer, forcing the path wrong.
What's funny is that I put the same URL into the Edge Browser, which opens that PDF file. The extensions do not solve my problem. Is there another solution out there?

Copy pages at the push of a button without Javascript for Apple devices

i want to use a button to copy an existing pdf page in the form itself. this works with javascript by spawning a page template. Unfortunately this does not work on apple devices.
Adobe Acrobat Pro DC
var a = this.getTemplate ("template");
a.spawn();
Works on Windows and not for ios
You can't. If you are using Adobe Acrobat Reader on iOS (or Android) the JavaScript to spawn pages isn't supported. I don't see that it's supported in PDF Expert by Readdle either. That functionality is only supported on Windows and macOS.
For the list of supported JavaScript on iOS, see the link below. It's a quick read; the list is very short.
https://www.adobe.com/devnet-docs/acrobatetk/tools/Mobile/iosapi/index.html

embedding a local pdf file in google chrome packaged apps

I'm trying to use the embed tag in a chrome packaged app to display a pdf document included in the distribution. The renderer displays "Looking for plugin...". Is the chrome pdf viewer supported in packaged apps or is the problem with the embed tag?
<embed src="document.pdf#page=33" type="application/pdf">.

PhoneGap InAppBrowser not loading pdf

I am using PhoneGap InAppBrowser to load pdf in my app. It is loading pdf in IOS, but there is no location bar shown, and on Android pdf is never loaded.
Here is my code to load pdf
iabRef = window.open('sample.pdf', '_blank', 'location=yes');
Not sure if this counts as an answer, but I believe this is a known bug. It is marked as fixed in the 2.4.0 RC here.
Ran into the same with 2.4.0. I switched to using the _system browser in my open call. It's not ideal, as it opens a browser that simply downloads the file, but at least it works.

In Vaadin PDF does not work in popup Window

I am trying to display a PDF in a popup window using Vaadin 6.6.2 and the code as shown in this blog:
http://jcraane.blogspot.com/2010/09/printing-in-vaadin.html
The problem I have is that whenever I close the Window containing the PDF it always hangs the current browser tab in IE 9.
I have tested this in Safari, Firefox, and IE 8 and its works fine. I also know that the problem is related to the embedded PDF as I have tried replacing the embedded PDF with a Vaadin Label and then the popup window closes fine in IE9.
I had a similar problem in Firefox 3.x, I solved it by upgrading to Firefox 4, and upgrading the Adobe plugin.
It seems to me the problem is on the browser/plug-in side.
If you are stuck with that browser/version, try just upgrading the plugin if that's not already on the latest version.