RangerMak

Results 3 issues of RangerMak

I think its because LibreOffice (OpenOffice) put files into docx-archive in different order than MS Word. So file have another signature and detects as simple zip-archive. Example file is attached....

For example, I want to make some part of text bold styled: This text contains **bold** part. Calling `pagesSet.addElement(new PLText(lorem, italicFont12));` will add string with specified font. New call of...

enhancement

How to make rowspan in table? I can't find it in test code.

question