Browse by Tags

Related Posts

  • Word automation, report, chart, image

    Well, we're doing a Winform Word reporting project for a Career evaluation comany to automate their candidate reports. We need generate some chart, images base on the candidate's result. We have following questions: 1.Regarding how to get those chart into word, we think of two options for now...
    Posted to System.Drawing/GDI+ (Forum) by flyingbaobao on 05-03-2009, 12:00 AM
    Filed under: Word
  • Re: Type 'Microsoft.Office.Interop.Word.Application' is not defined after I publish application

    This is probably the best walkthrough I have found to date on this subject, it's for a 3rd party component but the idea is still the same http://www.activepdf.com/support/knowledgebase/viewKb.cfm?id=11760&tk=sp Now if you cannot find the application name in the list (in the walkthrough) scroll...
    Posted to Configuration and Deployment (Forum) by whighfield on 04-10-2009, 12:00 AM
    Filed under: Office, permissions, Security, server, asp.net, COM, DCOMCNFG, word, excel
  • How to load text from MS Word to "Terms Of Use" TextBox?

    Hello! I have a page that requires "Terms Of Use" agreement. By now, i have a simple asp TextBox with 10 lines of text, which i have write manually from the code behind. I want somehow to import the text from the MS Word 2003. I have the original "Terms Of Use" text there, and is...
    Posted to Web Forms (Forum) by MinimalTech on 02-16-2009, 12:00 AM
    Filed under: TextBox, word, terms of use
  • Read fonts used in powerpoint presentation

    Hi, I need to write a program that extracts the fonts used in a powerpoint presentation, Word, Excel etc. I do understand that .net has support for working with Word and Excel files. Can i also do the same for powerpoint presentations? Also, I need to extract the fonts available on a system. Any ideas...
    Posted to Enterprise Services Integration (Forum) by dotnet_lover11 on 02-03-2009, 12:00 AM
    Filed under: powerpoint, .Net 2.0, Excel, word
  • Re: Insert html formatted text into word document asp.net(C#)

    Hi Shiva994u, You may try our .Net component for directly converting HTML to Word (RTF, Doc, Text). It names HTML-to-RTF Pro DLL .Net, completely written in C# and absolutely standalone. This .Net assembly doesn't require Microsoft Office or Internet Explorer. We don't use any third-party software...
    Posted to Getting Started (Forum) by SautinSoft on 01-21-2009, 12:00 AM
    Filed under: rich text, rtf to pdf converter, ASP.net 1.1, asp.net 2.0, HTML Decode, html parse code tag style table cell, HTML to PDF Converter, html wysiwyg, HTMlL, word, Word COM Interop Office .NET, Word document printing, html, XML control in ASP.NET, xhtml
  • Save a file to remote server with out the help of file uploader

    Hi All, here i want to save a file to remote server where my file will be in client system...here i don't want to use file uploader control.........In my application we have one function which will save word document to client systems temperory folder and that document again I want to save to server...
    Posted to Getting Started (Forum) by krishna179 on 12-09-2008, 12:00 AM
    Filed under: .net, .Net 2.0, word, "asp.net 2.0" "visual studio"
  • Convert Word documents to PDF, Print & Render Word DOCs to images

    What’s new in this release? This mega release of Aspose.Words for .NET v6.0 includes support of lots of new features. It enables you to print, rendering images and converting Word documents to PDF directly without using any other library. This release also makes sure opening and saving Word documents...
    Posted to Announcements (Forum) by aspose_seo on 12-05-2008, 12:00 AM
    Filed under: PDF, print word documents, Render Word documents to Images, DrawingML, MHTML, word, Convert Word documents to PDF, EPUB
  • Re: Merge two Word Documents in VB.NET

    private void CombineDocuments() { object wdPageBreak = 7; object wdStory = 6; object oMissing = System.Reflection.Missing.Value; object oFalse = false; object oTrue = true; string fileDirectory = @"C:\documents\"; Microsoft.Office.Interop.Word.Application WordApp = new Microsoft.Office.Interop...
    Posted to Visual Basic .NET (Forum) by andrew4582 on 11-19-2008, 12:00 AM
    Filed under: Word
  • Copy Paste word

    Hallo I have created a word document i c#. And pasted some text in to it from textbox1 with doc1.insertafter("some text"); I then need to insert some other text from Richtextbox1 (Bold, colored text) and if I do it with insertafter I loose the formatting, and if I use copy paste it overwrite...
    Posted to Enterprise Services Integration (Forum) by ReWrite on 11-06-2008, 12:00 AM
    Filed under: copy, Word, paste, Office
  • Remove hyperlinks in word documents

    I want to save word document to html file. But I want to remove all hyperlinks in word document I am trying to use this code but it doesn't word Dim wordApplication As New Microsoft.Office.Interop.Word.ApplicationClass() Dim o_nullobject As Object = System.Reflection.Missing.Value Dim o_null As Object...
    Posted to Enterprise Services Integration (Forum) by truongthang on 11-05-2008, 12:00 AM
    Filed under: Word, Word Viewer, word wrap, word-wrap, wrap
Page 1 of 5 (46 items) 1 2 3 4 5 Next >