I have the attached template, and when I export it to PDF or XLS it shows the borders (works fine).
But when I try to export it to PPTX (using JRPptxExporter), the borders dissapear.
final JRPptxExporter exporter = new JRPptxExporter(); exporter.setParameter(JRExporterParameter.JASPER_PRINT,print); exporter.setParameter(JRExporterParameter.OUTPUT_STREAM,output);
exporter.exportReport();
See the attached output for PDF and PPTX.
Attachments:
Templateandoutput.rar
Recommended Comments