About 2,420 results
Open links in new tab
  1. Multiple Word docs to single PDF? - social.msdn.microsoft.com

    Jun 18, 2010 · Is there a way to use Word's 'ExportAsFixedFormat' method to output multiple documents to a single PDF?

  2. Printing word,excel,pdf,text files in WPF

    Jan 15, 2015 · Here are some other alternatives that you can try, read this article about printing word files in .net and this one about printing excel files in .net.

  3. How to do strong-naming in C++ - social.msdn.microsoft.com

    I have a project that I wish to use a strong-naming file with. The problem is, I don't know how to do it. In C# and VB.NET, all you had to do is open the Signing tab on the project properties page and check …

  4. How to replace text or insert text into bookmarks in a word template

    Oct 12, 2012 · I have a word template and it got some fileds that i need to fill with the information i enter form a textbox. Thise fields can be identified by bookmarks or by "<filedname>". i wanna insert that …

  5. 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?

  6. problema de impresion... y ruta del archivo.

    Public Function Imprimir (Path As String, Optional Visible_Word As Boolean = True) As Boolean ' variable de objeto para acceder al Word Dim Obj_Word As Object ' crea el objeto Obj_Word = …

  7. VBA script to delete a data field in a Word document...

    Jan 5, 2018 · What I want is a VBA script that will delete this field. The linked file Legal_Statment.docx includes Body, Heading 1 and Heading 2 texts, so deleting the field must remove this file's …

  8. Extract particular content from the Microsoft Word document using C#

    Oct 20, 2021 · Add the Microsoft.Office.Interop.Word assembly to your project. Using Documents.Open () method of Application to open your word document. Looping through the Words collection and …

  9. disable all shortcut key in VBA - social.msdn.microsoft.com

    Jan 24, 2011 · The only thing you could do that would be different would be to remove/disable the keyboard shortcuts in a template. Documents created from that template would respect the changes. …

  10. Same image on each row in a HTML table angular app

    Oct 7, 2021 · For example if file name has xls then image displayed should be of Excel, for doc it should be the image of the Word etc. I have written some code that displays the images but it keeps …