We\'re working on a content management system where we need to dynamically show the first page of a word do开发者_运维技巧cument as a thumbnail. What could be the process to do this using both Java an
I\'m working on an application which automatically generates faxes. The system uses word interop to fill a template .doc file with values (which works fine), but when it comes to be time to print the
I am currently using Microsoft.Office.Interop.Word.Application for a c# desktop application project and I need to insert footnotes in my document automatically using开发者_高级运维 c#.I have searched
I have a working ASP.NET MVC web application to manage projects and customers. Now I want to generate a word file for some customers. In this file should be displayed some data about the customer. Eve
I have asp.net mvc application. I use MS Word template (*.dot) for generation Word document. When I execute my application I have error: \"The message filter indicated that the application is busy\".
I have a media archive with various file types on my server.If a user wants to update that file, he has to download the file to his local machine, edit it with his desktop software (Word, AutoCAD, etc
I want to pass parameters to winword in order to read it in my vsto addin by using Environment.GetCommandLineArgs().
I\'m converting Word documents with ooextract.py from OpenOffice. If the document contains a font which is not installed on the Linux system where I run it, the conversion fails. Why is the process no
I have users uploading word documents on my webpage. I need to open these documents, display them in html, and allow the user to download a manipulated version.
I want to know if it is possible to add some hidden data prog开发者_JAVA百科rammatically to a word and/or a pdf file.