Unplanned
Last Updated: 23 May 2024 06:51 by ADMIN
Created by: Bilal
Comments: 19
Category: PDFViewer
Type: Feature Request
46

I have experience with OpenText Brava Enterprise. I've had the chance to integrate their Viewer in our in-house document management system. This viewer opens up to 100 file formats and allows to add/remove/edit annotations on files and saves these annotations as a separate layer on top of the file. So next time you open the same file to view, you can load the annotations (via API) calls and place the layer of annotations on top.

I was hoping I would see the same thing with Telerik PDF Viewer (and I am aware this works only for PDF). To allow the user to add a Text comment, Shapes, Stamps, Image, PDF Bookmark, etc.

Unplanned
Last Updated: 11 Oct 2023 10:01 by Marcel
Created by: mike
Comments: 8
Category: PDFViewer
Type: Feature Request
26
I have created the PDF viewer and it works ok with most of PDFs except for those that have electronic signature. The signature section is blanked out. Would you have any fix or workaround for the problem?
Unplanned
Last Updated: 22 Jan 2021 08:31 by ADMIN
Created by: Greg
Comments: 1
Category: PDFViewer
Type: Feature Request
14

Hello,

I have an 8mb PDF files that I need to be able to search, however when I click on the search tool the entire page starts responding.

This issue happens in your hosted demo. It seems to come as a result of images in the PDF.

What do I need to do to have it work properly?

Thanks,

Greg

Unplanned
Last Updated: 22 Feb 2024 16:03 by Jonas
Created by: Adam
Comments: 1
Category: PDFViewer
Type: Feature Request
13

Currently, when the PDFViewer is used with the latest pdf.js version 4.0.379 an error is thrown in the browser console. (Uncaught (in promise) Error: No "textContentSource" parameter specified.)

You can test the behavior in the Dojo linked here - https://dojo.telerik.com/@NeliKondova/eBUYEDAb. Run the example and wait for the pdf file to be loaded, then check the browser console. 

The latest Kendo version is compatible with pdf.js version 3.11.174. However, I would like the Kendo UI for jQuery to be compatible with pdf.js 4.x to avoid such misbehaviors. 

Unplanned
Last Updated: 04 Oct 2021 07:50 by ADMIN
Created by: Velusamy
Comments: 2
Category: PDFViewer
Type: Feature Request
12

Dear Team,

As like in other frameworks (https://pspdfkit.com/) we should have the in built option to rotate the PDF pages using Kendo UI PDFViewer widget.

https://web-examples.pspdfkit.com/annotations?i=7KSM53H6QBTN7G45WA030T9C0R.C3YbvdyO2FG3Et1PMQ1btA.KV3y

 

 

Regards,

Velusamy

Unplanned
Last Updated: 07 Feb 2022 08:53 by Darryl
Created by: Sławek
Comments: 1
Category: PDFViewer
Type: Feature Request
10
I'd like to ask if you plan to add a feature to PDFViewer allowing opening files secured with an owner password.
Unplanned
Last Updated: 03 Feb 2020 08:55 by ADMIN
Created by: Justin
Comments: 0
Category: PDFViewer
Type: Feature Request
9

Both Chrome and Firefox now have native PDF viewer support including the ability to display and navigate bookmarks within the document.  Kendo’s control doesn’t have this functionality, but it’s possible to implement since PDF.js does and the Kendo control supports PDF.js rendering.

We’d really like to have a common UI for viewing documents within our web application, but we’re currently forced to render PDFs natively for Chrome and Firefox and with limited bookmark functionality for Internet Explorer by way of partial bookmark functionality we’ve implemented on top of the Kendo control.

Allow bookmarks to be set in the PDFViewer’s configuration during initialization, and then add a method to allow them to be scrolled-to by id.  The bookmarks would simply be y-coordinate/page number pairs. It’d also be nice if the viewer could read the bookmarks directly, but not entirely necessary with PDF.js rendering since they can be read from PDF.js

Ideally, you could also expose the raw PDF.js document object used by the PDFViewer so that it could be used instead.

Unplanned
Last Updated: 21 Feb 2020 13:59 by ADMIN
Created by: Graham
Comments: 1
Category: PDFViewer
Type: Feature Request
4

Hi,

 

Is a thumbnail/page viewer in discussion? It would be a real advantage to be able to see thumbs of pages alongside the page viewer.

An example using a different sdk is shown below.

URL:

http://atalasoft-viewer-demo.azurewebsites.net/

 

Regards,

Graham O'Riley

Netdocs

Unplanned
Last Updated: 29 May 2020 13:48 by ADMIN
Created by: moegal
Comments: 2
Category: PDFViewer
Type: Feature Request
4
How can I add a button for full screen/exit full screen for the pdf viewer. I would like to keep the navigation
Unplanned
Last Updated: 09 Jun 2023 14:44 by ADMIN

Go to:

Demo of core features in jQuery PDFViewer widget | Kendo UI for jQuery (telerik.com). Note that pdf has 3 pages.

In the pdf viewer component demo select the printer icon and a print preview window opens. When the print preview window opens, note that the window indicates that there are 5 pages to print in the print preview. One page is added before the pdf pages and one after. This happens regardless of the printer selected.

Expected behavior: only 3 pages of the pdf should show in the print preview window.

Unplanned
Last Updated: 24 Jan 2020 09:44 by ADMIN
Created by: Ravi
Comments: 0
Category: PDFViewer
Type: Feature Request
2
I'd like to request for the inclusion of PDF comments for the Kendo UI PDFViewer.
Unplanned
Last Updated: 22 Sep 2021 07:22 by ADMIN
Created by: Dave
Comments: 0
Category: PDFViewer
Type: Feature Request
2
It would be awesome if the PDFViewer control could be configured to display two pages side-by-side like a flipbook.
Unplanned
Last Updated: 03 Mar 2023 14:19 by Heather
Created by: Heather
Comments: 0
Category: PDFViewer
Type: Bug Report
2

Bug report

Unable to print PDFViewer's PDF on Safari
Regression since 2022.2.802 , most probably related to the following fix in that release - #6923

Reproduction of the problem

  1. Run this Fullscreen Dojo in Safari - https://runner.telerik.io/fullscreen/uhIVIDoW
  2. Expand the overflow menu and tap on the Print tool

Current behavior

The Print Options window is loaded, but PDF pages are not shown in the Print preview. PDF pages content is not present in the saved PDF, if we save the printed content to file.

Expected/desired behavior

PDF pages are shown in the print preview window of Safari and can be saved to PDF
Working version 2022.2.621 - https://runner.telerik.io/fullscreen/abePoXEy

Environment

  • Kendo UI version: 2023.1.117
  • Browser: iPadOS 16.3 Safari
Unplanned
Last Updated: 03 Jul 2023 08:51 by ADMIN

Bug report

The Actual Width option in the PDFViewer does not work as expected. The width rendered in the component does not match the actual width of the file.

Test scenario: a file that has 11.69 inches width ( approx. 1122 pixels ) is displayed with ~840px width.

Reproduction of the problem

  1. Open a pdf file in Chrome
  2. Press the 3-dot- icon next to the print Icon at the top right and press Document Properties
  3. Convert the Page Size dimensions from inches to pixels
  4. Open the file in the PDFViewer and compare the widths

Current behavior

The page width rendered from the Actual Width feature does not match the actual file width

Expected/desired behavior

The page width from the Actual Width option should match the actual page size of the file.

Environment

  • Kendo UI version: 2023.2.606
  • Browser: [all ]
Completed
Last Updated: 20 Jul 2021 12:12 by ADMIN
Release 2020.R1.SP.next

Bug report

Currently the result of PDFViewer printing is affected by PDFViewer scale option. When scale is less than 200%, the letters in the printed PDF appear blurred.

Reproduction of the problem

  1. Go to https://demos.telerik.com/kendo-ui/pdfviewer/index
  2. Set scale option to 100%
  3. Print to PDF using "Microsoft Print to PDF" printer. (The final result is the same compared to actual printing to a physical printer)
  4. For consistency set the following print options, e.g. in Chrome:
  • Paper size: A4
  • Pages per sheet: 1
  • Margins: None
  • Scale: Default

Current behavior

Text in printed PDF file is blurred

400% to 100%

Expected/desired behavior

Text in printed PDF file is clear.
NOTE: Clear text may be achieved if PDFViewer scale option is set to 400% on the demo before printing.

Environment

  • Kendo UI version: 2019.3.1023
  • Browser: all
Unplanned
Last Updated: 07 Aug 2020 19:55 by ADMIN
Created by: Abe
Comments: 0
Category: PDFViewer
Type: Feature Request
1
Hello,

I would like to request the Kendo UI PDFViewer to allow the functionality of containing multiple pdfs.  Additionally, include a way for the user to cycle through them like having next and previous buttons.

Thank you!
Completed
Last Updated: 07 Feb 2022 12:04 by ADMIN
Release 2022.R1.SP.next

Bug report

When trying to print a file from the PDF Viewer, if the user wants to use the system print dialog, the printing dialog gets closed, but the system dialog does not appear.

Reproduction of the problem

  1. Open the Pdf Viewer Demo
  2. Click print
  3. Then scroll and select "Print using system dialog"

Current behavior

The printing dialog gets closed and the system dialog does not appear. (screencast)

Expected/desired behavior

The system printing dialog should appear

Environment

  • Kendo UI version: 2020.3.1118
  • Browser: [Chrome | Edge ]

.

Unplanned
Last Updated: 04 Mar 2021 10:10 by ADMIN
Created by: Janson
Comments: 1
Category: PDFViewer
Type: Feature Request
1

The PDF.js library supports sending xhr with credentials. Please expose this option so credentials can be specified.

Completed
Last Updated: 13 Jan 2024 18:45 by ADMIN

Additional blank page is added in Chrome when printing a file with specific size.

A reproduction file for the problem can be found in Ticket ID: 1521806.

Duplicated
Last Updated: 12 Nov 2021 09:08 by ADMIN
Created by: Fernando
Comments: 0
Category: PDFViewer
Type: Feature Request
1

Currently, the feature for open a pdf with password protection it's not supported, any solution for this, is necessary because many pdfs use security for confidentiality.

1 2