Questions tagged [document-view]
32 questions
0
votes
3 answers
Display document files in html
I am working on a job site where job seekers can upload their resume . When editing their profile , I want them to view their previous resume . I used

Suraj Hazarika
- 647
- 3
- 9
- 23
0
votes
0 answers
Using Third Party control DocumentView from OpenText in C# Windows Application
The purpose of DocumentView control is to display images. From a C# Form, this DocumentView control is added. This DocumentView Control has a menu item where we can select document number from a dropdown so that it changes the image by document…

Ch.
- 77
- 1
- 10
0
votes
2 answers
Unable to view or edit the files in ms office software from our web app using ActiveX control
I have Microsoft office integration with my web application where there is option to view and edit the uploaded files by clicking on an edit button which opens the file in the appropriate Microsoft software. Such as if a word file is uploaded then…

Abhinav
- 11
- 2
0
votes
1 answer
Document Viewer (doc or docx ) from byte array in angular 4
I have a requirement to view all the attachments submitted by the end user. I am able to view the pdf and image files but I am not able to view the files with doc or docx extension.
This is what I have done.
let file = null;
if (extension ===…

Thejas
- 379
- 5
- 24
0
votes
2 answers
Prompt user to save changes when closing MFC view
I have an MFC MDI application, in which it is possible for documents to have multiple views, and for users to customise and then save layout data for the views. This data is associated with the views, not the documents.
I would like to prompt the…

Tom Davies
- 2,386
- 3
- 27
- 44
0
votes
2 answers
ViewerJS not display contents of ODT and ODS files
I just start using ViewerJS before 1 hour. I tried it with PDF, ODS, ODT, ODP, TXT, XML files,
But it only supporting PDF and ODS... All other file formats not opening.
For ODT and ODP it showing loading file on top... but contents are not coming…

Keval Patel
- 925
- 4
- 24
- 46
0
votes
1 answer
Have one simple view and one split view in MFC
I have a multiple view SDI project. One of the views has to be split, probably with CSplitterWnd or CSplitterWndEx. But the other views should not be split, and should not have the split buttons and scrollbars. I tried various combinations using…

Cristi Stoica
- 169
- 2
- 7
0
votes
2 answers
MFC TextOut using CString fails
I use MFC TextOut to put some text on screen as follows
std::string myIntToStr(int number)
{
std::stringstream ss;//create a stringstream
ss << number;//add number to the stream
return ss.str();//return a string with the contents of the…

Sponge tile
- 25
- 5
0
votes
1 answer
MFC - Document and View in parallel
I have a MFC project that uses Document-View framework. In my document code, I communicate with a networked camera, and acquire image frames in real time, and I display the images in my View class.
Is it possible to parallelize the works of…

The Vivandiere
- 3,059
- 3
- 28
- 50
0
votes
2 answers
Multiple Views for a Document in MDI Application MFC
I have a MDI application in which there are some reports and the Reports are printed and print preview in way that the was given by the MFC Printing Architecture.
But now the scenario changed and the Reports need to be formatted as a HTML File and…

Sathish Guru V
- 1,417
- 2
- 15
- 39
0
votes
1 answer
MDI MFC VC++ how to switch views within mainframe
I am making MDI application , and without using splitter my document has multiple views. Now i want to change the document view from the MainFrame of an application...
here it is what i am doing , i have outlookbar with some menu buttons, when user…

wolvorinePk
- 1,760
- 5
- 36
- 67
0
votes
1 answer
Document without a View in Document/View MFC c++
I am creating an application in C++ with Visual Studio 2012 and using the Document/View architecture.
I want to create a project structure like Visual Studio. For those who have not used Visual Studio or not clear on what I'm talking about, I'll…

l3utterfly
- 2,106
- 4
- 32
- 58
0
votes
1 answer
Document-view architecture in MFC
I have a question about the necessity of using MFC's built-in document-view architecture. I was given an old dialog-based project in which I have to replace the main dialog with a frame and add a ribon. It has sort of a doc-view architecture,…

Stoyanov
- 71
- 8
0
votes
1 answer
Get Document Class Name
How can I get class name of a document in my program. I mean, I have done this:
pDocTemplate = new CMultiDocTemplate(
IDR_FRAMETYPE,
RUNTIME_CLASS(CFrameDoc2D),
RUNTIME_CLASS(CEditorChildFrame),
…

Dmitry K.
- 313
- 3
- 17
0
votes
2 answers
How to use crocdoc in php
I am using crocdoc in php
https://github.com/crocodoc/crocodoc-php
i downloaded the files in my local i had my API TOKEN so i pasted it there but it doesnt seems to work and throws error shown below for all 15 examples
can any one help me here …

Hitesh
- 4,098
- 11
- 44
- 82