2
votes
1answer
56 views

ASP.NET C# : Is Microsoft.Office.Interop safe to use for (file-converting) for a website?

Actually now, I am coding a website on witch users have to add reports (Word document's) and to make possible to view them i convert *.doc to *.pdf, and then displaying them throught pdf.js. For ...
0
votes
0answers
24 views

Create a thumbnails for Office file with asp.net

I'm using asp.net MVC to upload office files(words,excel, powerpoint) after that I will generate a thumbnail of the first page on Server side. Anybody known which library support for generate ...
1
vote
1answer
102 views

Open and modify Word Document

I want to open a word file saved in my server using "Microsoft.Office.Interop.Word". This is my code: object missing = System.Reflection.Missing.Value; object readOnly = false; object ...
0
votes
0answers
151 views

Excel and PPT Automation in server

I have developed an ASP.NET application with following requirement. *Requirement:*My ASP.NET application having Gridviews and Charts,I need to export these charts into PPT presentaions as a Table and ...
0
votes
2answers
681 views

WebDAV Word Upload Failed (but works)… Does MS Word Require WebDAV Microsoft Extension Properties (e.g. office:modifiedby)

tl;dr Do you need to implement the Microsoft WebDav Extension Properties to properly work with Word. Extended Question I'm building out a WebDav server ontop of the pre-existing WebDAV.NET open ...
1
vote
1answer
326 views

Remove/Edit word office builtindocumentproperties in c#

Please need your help regarding this code. I am wrting a code in c# that can will clear a word document built in property, and also replace it with a provided replacement where provided. Base on the ...
0
votes
3answers
1k views

Error reading word doc using Micorsoft.Office.Interop(Object library) via IIS 7

Iam facing issue while reading the document when runnning code from IIS. It is not reading the document and throwirng an error "No document is opne when trying to save the activedocument.". ...
3
votes
1answer
692 views

asp.net web service using office 2010 COM

I am writing a web service and would like to change the .docx or .doc to .xps. I'm using office com to help me to save as .xps format as following: [WebMethod] public string ...
0
votes
1answer
299 views

Remove office TAGS

I am using a text editor in a website. (it is jHtmlArea) Some of the autors are copy-pasting text from word documents and it ends up with nasty office tags like following: <h2 style="margin: 10pt ...
1
vote
4answers
1k views

Generate And Print a Microsoft Word document from Asp.NET

I'm looking for some library that lets me create a document with a particular format an then print it. At First i used Microsoft.Office.Interop, but my boss said that the server is not going to have ...
1
vote
1answer
413 views

.net component for previewing office documents

I have a CMS system written in ASP.NET which among other things allows users to upload documents, typically PDF, powerpoint, Word etc. I am investigating how to implement a preview function so that ...
2
votes
2answers
484 views

ASP.NET Word Documentment without Office Automation

Is there any free library available for .NET that lets you read Microsoft Word documents in ASP.NET. As the interop assemblies aren't really meant for server usage, we are looking for a free solution ...
1
vote
1answer
471 views

Issues regarding image and random row color for a table in openxml?

I'm using an HTML to OpenXML convertor, gridview HTML code is assigned to a stringbuilder. Using that we convert that HTML to OpenXML, but when it comes to word the following below issues are found. ...
2
votes
1answer
842 views

Garbled text in mail subject using mailto: under ASP.NET

This is my first question on StackOverflow so if I'm doing something wrong when asking this question I welcome any pointers as to how I should've posed it instead, or any further information needed. ...
0
votes
2answers
472 views

ASP.NET App Exports to Excel (or not in this case)

Exising .net 2 app migrated to .net 4 and moved to an IIS7 Windows 2008 R2 server. We used to be able to run some code on the web page to export some stuff to excel. Now, when we do... we get the ...
1
vote
0answers
181 views

How to display xml data in OWC 10 component in ASP.net?

Hi We are using Office Web component V10.0 in ASP.NET 3.5 website. The rquiremetn is to display xml data in OWC Pivot table component. How can I acheive that? Thanks
0
votes
1answer
346 views

What is the most elegant solution for generating PowerPoint slides online? [closed]

I would like some advice on the following please. We have an ASP.net site where we need to generate PowerPoint slides of the data. The slides will need to include charts and tables. I have come ...
0
votes
1answer
439 views

Running into a .NET COMException with MS Office Interop

I am trying to work with the Windows clipboard and Office Interop in an ASP.NET web application. Everything works well on my local machine running XP (i have created a Windows application first which ...
2
votes
3answers
1k views

OpenXml Sdk

Hi I've asked on the OpenXml Sdk forum but that place seems about as active... not very active. I'm doing some server side excel output using the OpenXML Sdk v2 ctp. Has anyone here had any ...