Questions tagged [pdfviewer]

An application that allows users to view PDF files.

83 questions
7
votes
3 answers

Android PdfViewer-FileNotFoundException

I installed this library to view pdf from a url inside my application but when I click on the file to open it gives me the following error: I tried looking into ContentResolver but no luck This is the logcat: 07-26 15:35:45.638…
ANDRE BOL
  • 71
  • 1
  • 1
  • 3
6
votes
0 answers

Why is Texmaker not refreshing the pdf?

I am changing a LaTeX document in Texmaker and apparently the pdf does not get updated and I don't know why. I have as quick Build pdflatex + view pdf. I am using Texmaker version 4.4.1 in Windows 7. Before I was using the same tex file in another…
Jorgejuan3452
  • 77
  • 1
  • 7
6
votes
2 answers

Rendering Images inside PDF, images not being rendered in PDF Viewer 0.1.8

Please check updates as they have additional informations... Apparently located the problem in a specific pdf client but cannot close the issue with an open bounty... I am generating a pdf using grails rendering plugin. The PDF has a couple of…
Al-Punk
  • 3,531
  • 6
  • 38
  • 56
5
votes
0 answers

View PDF in browser without Download (Something like gmail attachment)

We are using php to generate PDF on server. Can you please help me to understand, how to give facility to user to view PDF online (something like feature of Gmail) ? Any reference document will be of great help. In this figure, if I click on PDF…
Pawan Mude
  • 1,609
  • 6
  • 19
  • 32
4
votes
4 answers

Texmaker not updating the PDF viewer

I created bash file which constantly compiles the my latex file, the problem is though that the PDFviewer in texmaker doesn't update, eventhoug the raw PDF file is updated. How come is does the PDFviewer keep showing the old PDF until i use Texmaker…
user2691824
3
votes
0 answers

How to disable the download option from electron-pdf-window

I'm building a django electronjs app with PDF viewer using the following js script and it's working fine, but my concern is if I can disable or remove the download option from the PDF viewer. If yes, then how can I do that? const { app } =…
Ravindra Gupta
  • 1,256
  • 12
  • 42
3
votes
0 answers

Adobe Reader: Prevent PDF from being viewed with "enhance thin lines option"

I have included several vector graphics in a pdf that contain small lines. When viewed with Adobe Acrobat Reader, those small lines are made artificially thickened than they should actually appear, resulting in very strange looking lines. After…
logical x 2
  • 311
  • 4
  • 18
3
votes
1 answer

Extract text and all Font information from pdf viewer

User will see a pdf in webbrowser Control(or any other viewer) and select the text from it then I want to find 1)Coordinates of selected text. 2)Font Size of selected text. 3)Font Color of Selected text. 4)Page Number of selected text. So that i can…
Charlie
  • 4,827
  • 2
  • 31
  • 55
3
votes
1 answer

How to intergrate PDF viewer(display) in the GTK+ interface

Am working on the project in which am required to fetch files from the server and to display them on the client post.All of this is to be done in the UNIX environment where I used C language for coding client and server and GTK+ for the interface…
user3557777
  • 133
  • 1
  • 4
  • 15
2
votes
1 answer

Android Pdf Viewer FileNotFoundException

I am trying to show pdf file in my application. I am using Pdf Viewer library(https://github.com/barteksc/AndroidPdfViewer). I have put a pdf file in my assets folder. But when I try to load the file it shows this…
supertramp
  • 39
  • 5
2
votes
2 answers

Android: How to use PDFViewer with Fragments

I have a requirement where I need to display PDF file within my Android app. I have used PDFViewer.jar to do so in some of my Activities, which is explained here https://github.com/jblough/Android-Pdf-Viewer-Library . Now I am stuck up with…
harsha.cs
  • 122
  • 2
  • 13
2
votes
1 answer

Application closing on back button after viewing pdf by Intent.ACTION_VIEW

I need to open a pdf file from an Activity. Pdf is opened but when I press the back button, my application shuts down.It closes all together. There's no exception in logcat either. Below is my code. I have tried using …
user2244871
  • 51
  • 1
  • 3
2
votes
1 answer

Viewing pdf file with TallComponents Web PdfViewer from orginal folder

i using TallComponents Web PdfViewer to viewing pdf file inside asp.net page but all pdf file must be in some folder (called "basePath") and when i viewed them from other location it's copy to base path and viewed from here ! please help me how can…
Hadi Ranji
  • 203
  • 1
  • 2
  • 11
2
votes
1 answer

How to load PDF pages asynchronously?

I'm looking for a pdf viewer that can load a pdf asynchronously. This is a big need in our site since the PDF documents have at least 50 pages. I've already looked into pdf.js by mozilla but I can't seem to make it work (I think the examples are…
Normz
  • 271
  • 1
  • 2
  • 9
1
vote
0 answers

How can we disable right click + copy + print option (Command + p) on Google Document viewer?

Requirement: Need to display the PDF within the application where all the links should be clickable in most of the browsers or at least in Google Chrome, Safari, and Mozilla browsers and disable i)right click, ii) copy and iii) print option (Command…
1
2 3 4 5 6