An application that allows users to view PDF files.
Questions tagged [pdfviewer]
83 questions
1
vote
1 answer
Pdf viewer for my angular app
Is there any pdf viewer component for to see pdf in my angular app. I am tried angular-pdfjs-viewer but it does not work well. I have only a link to pdf file in server.
Thanks in advance

byteC0de
- 5,153
- 5
- 33
- 66
1
vote
0 answers
I want to use flip page in pdf Viewer in android studio
I have created android app for pdf file but it only displaying simple view.
Actually I want to add flip page in my android pdf View. My PDFViewer code is:
and I also want to add functionality of searching page number (go to a specefic page through…

Nauman Shafique
- 433
- 1
- 6
- 15
1
vote
7 answers
how to display online pdf file within app
i need to display online pdf file in my app. i am using third party api but problem is that it's not displaying online file
here is my code
compile 'com.github.barteksc:android-pdf-viewer:2.5.1'
compile 'org.apache.commons:commons-io:1.3.2'
my xml…

user7824858
- 59
- 1
- 2
- 9
1
vote
2 answers
Javascript dialog auto heigth not work correctly
i wrote this code in cshtml to create a container for my pdf viewer modal:
1
vote
0 answers
when application zoom the application processing speed is getting too slow
we have developed PDF application using Javascript with include of many controls like Dialog, Splitter, Text box, Drop down.
When we zoom the PDF document once PDF loaded in the application other control speed getting too slow.
For example Zoom…

Gokul Kumar
- 389
- 6
- 16
1
vote
1 answer
PDF Viewer hosting forms hugging control after closing
A bunch of my C# and VB programs utilize PDFViewer control and AxAcroPDFlib. It's been serving me well for years but recently, after installing Adobe Reader DC, all applications using PDFViewer started to have problems.
PDFViewer controls open PDF…

ArtK
- 1,157
- 5
- 17
- 31
1
vote
1 answer
Android-Pdf View Library
After importing this library: https://github.com/JoanZapata/android-pdfview ,
I got this error:
Error:The SDK Build Tools revision (19.0.3) is too low for project
':android-pdfview-sample'. Minimum required is 19.1.0
So i change the build.gradle…

jeromeee
- 11
- 5
1
vote
1 answer
Joan Zapata PDF View swipe before rendered error
I've implement the Joan Zapata PDF View library into my project and when I load up a PDF document and interact with it before it is completely rendered I get a VuDriod error:
RuntimeError: error loading page
I have tried displaying a ProgressDialog…

RheeBee
- 195
- 2
- 11
1
vote
1 answer
Ionic ng-pdfviewr
I'm getting the following error in one of my functions on ionic:
Error: [$interpolate:interr] Can't interpolate: {{detailMl.file}}
Error: [$sce:insecurl] Blocked loading resource from url not allowed by $sceDelegate policy. URL:…

Ferdhika
- 11
- 2
1
vote
1 answer
Display pdf file from absolute path
I am using this code for creating pdf viewer in my application
https://amitpatriwala.wordpress.com/2009/08/28/pdf-viewer-in-asp-net/
it works fine when I give it a path for a file inside my application folders, ex: displaypdf1.FilePath=…

user1947393
- 153
- 4
- 18
1
vote
1 answer
Android: read pdf file
I want use a PDFViewer in my Android app. In the FirstActivity I load my pdf file in a listview, this is the code:
public class MainActivity extends ActionBarActivity {
final StringBuffer sb = new StringBuffer();
private ListView…

user3582433
- 469
- 1
- 8
- 24
1
vote
1 answer
Display pdf within android app with revise option
I want to display pdfs in an android application when some buttons are clicked. And i want to revise those pdfs weekly for maintenance purposes (alike we do in google drive). As I don't want users to download new apk for a new pdf.
Currently I am…

Vishesh Rai Buffett
- 11
- 4
1
vote
1 answer
Adding pinch zoom in jblough's Android-Pdf-Viewer-Library
I am building an Android application where I am using this library to view PDF's.
https://github.com/jblough/Android-Pdf-Viewer-Library
This allows me to view PDF, zoom and navigate to other PDF pages. Works fine.
(However it takes a bit long time…

pblead26
- 755
- 1
- 9
- 30
1
vote
1 answer
'NSInvalidArgumentException', reason: '-[UIView setPDFPage:]: unrecognized selector sent to instance when integrating ZoomingPDFViewer
Just wanted to know if anyone can help me fix an issue with ZoomingPDFViewer. For some reason it seems my view is not working even though this is declared correctly (AFAIK).
The only difference I can see is the connections inspector in my app looks…

Djinné22
- 69
- 12
1
vote
1 answer
Devexpress winform PDFViewer Zoom In and Zoom Out
Using PDFViewer1 how would one implement their own zoom-in and zoom-out controls?
I have Zoom-In and Zoom-Out picturebox graphics on my form, that when clicked I want to either zoom in or zoom out respectively.
I program in VB.net using Visual…

user3314620
- 11
- 2