Hi, I'm fairly new to docx4j and maybe it's a stupid question, but for my need I wanted to ask you(someone):
What is the easiest/fastest way to access the slide content from a PPTX? For example i would simply like to get stuff like text, a table or an image so that i can get the according properties like color, size and position for each.
I am testing out converting doxc to HTML. Ultimate goal is to render docx files. I compiled the commandline sample and tried converting just one file, to get a hang of it all. With the shipping 3.0.1 jar it renders the file and then ...
As I haven't seen any possiblity to get html:input tags converted using XHTMLImporterImpl i wanted to enhnace the mapping. But I haven't found any possiblity to do this because looking at the XHTMLImporterImpl class i haven't found any possiblity to enhance this to custom needs.
Some thoughts that come into mind while playing around with XHTMLImporterImpl. Wouldn't it be great if the if/else loop in XHTMLImporterImpl would be extensible to the developer that is ...
Hi !. I would like to know if with this library I can convert a docx file into an xsl file ?. In a project I was given... They are using RTF files as templates with a certain API that doesn't support DOCX files instead... So due to this fact... I was looking for an API that supports this type of conversion so that I can genereate PDF onwards...
i create my tabel with MSWord witch compose on 2 rows ( header and content). i put in the content of row ${deadate} but this deadate return a list in my programme java so how can i populate automatically my table when i generate docx_OUT using Doxc4j and mappings.put("deadate", myListe in Java);