Questions tagged [pdfviewer]

An application that allows users to view PDF files.

83 questions
0
votes
2 answers

How to scroll the bottom of pdf object element in html with javascript?

I have a Pdf object on a page I need to scroll this pdf to the last page on page load. At least in Fx, if there is not universal way for that. I see it uses…
Nabil Sham
  • 2,305
  • 4
  • 26
  • 38
0
votes
0 answers

PlugPdf Crash at LogDog.Print Method

I am using pdf sdk to open the pdf from a url.I tried PlugPDF sample project and it was working fine, then i replaced the url with my pdf url and it gets opened again then i copied the code of SimpleReaderActivity.java into my project, and then i…
Abhishek
  • 1,337
  • 10
  • 29
0
votes
3 answers

Start a pdf viewer application from my android application

I am trying to open a pdf file via an already installed pdf-viewer in android. With reference to link "android: open a pdf from my app using the built in pdf viewer" Here is the sample code : private void openPDF(String filePath) { Intent…
Jeet
  • 115
  • 2
  • 13
0
votes
1 answer

How to clear java.lang.OutOfMemoryError in android PDFView?

friends i have created a pdfview in my app using webview successfully. But sometimes, i am facing crashes when i load pdf files with more pages like above 40, it will be helpfull if anyone of you guys can tell me why am i getting this message and…
Vicky
  • 921
  • 1
  • 11
  • 33
0
votes
0 answers

Checkbox on PDF template in Firefox

We have pdf templates that get data from a data source and write out a file with data in respective fields. It uses PeopleSoft delivered functionality to perform this action. What is interesting is, we open the PDF file in Chrome, Safari, IE and…
freshmaster
  • 333
  • 2
  • 5
  • 11
0
votes
1 answer

Integrate ViewerJS in Lotus Domino

Any idea of how to integrate ViewerJS into Lotus Domino? I tried to deploy ViewerJS folder into html directory on server, but without success.
Andrea Baglioni
  • 303
  • 1
  • 2
  • 20
0
votes
1 answer

Is there a PDF viewer to be used in a DART/Angulardart Chrome Packaged App ?

I am trying to find a suitable PDF viewer to simply display PDF URLs ( external ) / or files ( after creating blobs to the external URLs) in my Chrome packaged app. Tried various things , webview/sandbox pages and using pdf.js. but no luck so far. I…
UCJava
  • 307
  • 4
  • 19
0
votes
2 answers

How to access PDF loaded in Acrobat PDF Viewer In Win Forms OR WPF

Problem: I have a WPF application which is hosting a Win Form User Contorl inside it which then hosts Adobe PDF reader inside it. I am able to load a PDF file into the user control and then display the PDF file in the WPF application. Now the PDF…
Kumar
  • 41
  • 1
  • 3
0
votes
1 answer

How to read pdf from sdcard after download from server?

when download complete it is automatically crash.. f (file.isFile()) { Intent mIntent = new Intent(SingleItemView.this, PdfViewerClass.class); mIntent.putExtra(PdfViewerActivity.EXTRA_PDFFILENAME, …
Elesh Baraiya
  • 231
  • 1
  • 6
  • 16
0
votes
1 answer

Reading Pdf from URL and Parsing with Android PDF Viewer

I have successfully displayed Pdf from Assets folder using Android Pdf Viewer library https://github.com/jblough/Android-Pdf-Viewer-Library. I am now trying to parse and display online pdf "http://www.gnostice.com/downloads/Gnostice_PathQuest.pdf"…
Mustansar Saeed
  • 2,730
  • 2
  • 22
  • 46
0
votes
1 answer

android pdf viewer stackoverflow error while reading password protected file

i am able to read normal pdf file which does not have any password properly using pdfviewer.jar, however when i try to read password protected file i get java.lang.StackOverflowError. can any one tell me what is wrong ? following is the code …
Ether
  • 125
  • 1
  • 9
0
votes
1 answer

how to access canvas element when rendering a pdf using pdf.js

How to use the canvas element on which the PDF will be rendered using pdf.js. I am using viewer.js to render a pdf file in my webnsite. I want to use the canvas element on which the pdf gets rendered. how to do it. Can it be done using…
Aditya.M
  • 35
  • 1
  • 1
  • 7
0
votes
1 answer

view pdf within my application for windows phone 8

Download pdf from webservice url and saved it local storage. Then i am n't show it within my application. I need solution to show pdf using third party tool for pdfviewer or create own pdfviewer using c# for windows phone
0
votes
2 answers

ActivityNotFoundException always called for PDF Viewer

I'm having this problem where I'm trying to open a PDF file in my app, if there are no PDF viewers on the device it redirects to the Play Store to download Adobe Reader. However I already downloaded Adobe Reader, it still catches…
Compaq LE2202x
  • 2,030
  • 9
  • 45
  • 62
0
votes
1 answer

Xaml Control Not Working After WIX Install

I have two controls in my XAML app. One is Awesomium and the other is the PDF Viewer AxAcroPDFLib.AxAcroPDF When I run the app locally from Visual Studio, when Awesomium encounters a pdf link it reroutes the request to the pdf viewer and everything…
Serj Sagan
  • 28,927
  • 17
  • 154
  • 183