Questions tagged as 'ms-word'

2
answers

Export images from html to word

Starting with my previous question , I would like to know how I can export an image of html to Word, or at least know if it is possible or not. I have the following table: <table id="test" class="table table-striped table-custom table-...
asked by 26.04.2017 / 15:05
1
answer

Export html to word

Hello, I am trying to export certain HTML elements to word to generate a report and the user to download the document. After doing some research and seeing the same question in The English forum I found with this answer:    just keep follow...
asked by 25.04.2017 / 08:43
1
answer

String containing '@' with wildcard

I wanted to find something with the function range.Find.Execute() , since I need to find all the words that start with an at @ and the wildcards that probe were: (@)* (^064)* But none of them helped me. With which one can I f...
asked by 10.08.2017 / 21:07
1
answer

Read Word and Generate a PDF with PHP

I'm using the library PHPWord to open a Word template has some data that is generated dynamically and result in a Word that the user downloads, my question would be, instead of sending a Word send a PDF of the template generated? And if y...
asked by 20.04.2017 / 15:58
1
answer

Access the properties of a word with C #

Good afternoon, I need to read the properties and values of them in a word document, so far I have only managed to access the name of them but not their value. Thanks in advance for the help. This is the code I have: Microsoft.Office.Int...
asked by 09.03.2017 / 17:22
0
answers

Choose the view with which Word opens when exporting

I'm doing an export to Word with php, after making a question and this I have managed to do the export correctly. But I need a detail (for now, I think this topic will go long). When I open the exported word it opens in web view but I...
asked by 02.05.2017 / 12:14
0
answers

How to create a ms word field with the number of the last page of the document?

Many academic texts have different page numbers. Usually the pre-textual part is listed with Roman numerals and starts on the second page. After the pre-textual part, immediately start the text with a Arabic numbering . Starting from 1 ....
asked by 10.09.2016 / 04:22
2
answers

MS Word from VB.NET

I have the following form with code: Imports Word = Microsoft.Office.Interop.Word Public Class Form1 **Dim oWord as New Word.Application()** Private Sub Form1_Load(sender As Object, e As EventArgs) Handles MyBase.Load Dim oDo...
asked by 26.01.2017 / 17:09
0
answers

Word document digitally signed

I have a problem with the signed documents. I need a way to add certain values that identify them. I'll explain the scenario a bit. Users send digitally signed documents through a web platform. I want to add File No. and Year of file. I can t...
asked by 06.11.2018 / 14:04
0
answers

Create a report with .NET Core 2.x from a Microsoft Word template

I need to create a report with .NET Core 2.x using a microsoft word template (.dot). Specifically, what I want to do is, in the Microsoft Word template, design the style (content, font, colors, etc.) and with .NET Core 2.x open that template and...
asked by 29.08.2018 / 17:21