pyreportjasper
pyreportjasper copied to clipboard
Python Reporting with JasperReports
When I try to run the example code I got this error. But I already have JDK in my machine. ```Traceback (most recent call last): File "d:\rigelsoft\curd_fastapi\jasper_t\pyjas.py", line 30, in...
Hi, I'm having trouble to compile a JSON based report after getting an .exe of my application with cx_Freeze. When I use it with python command there is no problem....
**Describe the bug** I try the exemple found in https://github.com/acesseonline/exemples_report At `pyreportjasper.process_report()`, my program stops without error. No PDF file is produced. **To Reproduce** Steps to reproduce the behavior: 1....
Is there any way to pass array to the parameter objects? Suppose I have dynamic JSON like ``` temp = { "name": "test", "contacts": { "person": [ { "name": "ETHAN",...
Hi, Recently, I was tried to use the package to generate the pdf with JSON source. But the time from the program starting to end will take about 10 seconds....
hi, i just install the pyreportjasper using pip and installed java SE 11 i try to run the sample json code with Blank_A4.jrxml in reports folder the code i tried...
Hi everyone I want to use this function in another language. Is it multilingual function? thanks
Connections to oracle databases keeps throwing errors : • NameError: Error fill report: Erro fill internal: java.lang.NullPointerException • NameError: Error fill report: Java package 'net' is not valid The second...
when I try to generate an excel report of more than 50k rows, it generates the report very slow I have followed some threads on the internet and found that...
Hi, I have same problem. My code.. ``` import os from pyreportjasper import PyReportJasper os.environ["JAVA_HOME"] ="jvm/jdk-19.0.2/" def advanced_example_using_database(): REPORTS_DIR = os.path.join(os.path.abspath(os.path.dirname(__file__)), 'jrxml') input_file = os.path.join(REPORTS_DIR, 'stampaCenaA4.jrxml') output_file = os.path.join(REPORTS_DIR, 'stampaCenaA4')...