Questions tagged as 'word'

1
answer

Reading XML and Printing Data in Word or PDF with Python

Good evening, gentlemen. I would like to ask the help of university students to read this XML file below and print the values in Word or PDF. <?xml version="1.0" encoding="UTF-8"?> -<profiles xsi:noNamespaceSchemaLocation="sche...
asked by 10.10.2018 / 21:49
0
answers

Word 2016 Cross Reference

I added "legends" of equations without using only number (text "equation" disabled). I need to cross reference to certain equations. The formatting was as follows: F = m * a (1) I need to reference only number 1. By cross-reference I did n...
asked by 19.09.2018 / 11:57
0
answers

Interaction Word and Delphi

Good morning, I am putting together a business proposal with delphi where I have defined some fields in a word document that will be replaced by the fields taken from the database. But at the time of passing parameters, it only prints a single i...
asked by 14.09.2018 / 14:32
0
answers

How to preserve the entire contents of a Word document when converting it to PDF using PhpWord and TCPDF

I'm using PhpWord and Tcpdf to create a PDF document from a Word document using the following code: $source = 'test.docx';//documento word $rendererName = \PhpOffice\PhpWord\Settings::PDF_RENDERER_TCPDF; $rendererLibraryPath = 'vendor/tecnickc...
asked by 07.06.2018 / 23:45
1
answer

Convert a word document (DOC, DOCX) to PFD using PHP or JavaScript

I wonder if there is a possibility of converting a Word file (.doc, .docx) to a .pdf file using Php or JavaScript (or something like that). For example, the user uploads a .docx file that should be saved only in .pdf format - to do the conversio...
asked by 03.06.2018 / 06:38
0
answers

How to pass information from a RitchTextBox to word document

How do I pass the information that is in a RichTextBox to a word document in C #. Code: String strtxt = rtbVertigo.Text; TextWriter sw = new StreamWriter(@"D:\Users\edv\Desktop\WORD\Vertigo.doc"); sw.WriteLine(s...
asked by 21.05.2018 / 17:23
1
answer

How do I translate my results into a txt, excel or word file?

I have a code in Python that does the following: Extract multiple table data into distinct excels and perform a linear regression between them. So far so good but how do I make my results clean in a TXT, excel or word file? Thanks Here's my s...
asked by 17.05.2018 / 06:53
0
answers

Auto-fill tables

Work in the training sector in the Treasury Department. I am setting up a simple fill-in guide for the training of sector secretaries. [!] [Image of the form] [1]] [1] Theideaisthis:Thesectorsecretaryselectsthedesiredtrainingfroma"Desired...
asked by 18.12.2017 / 19:26
1
answer

Convert document word (DOC) to pdf using python

I would like to convert a word document (doc) to pdf using python 2.7 . I have this script, but I did not understand anything about it. import sys import os import comtypes.client wdFormatPDF = 17 in_file = os.path.abspath(sys.argv[1]) o...
asked by 13.10.2017 / 04:09
1
answer

Edit word file using C # and replace

I'm developing a C # application that needs to manipulate files in word, I can write and read normally but I'm having difficulty formatting the text, I need to insert an array with some information but word concatenates all the text, as I break...
asked by 28.02.2017 / 16:35