-
```
What steps will reproduce the problem?
1. Simply attempt a conversion from any supported file format to another
supported file format in which the original file name has the number/pound (#)
sym…
-
source-to-source compilers usually produce sourcemaps
so for each output token i can see "where does this token come from?"
sourcemaps would be useful for language-to-language translators
for tra…
-
Hey! Great lib. I wonder if I could also somehow get the tracked changes while converting the document.
Well, I have a document with "Track Changes" enabled. And when I tried to convert it using `t…
-
Ok the post below was done yesterday, but after realizing what was going on, I decided to add to PHPWord, build on the good work and add in what I needed, read the post after this one....left the post…
-
Hello all
im new here . i installed dokuwiki in centos 7 and i need your help to solve this issue.. i get this error while importing files
ffile2dw : er_pandoc : pandoc output file does not exist. …
-
### Bug description
When rendering a Quarto document which is Right-To-Left (for me, in Hebrew), the footnotes numbers (i.e., where they appear in the body of the text, and not in the footer) are wro…
-
I tried to do a simple conversion to a docx file and I opened the file with LibreOffice and I see that the ```css``` doesn´t apply well, it generated like a ```str```.
Also, the image have been gener…
-
Hi
I'm trying to convert html to docx on android
My dependencies definition (.gradle):
```
implementation 'javax.xml.bind:jaxb-api:2.3.1'
implementation 'javax.xml.stream:stax-api:1.0-2'
imple…
-
**Issue:**
When there are two or more images in the content, all images will become the last image in downloaded docx file.
**Code snippet:**
```
const images = [
'',
'',
];
cons…
-
```
Styled text in loop are escaped
What steps will reproduce the problem?
1. Write a DOCX document containing a loop:
#foreach($item in $allItems)
$item.htmlText
#end
2. Define allItems.htmlText as…