Skip to main content

Questions tagged [documentviewer]

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

documentviewer
0 votes
1 answer
61 views

How to change pdf raw data so that it can be downloaded in react native expo

This is the response that I am getting from the api which is raw pdf data. %PDF-1.4 %цдьЯ 1 0 obj << /Type /Catalog /Version /1.4 /Pages 2 0 R /ViewerPreferences 3 0 R >> I tried to ...
Swikriti Upadhyay's user avatar
0 votes
0 answers
362 views

How to render a word document in react app and highlight certain words inside the document dynamically?

I want to display Word files within my app and also highlight certain words within those files. For understanding consider this simplified example, a react app that has 2 input fields and a submit ...
user23292956's user avatar
0 votes
0 answers
36 views

How do I hide the shadow that appears at the top of a DocumentViewer element

I'm putting together a basic word processor layout in WPF. I have a DockPanel that holds a TextBlock placeholder aligned top, and then another nested DockPanel which contains a top, left and bottom '...
user23165463's user avatar
0 votes
0 answers
87 views

How to use evince with emacs when writing Latex? D-Bus error: "disconnected from message bus without replying"

I can write Latex code in Emacs properly. When I press C-c C-c, the pdf is produced like it should: LaTeX: successlully formatted {x} page[s]. After pressing C-c C-c again as usual, I get the ...
Eldinur the Kolibri's user avatar
1 vote
0 answers
599 views

Google Docs Viewer in react

I am trying to use Google Docs Viewer from 'react-google-docs-viewer' to display images, files and videos on my app. The library only gives us this implementation <GoogleDocsViewer width="...
Kashyap's user avatar
  • 95
0 votes
1 answer
499 views

How to get current progress when printing using PrintDialog?

I want to keep showing the currently ongoing Page out of the entire page on the UI thread. However, no event can be referenced. I've seen these links: WPF - How to update ProgressBar based on the ...
wpf's user avatar
  • 77
0 votes
3 answers
643 views

wpf Can i display images in DocumentViewer?

I want to display xps Image in DocumentViewer, but without success. Does DocumentViewer support displaying images? If it is possible to display a picture in DocumentView, how can I do it? Any reply ...
wpf's user avatar
  • 77
0 votes
2 answers
247 views

Remove border and shadow from DocumentViewer in WPF

Good evening. I have been chasing an issue with DocumentViewer and don't know how to address it. When you display a document in a DocumentViewer control, it displays a border and a shadow around the ...
Seated's user avatar
  • 31
1 vote
1 answer
2k views

Microsoft Online Document Viewer ( Office Web Viewer) not working

We are using Microsoft Office Online document viewer to view doc/docx documents from a URL. This was working till yesterday. However the functionality has stopped working from today ( 25th August 2021)...
Satish Shetty's user avatar
4 votes
0 answers
2k views

How to load blob data or original file content using ngx-doc viewer in angular 9?

Actually I want to load my blob data or original file content in ngx-doc-viewer, I could not see any solutions here to load the blob or file content in ngx-doc-viewer It requires file path But ...
perumal N's user avatar
  • 641
0 votes
1 answer
392 views

How to set text alignment in dynamically created FixedDocument

I am creating a report through FixedDocument and I am doing it in the code behind to dynamically add data to the report. I started using FixedDocument today and got stuck in aligning texts. It does ...
ThEpRoGrAmMiNgNoOb's user avatar
1 vote
1 answer
307 views

Get rendered content of WKWebView

I know how to get the html of a webview, but in my case, a lot of the html is just javascripts that load content. Is there a way to get what is displayed in the window? I logged webview....
Gazoo's user avatar
  • 59
0 votes
1 answer
433 views

WPF DocumentViewer Print Landscape Content Cut Off

I'm using DocumentViewer in a WPF XAML project. I create a fixed document with the following code. The page looks fine in the viewer. When I print it, it prints in landscape view, but the top 1-2 cm ...
Ross Kelly's user avatar
1 vote
0 answers
238 views

I want to display embedded images between text using apache poi.Does anyone has any idea how this can be done?

Here is the code of extracting embedded images in word document using apache poi. I want to show the embedded images in between text using apache poi. Basically I want to make a document viewer in ...
sneha rao's user avatar
3 votes
1 answer
2k views

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 ...
user avatar

15 30 50 per page
1
2 3 4 5
13