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

Pdfviewer wont show text

4 Answers 68 Views
PDFViewer
This is a migrated thread and some comments may be shown as answers.
Fredrik
Top achievements
Rank 2
Fredrik asked on 09 Aug 2013, 10:02 AM
For some reasons my telerik radpdfviewer wont show text. pictures and lines shows fine on the document, just not text.
I have tryed several documents and everyone opens fine on the telerik silverlight demo example of the pdfviewer.

but if i try to load from stream or open it within the pdfviwer i get no text.......
please help

ps. i have the current version of radcontrols from telerik

private void BuildAttachmentPdf(byte[] FileContent)
        {
            MemoryStream data = new MemoryStream(FileContent);
            DocumentSource = new PdfDocumentSource(data);
            RaisePropertyChanged("PdfSource");
        }
  
<telerik:RadPdfViewer Grid.Row="1" x:Name="pdfViewer" DocumentSource="{Binding DocumentSource}" />

4 Answers, 1 is accepted

Sort by
0
Fredrik
Top achievements
Rank 2
answered on 13 Aug 2013, 11:34 AM
bump
0
Accepted
Petya
Telerik team
answered on 13 Aug 2013, 02:50 PM
Hello Fredrik,

Please verify all required assembly references are added to your project as per this help article.

Let us know how it goes.

Regards,
Petya
Telerik
TRY TELERIK'S NEWEST PRODUCT - EQATEC APPLICATION ANALYTICS for SILVERLIGHT.
Learn what features your users use (or don't use) in your application. Know your audience. Target it better. Develop wisely.
Sign up for Free application insights >>
0
Fredrik
Top achievements
Rank 2
answered on 14 Aug 2013, 06:51 AM
Hello, i can confirm i have the following 

•Telerik.Windows.Controls.dll
•Telerik.Windows.Controls.FixedDocumentViewers.dll
•Telerik.Windows.Documents.Core.dll
•Telerik.Windows.Documents.Fixed.dll
•Telerik.Windows.Zip.dll
•Telerik.Windows.Controls.Input.dll
•Telerik.Windows.Controls.Navigation.dll

0
Fredrik
Top achievements
Rank 2
answered on 15 Aug 2013, 06:38 AM
removed and readded all the assemblies, works now

thanks
Tags
PDFViewer
Asked by
Fredrik
Top achievements
Rank 2
Answers by
Fredrik
Top achievements
Rank 2
Petya
Telerik team
Share this question
or