From: Nick
In an ideal world I would like to convert all of my .doc’s to the new template which is a …docx. Is that a possibility with aspose? What I am running into is these word documents are all of our ISO controlled documents that are currently .doc and my new template integrates with SharePoint to put the revision number on the document. So I have to find a way either with aspose or manually convert all of them and then copy them to the new template. Also is there any demos of the conversion from …doc to .docx?
Thanks
Nick
----------------------------------
From: Aspose.Auckland
Hi Nick,
Aspose.Words is a …NET programming component. Conversion is accomplished easily with two lines of code:
Document doc = new Document(srcFile);
doc.Save(dstFile, SaveFormat.Docx);
Is that enough for you or you are looking for a complete solution that does not require programming, specifically for sharepoint?
Regards,
Roman Korchagin
-----------------------------------------
From: Nick
I am currently working on migrating all of our .doc documents from sharepoint 2001 to a new .docx template on MOSS 2007. I am curious if aspose.words can help me on this task. Also I am curious if there is a demo of converting files anywhere on your site.
Thanks
This message was posted using Email2Forum by romank.