Unplanned
Last Updated: 22 May 2024 12:04 by ADMIN
Created by: Roland Klug
Comments: 1
Category: PdfViewer
Type: Bug Report
1

Hi Telerik Support,

the scrolling and pagination does not seem to work in Firefox anymore. Is there any workaround?
in Chrome and Edge it works just fine!

if i click on an Pagenumber or Next Page or sth. like this, there happens nothing.
if i try to scroll the scrollbars showing up and changing their size, but they doesnt scroll.

i have also tried to scroll here:

https://demos.telerik.com/aspnet-ajax/pdfviewer/overview/defaultcs.aspx?_gl=1*5mk763*_ga*MTMyNTUwNjgzNS4xNjkwODk5NjYw*_ga_9JSNBCSF54*MTcxNjI3NTAwMy4xOS4xLjE3MTYyOTQ0ODkuNTkuMC4w*_gcl_au*NzI0MTA3Mzc5LjE3MDkyOTcyMzE.&_ga=2.243750470.291641267.1716275004-1325506835.1690899660

but it didnt work also

Thanks you and Best Regards

Roland


Completed
Last Updated: 09 Apr 2024 14:50 by ADMIN
Release 2024 Q2
Created by: Laurentiu Stamat
Comments: 1
Category: PdfViewer
Type: Bug Report
1

Bug report
Text cannot be selected in the RadPdfViewer with pdfjs v3.4.120 or newer.

Current behavior
Text cannot be selected

Expected/desired behavior
Text should be selectable

 

Reproduction demos:

Example 1

    <script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/pdf.js/3.11.174/pdf.min.js"></script>
    <script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/pdf.js/3.11.174/pdf.sandbox.min.js"></script>
    
    <script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/pdf.js/3.11.174/pdf.worker.min.js"></script>
    <script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/pdf.js/3.11.174/pdf_viewer.min.js"></script>
    <script type="text/javascript">
        window.pdfjsLib.GlobalWorkerOptions.workerSrc = 'https://cdnjs.cloudflare.com/ajax/libs/pdf.js/3.11.174/pdf.worker.js';
    </script>
    <link href="https://cdnjs.cloudflare.com/ajax/libs/pdf.js/3.11.174/pdf_viewer.min.css" type="text/css" rel="stylesheet" />

t>

    <telerik:RadPdfViewer ID="TKPdfViewer" runat="server" Width="100%">
        <ToolBarSettings Items="pager, zoom, toggleSelection, search, download, print, spacer" />
        <PdfjsProcessingSettings File="TestPDF.pdf">
        </PdfjsProcessingSettings>
    </telerik:RadPdfViewer>

Example 2

    <script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/pdf.js/3.4.120/pdf.min.js"></script>
    <script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/pdf.js/3.4.120/pdf.sandbox.min.js"></script>
    
    <script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/pdf.js/3.4.120/pdf.worker.min.js"></script>
    <script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/pdf.js/3.4.120/pdf_viewer.min.js"></script>
    <script type="text/javascript">
        window.pdfjsLib.GlobalWorkerOptions.workerSrc = 'https://cdnjs.cloudflare.com/ajax/libs/pdf.js/3.4.120/pdf.worker.js';
    </script>
    <link href="https://cdnjs.cloudflare.com/ajax/libs/pdf.js/3.4.120/pdf_viewer.min.css" type="text/css" rel="stylesheet" />

t>

    <telerik:RadPdfViewer ID="TKPdfViewer" runat="server" Width="100%">
        <ToolBarSettings Items="pager, zoom, toggleSelection, search, download, print, spacer" />
        <PdfjsProcessingSettings File="TestPDF.pdf">
        </PdfjsProcessingSettings>
    </telerik:RadPdfViewer>

Unplanned
Last Updated: 13 May 2024 11:33 by ADMIN
Scheduled for 2024 Q3
PdfViewer throws the JavaScript exception "Right-hand side of 'instanceof' is not an object" when clicking on the search button to search for words.
Completed
Last Updated: 16 Jun 2023 12:25 by ADMIN
Release R3 2022 SP1
Created by: Samantha
Comments: 1
Category: PdfViewer
Type: Bug Report
0

Bug report

Text of PDF documents in PDFViewer may be blurred on HiDPI screens.

Reproduction of the problem

Go to PDFViewer demo on 

Current behavior

Text is blurred, most visible on small letters.

Expected/desired behavior

Text is not blurred.

Unplanned
Last Updated: 20 Mar 2023 13:13 by Dimitre
Created by: Dimitre
Comments: 0
Category: PdfViewer
Type: Feature Request
1

Hi Team,

I would like to request the functionality to support document printing on web server installed printers.  Here are some of the things that I would like to see if possible:

  • Track print job statuses
  • Read back error codes
  • Check printer queue
  • Cancel documents

Thank you for the consideration!

Completed
Last Updated: 03 Nov 2021 15:30 by ADMIN

Some PDF documents not displaying correctly in RadPdfViewer - the text is missing, showing only box borders. The issue is not reproducible neither in PDF.js, nor in Kendo UI PDF Viewer:

 

Unplanned
Last Updated: 28 Apr 2021 11:30 by ADMIN
Created by: Melissa
Comments: 0
Category: PdfViewer
Type: Feature Request
1

How can I search for multiple items?

For example, "Telerik"  or "UI"?  By this, I mean that I put  "Telerik" and "UI" in the searchbar. Refer to https://demos.telerik.com/aspnet-ajax/pdfviewer/overview/defaultcs.aspx

Declined
Last Updated: 17 Sep 2020 10:49 by ADMIN
Created by: Albert
Comments: 1
Category: PdfViewer
Type: Feature Request
2

When viewing a PDF file in the RadPdfViewer, hyperlinks in the file are not clickable.

Can clickable hyperlinks be added to RadPdfViewer?

Unplanned
Last Updated: 11 Jun 2021 08:25 by ADMIN
Created by: Devran
Comments: 0
Category: PdfViewer
Type: Feature Request
0

Hello there,

We want to use pdf viewer on a web form page that users use to search.

Do we have the opportunity to mark(HighLights) the words users are looking for in the document which is opened in the viewer?

 

I added a document to be an example,

 

For example, we want to highlight the word "computer" on the viewer .

 

 

Unplanned
Last Updated: 03 Feb 2021 10:34 by ADMIN
Created by: XicoFininho
Comments: 3
Category: PdfViewer
Type: Feature Request
9

Hi support,

Could you please let us know if you will be adding signature and annotations to the PDF viewer?

If so could you give me an estimate when this could be expected?

I'm currently looking at another product that has this facilities but would prefer to continue to use Telerik.

Thank you.

 

Kind Regards,

Antonio

 

Unplanned
Last Updated: 04 Apr 2024 15:06 by ADMIN
Created by: Valerio
Comments: 3
Category: PdfViewer
Type: Feature Request
8

Hi,

 

is there a way to applay for a Page rotation on RadPdfViewer?

I cannot find nothing about.

 

Thx,

Valerio

Duplicated
Last Updated: 16 Feb 2022 07:21 by ADMIN
Created by: Mikko
Comments: 1
Category: PdfViewer
Type: Feature Request
1
As a future request, it would be great to have PDF viewer with Annotations features.