About 6,890 results
Open links in new tab
  1. Converting Word documents to PDF on the fly via C#.

    Oct 7, 2021 · Has anyone every tried to populate a word template and convert it into PDF on the fly (create and save as a pdf in a directory)? Any open source tools and examples?

  2. Remove cell borders when copying MS word table and pasting to ...

    Apr 1, 2013 · The content is from MS Word Table cell and the problem is, after pasting to Winform RichTextBox control, it is showing cell (black color) border as well.

  3. How to automate inserting pictures one after the other in MS …

    Mar 10, 2015 · Iam capturing the screenshots of my application UI. Iam trying to paste these screenshots one after the other in MS word document using C# (Automation), but the problem …

  4. Envelopes--return address cut off--only right half is printed!

    Apr 3, 2011 · Pecular problem arose yesterday using MS Word 2010. Envelopes print with the left half of the return address cut off; recipient's address is moved to the left also. Unable to get …

  5. search-ms Protocol Bugs? - social.msdn.microsoft.com

    Jan 30, 2009 · I've been experimenting with the search-ms protocol, on both Windows XP SP2 (with WDS 3.01) and Windows Vista, and have found some important differences in the way …

  6. C# - Calculating page count in Microsoft Word - Bug?

    Sep 25, 2014 · This is a C# Add-In to Microsoft Word 2010 using MS Visual Studio 2010 and the Interop.Word if version v2.0.50727. I cannot use a Macro - it must be done with managed code.

  7. List all Autotext Entries within the Autotext.dot file

    Jul 20, 2017 · We had Word 2010, where we saved all autotext into an "Autotext.dot" file. The Normal.dotm file read from the Autotext.dot file for our autotext. We have upgraded to Word …

  8. How can i count non asian characters and korean words from my …

    Jan 12, 2010 · If you have any difficulties or further questions about how to use this, I recommend asking in a venue that specializes in the Word object model. you'll find some links in the …

  9. Reading merged cells in word table with vb.net

    Nov 27, 2012 · I have the following table (with more rows) in Word 2007. As you can see the Part rows are the only merged rows in the table. Using VS 2008 Express, I am trying to read the …

  10. Adding Classes WithEvents to MS Access Form

    Jul 12, 2013 · I'm having a hard time trying to incorporate some custom classes I have created into an Access Form using WithEvents. The custom classes I want to use are not tied to …