Completed
Last Updated: 11 May 2021 11:37 by ADMIN
Exception is thrown when importing color with Lab colorspace
Completed
Last Updated: 20 Jan 2021 11:07 by ADMIN
Release R1 2021
Created by: ArDrodus
Comments: 0
Category: PdfViewer
Type: Feature Request
4
Implement import of documents containing Type 3 fonts.
Completed
Last Updated: 08 Jan 2021 11:31 by ADMIN
Release R1 2021
Created by: StefanP
Comments: 0
Category: PdfViewer
Type: Bug Report
1
Even small documents containing images encoded with CCITTFaxDecode filter can take about 10 seconds to be opened.
Declined
Last Updated: 19 Nov 2020 13:20 by Chris

System.MissingFieldException: Field not found: Telerik.XamarinForms.SkiaSharp.SkiaDocumentView.purePainter Due to: Could not parse field signature 0a00031b due to: Could not resolve type with token 0100014e from typeref (expected class 'Telerik.XamarinForms.SkiaSharp.DocumentView.SkiaDocumentPurePainter' in assembly 'Telerik.XamarinForms.SkiaSharp, Version=2020.3.1106.460, Culture=neutral, PublicKeyToken=null') assembly:Telerik.XamarinForms.SkiaSharp, Version=2020.3.1106.460, Culture=neutral, PublicKeyToken=null type:Telerik.XamarinForms.SkiaSharp.DocumentView.SkiaDocumentPurePainter member:(null)
  at Telerik.XamarinForms.PdfViewer.RadPdfViewer.UpdatePresenter () [0x00037] in <bd15b7ab3df742a5908d5d151a9a58d8>:0
  at Telerik.XamarinForms.PdfViewer.RadPdfViewer..ctor () [0x00048] in <bd15b7ab3df742a5908d5d151a9a58d8>:0
  at OnaMobile.Views.PdfViewPage.InitializeComponent () [0x00012] in C:\Users\chris\Work\ONAMA\onama-mobile-app\OnaMobile\OnaMobile\obj\Debugetstandard2.0\Views\PdfViewPage.xaml.g.cs:22
  at OnaMobile.Views.PdfViewPage..ctor () [0x00008] in C:\Users\chris\Work\ONAMA\onama-mobile-app\OnaMobile\OnaMobile\Views\PdfViewPage.xaml.cs:19
  at OnaMobile.ViewModels.ResourcesPageViewModel.OpenResourceAsync (OnaMobile.OnlineResources.ResourceLink resource) [0x001ac] in C:\Users\chris\Work\ONAMA\onama-mobile-app\OnaMobile\OnaMobile\ViewModels\ResourcesPageViewModel.cs:186

iOS SDK 14.1, ARM64. Happens regardless of Linker Behavior setting.

The page itself has nothing in its code-behind other than the default constructor calling InitializeComponent(). In the XAML, the RadPdfViewer control is in a two-row, one-column grid, where it is in the second row:

<Grid VerticalOptions="FillAndExpand" HorizontalOptions="FillAndExpand" ColumnSpacing="0" RowSpacing="0">
    <Grid.RowDefinitions>
        <RowDefinition Height="60" />
        <RowDefinition Height="*" />
    </Grid.RowDefinitions>

    <Frame Grid.Row="0"><!-- ... --></Frame>

    <pdf:RadPdfViewer Grid.Row="1" HorizontalOptions="Fill" VerticalOptions="FillAndExpand" Source="{Binding Source}" />
</Grid>
The view model has a DocumentSource property Source and implements INotifyPropertyChanged. However the exception occurs before the BindingContext of the page is set to the view model.
Completed
Last Updated: 02 Oct 2020 08:09 by ADMIN
Release R2 2020 SP

When RadPdfViewer is used in a master-detail page, I should maintain the previous page index when I traverse between pages.

Completed
Last Updated: 16 Sep 2020 11:54 by ADMIN
Release R3 2020
Created by: Narender
Comments: 2
Category: PdfViewer
Type: Feature Request
6

Please add a search option to PDF Viewer.

It will be great If you can also add a thumbnail preview option to view all pages in the PDF and a page slider to help navigate user to any page in seconds.

Unplanned
Last Updated: 30 Jun 2020 14:28 by ADMIN
KeyNotFoundException exception is thrown when the platform type is MacintoshNonSymbolic and the encoding is WinAnsiEncoding.
Unplanned
Last Updated: 29 Jun 2020 14:08 by ADMIN
Created by: ppetroff
Comments: 0
Category: PdfViewer
Type: Feature Request
1
A remote go-to action is similar to an ordinary go-to action but jumps to a destination in another PDF file instead of the current file.

Completed
Last Updated: 24 Jun 2020 12:08 by ADMIN
Release R2 2020 SP
Allow programmatic navigation of the viewport of the PdfViewer.
Completed
Last Updated: 24 Jun 2020 12:08 by ADMIN
Release R2 2020 SP
By specification, names are an atomic symbol uniquely defined by a sequence of characters. However, when importing a document with names defined as an empty sequence a handled InvalidCastException is thrown which leads to missing page content.
Unplanned
Last Updated: 18 May 2020 14:53 by ADMIN
Created by: Sven
Comments: 0
Category: PdfViewer
Type: Feature Request
3
Implement functionality for visualization of comment annotations.
Unplanned
Last Updated: 13 May 2020 15:02 by ADMIN
Provide a way through UI and programmatically to load password-protected pdf documents in PdfViewer.
Unplanned
Last Updated: 11 May 2020 16:02 by ADMIN
Currently when the pdf document is loaded, no further changes can be made to it.  We should provide a way (automatically or explicitly through a method) to reload the page after the pdf content is modified.
Unplanned
Last Updated: 11 May 2020 15:48 by ADMIN
Created by: Sanjeev
Comments: 0
Category: PdfViewer
Type: Feature Request
3
Provide a way to create a custom layer in RadPdfViewer and allow to add custom objects on top of the pdf document (in a similar way as PdfViewer for WPF).
Unplanned
Last Updated: 30 Apr 2020 09:15 by ADMIN
Error message is: "One or more errors occurred. 
(Unable to cast object of type 'Telerik.Windows.Documents.Fixed.FormatProviders.Pdf.Model.Types.PdfName' to type 'Telerik.Windows.Documents.Fixed.FormatProviders.Pdf.Model.Types.PdfInt'.)"

The current implementation relies on valid cross-reference offsets in the PDF documents so that PDF objects are easily found and parsed. However, we may implement a mechanism for importing documents with invalid offsets for the objects inside the table.
Duplicated
Last Updated: 07 Apr 2020 11:27 by ADMIN
Created by: Graham
Comments: 1
Category: PdfViewer
Type: Feature Request
2

Hi

highlight text with each page

 

app searches db for word occourences

Viewer then highlghts the word eg. Search for contract, app displays grid of contracts

selecting a row displays the selectedcontract

viewer highlights the search words on the visible page.

 

on phone so apolgies for spelling

 

regards

graham

 

Unplanned
Last Updated: 22 Jan 2020 08:03 by ADMIN
As an effect of this, characters, which are not contained in the StandardEncoding names, e.g. umlauts, are measured with incorrect glyph widths. This leads to incorrect glyph positioning in RadPdfViewer.
Unplanned
Last Updated: 21 Jan 2020 22:00 by Afshin
Created by: Pedro
Comments: 2
Category: PdfViewer
Type: Feature Request
8
Provide the option to integrate the hand signature using the digital signature of the PDF document
Unplanned
Last Updated: 11 Nov 2019 09:37 by ADMIN
Created by: Saverio Speziali
Comments: 0
Category: PdfViewer
Type: Bug Report
0
Images that have drop shadow effect are not properly rendered in PdfViewer - black background appears instead.
Unplanned
Last Updated: 28 Oct 2019 08:48 by ADMIN
Created by: Matt
Comments: 2
Category: PdfViewer
Type: Feature Request
21

Provide support for Interactive Forms (AcroForms) in the PDF Viewer for Xamarin.

For detailed information on Interactive Forms concept check below: 
https://docs.telerik.com/devtools/document-processing/libraries/radpdfprocessing/model/interactive-forms/overview