Questions tagged as 'word'

0
answers

Images in the header using docx4J

I'm using docx4j and all the images I try to put in the header of the Word file, can not load the image. Does anyone know why? When I insert the image into the document body, the image loads normally.     
asked by 30.08.2018 / 17:18
0
answers

Convert PDF to Word without losing the styles

I wanted a code to convert a pdf document into word without losing the styles. I have this class that converts to word plus it does not maintain document styles. public class teste { public static void main(String[] args) throws IOException...
asked by 05.06.2018 / 13:40
0
answers

Generating DOC from HTML content

I'm using the PHPWord plugin to convert HTML texts into a .docx file But when I go to download the generated file, I get only with very crazy characters like:    PK ######## ^ uK j # c ###! ####### [Content_Types] .xml N 0 # E | E...
asked by 22.11.2017 / 11:23
0
answers

Generate .doc document using HTML to format text and with fixed footer on all pages

I'm having a big problem generating a specific .doc file. My .doc file has a very complex table as the document header, but this header will be done in hand and will not have to repeat on all pages. Since the header is very complex, I cou...
asked by 23.03.2016 / 11:28
1
answer

Identifying and tagging SQL script keywords within a Word document [closed]

I'm doing a system error manual for the company where I work. Within this manual you will have the description of the error, as well as its solution. Many of the solutions are very extensive SQL scripts. I wonder if it's possible to mark (lea...
asked by 11.12.2015 / 13:51
1
answer

Macro in Word to format WhatsApp conversations

Hello, I'm doing a macro to edit WhatsApp conversations. When you go to WhatsApp, open a conversation, touch the three dots in the upper right corner, touch "More," and then touch "Email," the conversation comes in a ".txt file ". I would...
asked by 13.07.2018 / 06:44
1
answer

Word as the basis for a delphi report that has detail

I have a standard word document used in the company to make a presence list in training, but now they want to generate this list, with the names of the participants, already filled through the system in delphi 6. I saw here in the forum how to i...
asked by 21.12.2017 / 13:14
1
answer

Runs splitting several times

Well guys, I'm having a problem that's disturbing me a bit, I've already tried it and found nothing that would help me. I'm searching for certain variables in a Word Template to be able to perform a replacement. The problem occurs when some...
asked by 21.11.2017 / 15:09
2
answers

How to create a PivotTable in Word via Delphi?

I have documents .doc / .docx, which I am doing the replacement of TAGs, however I now need to do the creation of a PivotTable, based on a select, in these same files I am replacing tags . This table should be below the existing text in the fi...
asked by 01.06.2017 / 14:29
1
answer

Read word file in laravel 5.3

I have a problem reading a Word file in laravel, the situation is as follows: I have a form where a person adds a word file into an input type file field. I want to get the text of this word, separate it into a variable to later write to the...
asked by 28.11.2016 / 15:45