Questions tagged [documentviewer]

A WPF UI control that can host paginated FixedDocument content such as an XpsDocument.

A WPF UI control that can host paginated FixedDocument content such as an XpsDocument.

You can read more about the DocumentViewer on Docs.

185 questions
3
votes
2 answers

Any Embeddable Document Viewer

I am looking to include a document viewer in my CakePHP application for uploaded docs. I want a viewer that supports Microsoft Word (.DOC and .DOCX), Microsoft PowerPoint (.PPT and .PPTX) and Adobe Portable Document Format (.PDF). I want my users to…
Ivanka T
  • 109
  • 3
  • 9
3
votes
1 answer

How to preview document with DocumentViewer with multi-pages per sheet in WPF

How can I preview a document with DocumentViewer with multi-pages per sheet (Like 2, 4, 6, 8, etc. pages per sheet) in WPF. In the default, DocumentViewer can only preview document with one page per sheet. But I want to preview document with…
user12949439
3
votes
0 answers

Tooltip on scrollviewer in documentviewer in case of deferred scrolling

I want to show the tooltip on my scrollviewer on page scrolling which shows the current page number in it which i asked here- Tooltip on scrollviewer in documentviewer. I have implemented the answer after making some changes in the proposed solution…
Rohit Vats
  • 79,502
  • 12
  • 161
  • 185
3
votes
1 answer

Error Displaying Tiff Image to DocumentViewer (WPF,C#)

Hello Everyone I want to use DocumentViewer control to display Multipage Tiffs.The code i have written is the following... using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Text; using…
3
votes
0 answers

Touch scrolling DocumentViewer

I'm using .NET 3.5, so I don't have all of the nice touch screen goodness. I created my own touch screen ScrollViewer that works alright. I'm wanting to incorporate that into the DocumentViewer template, but its not working. Here is my variation…
Jordan
  • 9,642
  • 10
  • 71
  • 141
3
votes
1 answer

WPF Tables within FixedDocument

I was wondering if it is possible adding a WPF-Table within a FixedDocument/FixedPage. It seems, as if it is not supported by default. Is there some kind of workaround to achieve this?
Oliver Vogel
  • 1,988
  • 1
  • 20
  • 33
3
votes
1 answer

Show AWS files in google doc viewer

I have my document placed in AWS bucket which are private by default as per my requirement.I want to show these files with any viewer (currently i am using google doc viewer) but mostly the document viewer accepts simple url instead of any key . I…
svikramjeet
  • 1,779
  • 13
  • 27
3
votes
1 answer

How to embed a document .docx, .doc and .xlsx, .xls in web page without using Google docs or any other viewer platform

I need to show excel and word documents in browser; but the computer has no internet access so I cannot use a cloud-based viewer like Google Docs. I tried to use ViewerJS but its not working for certain document types such as docx and xlsx Is there…
ramya
  • 2,350
  • 6
  • 31
  • 57
3
votes
0 answers

Having issue on viewing Excl file generated by SSRS report with cube data source in ASP.net MVC Using view.officeapps.live.com/op/embed.aspx?src=url

These are the following are my requirements. There is URL from SSRS Report which renders the report in EXCEL file We have setup for MVC application as web app and the webapi as App server. Since the ssrs inside the firewall the app server will…
ansari
  • 67
  • 8
3
votes
0 answers

Primefaces extensions documentViewer not working

I'm trying to use the documentViewer component from the primefaces extensions to display a PDF file, but I only get this error: Tag Library supports namespace: http://primefaces.org /ui/extensions, but no tag was defined for…
pburgov
  • 159
  • 3
  • 14
3
votes
0 answers

NotSupportedException in creation of xps file

I'm trying to create xps file out of DocumentViewer: Microsoft.Win32.SaveFileDialog dlg = new Microsoft.Win32.SaveFileDialog(); dlg.FileName = "MyReport"; // Default file name dlg.DefaultExt = ".xps"; // Default file extension dlg.Filter = "XPS…
israel altar
  • 1,768
  • 1
  • 16
  • 24
3
votes
2 answers

Disable CTRL+P in WPF DocumentViewer

I'm working on a new presentation component for one of our applications. I am building a Custom WPF Control that just has a DocumentViewer in it and hosting that CC in a Windows Forms application with an ElementHost. I'm using Visual Studio 2008…
Groupal
  • 33
  • 4
3
votes
1 answer

XpsDocument.GetFixedDocumentSequence throws XamlParseException

I have to import an .xlsx file into my WPF application and view it. I convert the document to .xps and then loading. After that I call GetFixedDocumentSequence() and there I get this Exception XamlParseException: {"UnicodeString property does not…
Danny
  • 31
  • 1
  • 4
3
votes
1 answer

WPF Documentviewerbase.Print. Remove dialog box

I am using WPF and the DocumentViewer to display a document. However, when I use DocumentViewerBase.Print, it gives the "standard" Windows dialog box asking me to choose a printer with the default already selected. How can I get rid of this? I just…
Unknown Coder
  • 6,625
  • 20
  • 79
  • 129
3
votes
2 answers

How to implement PHP / jQuery Online Document viewer?

My Application is developed in PHP Yii Framework. My Application has a private network module where members of the network can upload files for sharing among them. Right now I'm using Amazon S3 to save the files. Is there any way I can provide an…
Bhargav
  • 871
  • 1
  • 13
  • 24
1 2
3
12 13