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 -

unity3d - Unity SceneManager.LoadScene quits application -

python - Error while using APScheduler: 'NoneType' object has no attribute 'now' -