Hello,
I`ve tried docx4j, but it not works with photos and tables.
Simple text is ok.
So, does in docx4j some support for converting tables and pictures from docx to pdf file?
And if it is not, where I can find that?
Thanx
I`ve tried docx4j, but it not works with photos and tables.
So, does in docx4j some support for converting tables and pictures from docx to pdf file?
<w:drawing>
<wp:inline distT="0" distB="0" distL="0" distR="0">
:
<a:graphic xmlns:a="http://schemas.openxmlformats.org/drawingml/2006/main">
<a:graphicData uri="http://schemas.openxmlformats.org/drawingml/2006/picture">
<pic:pic xmlns:pic="http://schemas.openxmlformats.org/drawingml/2006/picture">
:
<pic:blipFill>
<a:blip r:embed="rId5" />
:
</pic:blipFill>
:
</pic:pic>
</a:graphicData>
</a:graphic>
</wp:inline>
</w:drawing>
Users browsing this forum: No registered users and 40 guests