This is a migrated thread and some comments may be shown as answers.

PdfViewer/PdfProcessing standard decoding

3 Answers 53 Views
PDFViewer
This is a migrated thread and some comments may be shown as answers.
David
Top achievements
Rank 1
David asked on 19 Feb 2015, 10:20 AM
Good morning,
i was just taking a deeper look at the two controls and it works realy well.
So I have two little questions:
- When i give my pdfviewer in xaml a documentsource, does it call my custom decode filter? Or i need to load/reload my pdf?
- What are the standard decode filters for pdfviewer? I mean if i have no custom filter implemented which decode filter is used?

Hope you can help me,

mfg David

3 Answers, 1 is accepted

Sort by
0
David
Top achievements
Rank 1
answered on 19 Feb 2015, 12:22 PM
Hi, again the second question is already answered but a new one came up.
It is possible to change the colorspace by implementing a custom filter?
0
Accepted
Kammen
Telerik team
answered on 20 Feb 2015, 09:38 AM
Hello David,

Thank you for the interest in RadPdfViewer.

1. Custom filter is used as soon as it is registered. You don't need to reload the document source if the registration happens before initializing the control (before InitializeComponents or in the static constructor).

2. Currently changing the color space is not respected. We will consider respecting it but I cannot give you any time frame when it will be implemented. At this point the returned data should match the color space specified by the PdfObject.ColorSpace property.

Hope this answers your questions.

Regards,
Kammen
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
0
David
Top achievements
Rank 1
answered on 20 Feb 2015, 09:42 AM
Hi Kammen,

You answered my questions perfectly.
Thank you;)

Regards
David
Tags
PDFViewer
Asked by
David
Top achievements
Rank 1
Answers by
David
Top achievements
Rank 1
Kammen
Telerik team
Share this question
or