How to make thumbnail of word file in MSWord 2013..? - asp.net

I want to make thumbnails of word files i knw the procedure of making thumbnail of word file in MS Word 2007 but dont found anything in MSWord 2013...
So plg Help Me.......
Steps To Make ThumbNail Of Word File In MSWord 2007
1.Open Word File In MS Word 2007
2.File Menu---->Prepare----->Properties---->Advanced Properties----->Summary
then you found a check box save as a thumbnail checked it and then save your file is saved
but i dont find any option in MSWord 2013

Use Thumbnail option is available in File Save As dialog box for Word 2103.
Also when you use export options you will see thumbnail check box.
You can see the save as in this video see the "Save Thumbnail" checkbox
How to export document is explained here , there also you will find thumbnail option

I dont have 2013 and so I am not able to test it. Please see if this helps you out. It is in MS Word 2010, but not sure if it resembles 2013.
http://www.tech-recipes.com/rx/7425/word-2010-save-documents-to-display-with-thumbnail-picture/
Hope it works for you. All the best :)

i was having the same problem (in Word 2013), trying to "Save Thumbnail" for a dotx (a template file). i tried several times, changing the file name each time, refreshing Win Explorer, etc.
i found that first saving it as a normal docx file first generated the thumbnail just fine, and then saving that docx as a template also generated a thumbnail. like it just needed a little kick.

Related

how to set image and text scroll in adobe capivate 9

Can anyone please help me. Am using adobe captivate 9. I have a content with image that exceeds the slide spacing, i want to set this content within the page using scroll. I have tried using text-scroll widget but i cant add images to it.
Put the image into an MS Word document and save it as an HTML web page. The result will be an HTML file and folder named "[file name]_files" in whichever folder you saved it to.
Select both the HTML file and the folder, right click, and choose Send to -> Compressed (zipped) folder in the context menu.
Dragging that ZIP folder directly onto your Captivate slide will create scrolling HTML Web Object based on the formatting of the MS Word file. It will show up in your Library in the "Web" folder.
Unfortunately, this is a feature that is missing from Captivate. The best solution I've found is to make an html file that includes the text and points to the image, then zip and import as an HTML5 Animation.

Word file Viewer in wordpress

I am using Karma commercial template. I have make the plugin for to upload document or any type of file, which will save in database and give option of Preview in front end. I have search many plugins for the same. I don't want to download the file but only wanted to preview the file in read only mode.Please help for the same.
I have used javascript code using javascrip plugin:
var documentViewer = $('#document-preview').documentViewer();
But it is not usefull for word file as it is useful for image, pdf and text file.
The Google Document Embedder plugin allows you to display files (PDF, Word, etc.) and has options that will prevent downloads.
http://wordpress.org/plugins/google-document-embedder/

Editing ASPX page with Microsoft Word having XHTML code

I have a xml file which has all the data from my Web based application. Now I am using XSLT 1.0 file to read the data from XML and my application then displays this in aspx page in my internet explorer.
I want to edit the content in Microsoft Word and then save it in word file (doc, docx). When I use File-->"Edit with Microsoft Word" option, I see blank MS Word and no data. I dont know what to do.
Please help and advise.
Open it with notepad, then copy all the content, the paste it in a newly created word document.
That's how straightforward things tend to get with office...

Display Word Document inside ASP.Net page

I want to display a word Document, which is sitting on my IIS. I want to display the whole document as is, inside a iFrame on my aspx page.
I know I can use MS Word Libs, but I cannot install Word on Server where application will be hosted, (Correct me if I am wrong: I cannot use just dlls without installing MS Word on Server).
How can I display the word document in my iFrame?
Probably the easiest way would be to include the Google Docs Viewer.
Other ways could be to use Aspose.Words (commercial) to convert Word to PDF and then use Aspose.Pdf.Kit to convert PDF to images and then display the images online.
PowerTools for Open XML contains an open source, free implementation of a conversion from DOCX to HTML formatted with CSS. The module HtmlConverter.cs supports all paragraph, character, and table styles, fonts and text formatting, numbered and bulleted lists, images, and more. See http://bit.ly/1bclyg9

How to stop server-generated Word .DOCs from saving with "_files" folders?

I have a Word .DOCument that's being generated by a (classic ASP) server. It's an HTML file that's being output as a .DOC using the application/msword content type. The document is generated fine, saves fine, opens up fine in Word, and is fully editable...
The problem occurs on the next document save in Word. A folder is created in the document's directory with the name "<filename>_files" -- just as if you were saving a web page in IE. Inside this folder are three files: colorschememapping.xml, filelist.xml and themedata.thmx. This happens when originally generating the document using IE or Firefox.
-> How can I prevent these _files folders from being created when saving in Microsoft Word?
(flow: users clicks link in browser, Save (.doc) As..., open .doc in MS Word, edit, save -> "_files" folder)
It doesn't only happen generating file from Firefox/IE.
Microsoft Word 2007 does it when editing any HTML file and saving.
The issue is that if you delete the directory, the HTML file get deleted too.
My workaround:
Edit the file in Word usual
Save the file
Close the file (exit Word, or just
close it)
Right click on file in Explorer
Select "Open With"->Notepad.
Delete the file in Explorer
Go back to Notepad and Save
You now only have a HTML file an no _files directory.
If your output isn't too complicated try using RTF. I've had a decent amount of success by outputting RTF files with a .doc extension.
Word 2007 and 2010 default to multi file HTML documents, linking the document to the content files. This is the default behavior for HTML based documents.
The only way around it, that I've found, is to create a real Word Doc without basing it on HTML, or the user has the select "Single File Web Page" when they do a Save As.
Delete to recycle bin. This deletes both the word doc and the unwanted folder. Restore the word doc and then empty the bin.

Resources