Questions tagged [pdfviewer]

An application that allows users to view PDF files.

83 questions
1
vote
1 answer

Images not loading in pdf viewer in android

I am Working on a project where i need to show pdf files. I have lots of images in pdf file. I am using pdfviewer.jar to work on it. I implemented the code, where my pdf is displayed but, the images are not displayed. The error is: 09-05…
0
votes
0 answers

C1pdfviewer pagesize issue

Can anybody please help me regarding pagesize issue. I'm using C1PdfViewer in Vb.net. Below code I'm using it to open PDF but page size width I'm not able to increased. I tried c1PdfViewer1.MinWidth & MaxWidth but nothing hppns. I tried using…
kajal
  • 11
  • 5
0
votes
0 answers

What is the exact version library for pdf view in android studio 3.1.3? implementation 'com.android.support:appcompat-v7:28.0.0-beta01'

When I put a library for pdf view in dependencies in android studio 3.1.3 ,It shows the error message "All com.android.support libraries must use the exact same version specification ".What is the way to read pdf in this situation? build.gradle…
0
votes
0 answers

OpenUI5: PDFViewer shows PDF page on top of all other controls in IE11

I am trying to show a dialog control using sap.m.Dialog on top of PDFViewer control in IE11. In this case, PDFViewer and dialog controls both will get activated at the same time.i.e., z-order of PDFViewer and Dialog control will become the same. …
Purushotham CK
  • 425
  • 6
  • 8
0
votes
1 answer

How can I change view of PDF files in UWP apps

Am opening the PDF file as Image and displaying it in a flipview. public async void OpenPDF(StorageFile file) { var pdfFile = await PdfDocument.LoadFromFileAsync(file); if (pdfFile == null) return; …
Mohanvel V
  • 768
  • 4
  • 17
0
votes
0 answers

I want to Load pdf from url and after filling user can download, send email or print document

I want to Load pdf from URL and after filling required fields the user can download, send email or print document from the mobile browser. I am using Xamarin forms and need a solution for PCL following is a link that needs to be renders in web view…
0
votes
2 answers

Telerik PDF viewer not loading

I am trying to use Telerik's RadPdfViewer, but I've run into a problem. I cannot seem to get the it to load any document. I am trying to load by stream from azure storage from a blob, I am connected to that correctly, but I can't seem to get the pdf…
DalTron
  • 939
  • 3
  • 9
  • 22
0
votes
0 answers

int java.io.InputStream.read(byte[]) on a null object reference in Marshmallow

I am using a PDFViewer library to view documents in an Activity which is loaded from a given url. I am using the open source this library hosted on Git. Everything works fine in the latest android version Nougat & Oreo. The file loads up and is…
An08NY
  • 139
  • 15
0
votes
1 answer

add bitmap to pdf?

how i can add bitmap to pdfview, bitmap can transform and move when i touch it. i use pdfviewer from joan zapata https://github.com/JoanZapata/android-pdfview. is there way to solve it. or is there other libary for me. this my activity. i try to…
0
votes
1 answer

View PDF file and not download

I want the user to view a PDF file without being able to save (Ctrl+S) or print (Ctrl+P) the document. The user should neither be able to copy the text inside the PDF. Is is possible?
0
votes
1 answer

How to Open a PDF with PDF Viewer of Syncfusion, in Xamarin Android?

I have an application on Xamarin Android, and I need to open a PDF, but I have the Document in a byte array, because I use it from an Api web. And in the Syncfusion documentation, I did not find much information, just the method "Assets.Open (" GIS…
Oscar Navarro
  • 150
  • 10
0
votes
1 answer

Syncfusion WPF PdfViewer - any workaround for incorrectly displaying PDFs with semitransparent colors?

Are you aware of any workaround for incorrectly displaying PDFs with semitransparent colors in latest Syncfusion WPF PdfViewer? I have filed a bug report:…
PiotrR
  • 95
  • 7
0
votes
0 answers

FragmentStatePagerAdapter memory leak in Android < 7.0

We're trying to make an app where we can swipe between pdf of 1 page. There is a lot of pdf, that's why we used a FragmentStatePagerAdapter and the librairie barteksc/AndroidPdfViewer. But we have a memory leak. After swipping a given number of pdf…
Yohann L.
  • 1,262
  • 13
  • 27
0
votes
1 answer

Render pdf using wpf

I need to write my own pdf viewer (UserControl). I use pdfium.dll for that. The wrapper of it is PdfiumService. This service can render pages to BitmapSource. PdfViewer displays pages in VirtualizingStackPanel in ScrollViewer. Any ideas how can I…
DdarkSideE
  • 129
  • 1
  • 11
0
votes
3 answers

Why people are not recommending display PDF using PdfRenderer?

Since last month I have been searching for best way to show pdf into android app. I was always getting help of third party library. No one has talked about Android also providing same thing via PdfRenderer. If we have native support, why should we…
Rohan Patel
  • 1,758
  • 2
  • 21
  • 38