|
|
Search
You searched for the word(s):
|
Showing page 1 of 2 (11 total posts)
< 1 second(s)
-
Thank you so much...i got it..Document reflector is very useful
-
Hi all, Can anyone tell me how to insert a picture in to a word document using OpenXml SDK2.0.The language i m using is C3.Net
-
Hi, You can use the reflector that comes under OpenXmlSDK2.0.Create a word Document with some text and have its style as Heading1 and create a table by going to Insert->references->index and tables->Table of contents Tab and just clic Ok. This will create a TOC with the text you have already addded in the ...
-
Hi Can anyone tell me how to convert docx to pdf.I m using Office 2003.I have compatibility pack 2007 installed.Is it possible to save docx as pdf?but i dont have an option of saving a docx file as pdf.
-
thank you stuart....it works
-
code:using (WordprocessingDocument package = WordprocessingDocument.Create(docName, DocumentFormat.OpenXml.WordprocessingDocumentType.Document)) { ...
-
can anyone tell how to add header and footer to a wordML document?with an example
-
hi..Chris..I downloaded the compatibility pack for office 2007 and specified the file format in docx extension.So i got the desired output now.Now my doubt is..will i be able create a wordML document supporting Office 2003 using OpenXmlSDK2.0?
-
thank u for responding Chris.I have given below the details u need1.OpenXml SDK version 2.02..Net framework3.53.Microsoft office 2003code:public static void CreateWordMLDocument(string docName) { // Create a Wordprocessing ...
-
i tried with my code.But during the file creation its writing some junk values in the file.i m using Microsoft Windows Professional version 2002 service pack 2.What would be the solution for this problem?
1
|
|
|