-
One of the reasons to keep a PDF of the entire BP doc is so that it can be versioned and archived. One reason the current doc is in word-docx is that PDF export is simple. As we move to markdown, we s…
-
Hi
On 1 in 6 docx to pdf template conversions I receive the following error message:
E: lt_string_value: assertion `string != ((void *)0)' failed
E: lt_string_value: assertion `string != ((void…
-
```
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…
-
Need to revise the entire way the data is filtered. It comes from the Burp XML so has a bunch of tags in it.
So looks like this:
`The SQL Injection attacks against the hosts Host 1 .`
Th…
-
```
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…
-
```
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…
-
Hello,
I am currently trying to export \mhchem equations to DocX using Pandoc. Since \mhchem is not supported natively, I transformed the TeX to MathML and then tried to convert the MathML to OOML …
-
Hi,
I want to add a YAML file which saves personal information such as about me, my skills and contact information. I think this project is similar to [best-resume-ever](https://github.com/salomone…
-
I trying to insert a table and Grid the frame
```
def buildtable():
with open(idcsvFilePathLeft,'rb') as idcsv:
idlist= csv.reader(idcsv)
idlist=list(idlist)
with open(logcsvFileP…
-
I use this code to convert the html into openXML:
_var_ html is the table as string
_var_ filename is the filename as string
```
WordDocument doc = new WordDocument(filename);
doc.Process(new…