ms-word

How to number python-docx pages

Actually, the question itself: How to number pages in the footer using python-docx? I read about sections and was able to set ... for all pages. But how do I do this for each page? So that the first page has the number 1, the second page has 2, and so on

Working with Word in php (doc, docx, rtf)

Is it possible to implement on php script that will apply a macro written in vba to a word file? What is needed for this, in which direction to google?

Components for working with Excel and Word in Delphi XE(1,2,3)

Good afternoon! In delphi 7, there were good components for working with Excel and Word. Where did these components disappear in the new versions of delphi of the XE line? Where to get them, how to install them to work with them?

Declensions of words in PHP

There is such a small statistic "N" People are asking for help now! if (n == 1) => "1 человек просит сейчас помощь" elseif ($n == 2) => "2 человекА просЯт сейчас помощь" And so on. How do I do this?

Using a trick when writing an integral formula in Word

The Word document uses formulas for calculating a certain integral using the Newton-Leibniz formula: Question. The vertical line with the boundaries of the integral is displayed unsightly. How can indexes be improved, for example?

I can't use the Microsoft.Office.Interop.Word library

I make a banal application in C# for filling out forms in Word documents. So far, everything is very simple: there is a text ... erent versions .NET Framework 4. x.x I have installed. Perhaps this error is related to my problem, who knows please tell me.

How do I make footnotes in the form of Word asterisks?

How to make footnotes as in the book in order: *(one asterisk), **(two asterisks), ***(three asterisks) , etc. In Word, by de ... e in order is some kind of cross symbol. How do I make sure that there are only asterisks with an increase in their number?

MS Office files from the Task Scheduler VBS script do not open

There is a VBS script that opens Word and Excel documents. Set wdApp = CreateObject("Word.Application") Set xlApp = Crea ... roblem? P.S. Changing the task execution setting does not affect the error: "Windows 10"; " Windows 7.."; "Windows Vista..."

Custom alignment in the equation system in Word

A Word document uses mathematical systems of equations, arranged in curly brackets. Each formula in the system is centered. Question: how can I align formulas in a different way (on the left edge, on the equal sign)?

PHP. How to achieve Cyrillic writing in файл.docx when using the PHPWord library?

Hello everyone There is a SimpleXMLObject: $al - >{'response'}->results->grouping->group[0]->doc->title-& ... ke this what: The hlword[0] node actually contained the words "Why" and "Exists" - exists is assigned at the next iteration.

What is the name of the CLI program RTF to DOC(X) converter?

What is the name of the RTF to DOC(X) converter program with the command line? Rtf2doc ./file.rtf ./file.doc Preferably under windows.

The code for creating a word document causes an explorer error explorer.exe

My code (c# winforms vs2010) after closing causes the explorer error to appear "explorer.exe" (on computers with winxp and wi ... 565d7ce61ebbab216279960a6dd5b6 Additional information 3: 2480 Additional information 4: 2480f0afc22eea9532586bc57f7117f6

Creating an act in word C#

Good time of day. You need to create an act in word based on the data available on winforms. Can you tell me how best to do t ... own. Well, as I wrote above, add rows to the table. In the original template, there is only a table header, without strings.

Replacing text in a Word template from cells in Excel

There is a Word template in which certain places where the text should be replaced are marked with { } tags. There is also a ... located not vertically under each other, but horizontally behind each other? Then each input field will have its own column)

How to solve the problem with the word document version 7?

I open a Word document and it closes itself after a couple of seconds. The operating system is Windows 7. On a laptop with Wi ... abcc8f7853b48d9807d6d51eb1fa5df9 Additional information 3: c453 Additional information 4: abcc8f7853b48d9807d6d51eb1fa5df9

How do I insert a page break using Interop Word?

I have a document template (docx), with markers that I replace with text. Example: ..... [FirstName] [Salary] [Age], etc. ... ffice.Interop.Word.WdBreakType.wdSectionBreakOddPage); But at this point [PageBreak] just added an empty string, like \n\r.

How do I insert a font in a word document?

I found a font on the internet that I want to use when writing text in a Word document. I can add this font to Windows. But, ... document to see the text in the correct form, without additional font installation in Windows. Is it possible? If so, how?

Crawling merged cells in Word

In general, in continuation of my previous topic on parsing Word tables using interop, I came across merged cells. How can I ... priority, as I have drawn a lot of code on it. If there is a solution for example for *. DOCX, then I can change the format.

How to programmatically make a line break in word

Collecting the string String text = data.get(15) + "тут_enter" + data.get(1); And I write it down in a word document. S ... e an entry in 2 lines? I know that you can do it differently, but I wonder if there is any character / code for the transfer?

The whole phrase replacement macro. MS Word

The source text looks something like this: A bc a b You need to replace а b with a bc to get it: A bc a bc But wh ... "a bc" End With Selection.Find.Execute Replace := wdReplaceAll How can I do a search to replace "exactly as in the query"?