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
1
vote
1 answer

Where's my Paperclip doc? Finding the right path

I have a site that saves user documents and I want to use Paperclip to display them using Google Docs Viewer (https://drive.googleblog.com/2009/09/view-online-files-using-google-docs.html). Paperclip is working. For instance, I have a file saved…
sscirrus
  • 55,407
  • 41
  • 135
  • 228
1
vote
0 answers

WPF Document Viewer - Internal Links go to wrong page on first click

I have a wpf application with a document viewer in it. The document viewer is used to display an interactive powerpoint saved as an XPS file. When it first loads, clicking a link in the XPS jumps to the wrong spot. After that first click, it then…
Dave_750
  • 1,225
  • 1
  • 13
  • 28
1
vote
1 answer

Retrieving a list of hyperlinks/bookmarks from an XPS Document?

I have a .docx file with a bunch of bookmarks and hyperlinks. I can navigate through these in documentviewer just fine. What I would like is if it was possible to generate a list of all of the hyperlinks contained in the file. From there, I can…
Kizaru
  • 2,443
  • 3
  • 24
  • 39
1
vote
1 answer

Does anyone know of an iPaper alternative?

We would like to display office documents in the browser (DOC, PPT, XLS and PDFs). The iPaper API from Scribd is perfect but ideally it would be installed on our server. Open source is a preference but commercial is ok. Looking for an easy, server…
Adam
  • 11
  • 1
1
vote
1 answer

Host Html Document in DocumentViewer WPF

I'd like to show an html document in the documentViewer control. How should it be done? I've searched for any examples with no success. Any idea would be apreciated.
dfd
  • 13
  • 1
  • 3
1
vote
1 answer

Using a DocumentViewer to view .docx documents in MVVM Light

I've got a relaycommand that fires off and I'm trying to set the DocumentViewer to Show documents in MVVM When doing this is WPF this is fairly straight foward but I have to do this in the view model. Using the code below currently nothing is…
yams
  • 942
  • 6
  • 27
  • 60
1
vote
2 answers

Box View API : Is it possible to upload a file directly?

I was wondering if it is possible to upload a file directly to be used with the Box View API without saving it on my local server. The idea is users will be able to upload a file (pdf, ppt. etc) and it will be used only with the Box Viewer and not…
1
vote
1 answer

pagination for WPF Documentviewer

Existing WPF application has a documentviewer to show different types of data ( Images/ WordFiles ). I required to add pagination on this documentviewer. user can also type page number to go on any specific page. I searched on google a lot but not…
Rohit
  • 69
  • 1
  • 7
1
vote
0 answers

WPF Print/ Print Preview Using DocumentViewer

I'm trying to get print preview to work but I cannot seem to get anything display. I have a form called ScreenShotForm that uses the DocumentViewer. Here is the xaml…
Ducle91
  • 13
  • 6
1
vote
1 answer

Opening attachment stored in MS Access using C#

I have a column in my table stored in MS Access as a Attachment data type. It stores various files such as docx, pdf's etc. I am trying to display a file from the table using a documentViewer (obtained from XtremeDocumentStudio .NET). I also have a…
Lloyd
  • 435
  • 3
  • 12
  • 29
1
vote
1 answer

Document viewer browser plugin

I am developing a cross browser plugin for document viewing (.pdf, .doc, .xls, .mht, .tiff, .dwg). It needs to be a plugin and not the extension. Whatever i try to search takes me to the links for extensions and not for plugins. I found NPAPI as…
Ali Baig
  • 3,819
  • 4
  • 34
  • 47
1
vote
2 answers

Android - Is it possible to integrate phonegap app with non-phonegap app

What I tried: I am developing an android application. Inside my app, I have to open -> show the microsoft office documents (doc, docx, xls, xlsx, ppt, pptx)content to the user. For this I have tried multiple ways(apachi-poi, docx4j). But I couldn't…
SKK
  • 1,705
  • 3
  • 28
  • 50
1
vote
0 answers

Wpf Document viewer

In my WPF application (.Net 4.0, Win7), I'm using Fixed Document and Document viewer to allow user to print and view the document. This Document displays both images and text and in the document viewer every thing looks fine. But when the same…
madhu sudhan
  • 123
  • 2
  • 7
1
vote
1 answer

Plone document-viewer wildcard.foldercontents

I've installed document-viewer and wildcard.foldercontents on my Plone instance: now I can upload multiple files at a time and have a nice pdf, excel, word files preview. There is only a problem. When I try to upload multiple files at a time,…
Massimo Variolo
  • 4,669
  • 6
  • 38
  • 64
1
vote
1 answer

officeHome doesn't exist or is not a directory

I've installed document-viewer on Plone. When I upoad a document I receive this error: Exception in thread "main" java.lang.IllegalStateException: officeHome doesn't exist or is not a directory: at…
Massimo Variolo
  • 4,669
  • 6
  • 38
  • 64