pdf - Jasper SimplePdfExporterConfiguration not working -


i using below code configure jasper pdf not affecting configuration

        simplepdfexporterconfiguration pdfreportconfiguration = new simplepdfexporterconfiguration();         pdfreportconfiguration.setpermissions(0);         pdfreportconfiguration.setuserpassword("ss");         jrpdfexporter exporterpdf= new jrpdfexporter();          exporterpdf.exportreport(); 


Comments

Popular posts from this blog

ZeroMQ on Windows, with Qt Creator -

.net - Generate assembly with Roslyn -

batch file - filebot superstrict script: need tiny video sample or other solution -