Closed GoogleCodeExporter closed 9 years ago
Original comment by arun.har...@gmail.com
on 27 Nov 2014 at 7:47
Attachments:
Hi,
It seems that you use the docx->fop converter. This converter was just a POC
but it was so long time that we have not maintained. You must use the itext
docx->pdf converter.
At first I suggest you that you don't convert the report to see if the
generated docx is ok.
Regard's Angelo
Original comment by angelo.z...@gmail.com
on 27 Nov 2014 at 7:56
Thanks Angelo for quick reply.
My main goal is to convert docx --> PDF.
When I am using @before-row#foreach I am not facing any issues at all(Please
find attached docs to reference)
Attachments : render.pdf,Cook test1.dotx (why those were generated with the
same application)
By seeing this message "org.apache.fop.fo.ValidationException:" you are
suggested me to don't convert DOCX --> FOP.Related to this I will delete fop
related jars.
Can you please tell me any jars is required to generate in the form of columns
or to use itext docx --> PDF converter.
Existed jar files are attached document(Jar files related file)
.
Original comment by arun.har...@gmail.com
on 27 Nov 2014 at 9:21
Attachments:
I suggest you that you download
https://code.google.com/p/xdocreport/downloads/list
docxandvelocity.converters-1.0.4-sample.zip you have JARs and sample to
generate report with docx+velocity and convert it to pdf with itext.
Original comment by angelo.z...@gmail.com
on 27 Nov 2014 at 10:10
Thanks Angelo, for quick reply.
I have tried above what you said above and I have added the statement like
Options options = Options.getTo(ConverterTypeTo.PDF).via(ConverterTypeVia.XWPF);
earlier it was like
Options options =
Options.getTo(ConverterTypeTo.PDF).via(ConverterTypeVia.DOCX4J);
Finally i got successfully running @before-cell#foreach statement.
Original comment by arun.har...@gmail.com
on 28 Nov 2014 at 5:18
Can I close this issue?
Original comment by angelo.z...@gmail.com
on 28 Nov 2014 at 8:49
Sure, Thanks your support.
Original comment by arun.har...@gmail.com
on 28 Nov 2014 at 8:59
Original comment by angelo.z...@gmail.com
on 28 Nov 2014 at 9:00
Original issue reported on code.google.com by
arun.har...@gmail.com
on 27 Nov 2014 at 7:41Attachments: