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

Display freshly created RadFixedDocument in PdfViewer

1 Answer 76 Views
PdfProcessing
This is a migrated thread and some comments may be shown as answers.
Rémi
Top achievements
Rank 1
Rémi asked on 23 Oct 2015, 12:25 PM

Hi,

 

 Is it possible to display fleshly created RadFixedDocument in PdfViewer or do I have to save the RadFixedDocument as a file and then bind this file to the PdfViewer ?

I mean doing something like this : 

 

Model:

<telerik:RadPdfViewer Name="pdfViewer" Document="{Binding NewDocument}"  />​

'ViewModel:
NewDocument = CreateDocument()

 

Thanks,

Rémi.

1 Answer, 1 is accepted

Sort by
0
Rémi
Top achievements
Rank 1
answered on 23 Oct 2015, 01:21 PM

Well I have found what I was looking for here : https://github.com/telerik/xaml-sdk/tree/master/PdfProcessing/PdfViewerIntegration

Nevermind.

Tags
PdfProcessing
Asked by
Rémi
Top achievements
Rank 1
Answers by
Rémi
Top achievements
Rank 1
Share this question
or