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

ios - MKAnnotationView layer is not of expected type: MKLayer -

ZeroMQ on Windows, with Qt Creator -

unity3d - Unity SceneManager.LoadScene quits application -