pyreportjasper
pyreportjasper copied to clipboard
Python Reporting with JasperReports
Hello, may u add this feature that like format windows-1251, bc in PDF files russian words cannot display. Please check this
would it be possible to add HTML as an export option since Jasper report has this option thank you.
Right now i generate JasperReport using dynamic parameter, which we need to pass the parameter before run the file inside JasperSoft. Therefore my current use case, i want to get...
this is my views (in my django project) ``` from django.http import HttpResponse import os from pyreportjasper import PyReportJasper def generar_pdf(request): BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__))) RESOURCES_DIR = os.path.join(BASE_DIR, 'Reports', '80010184-7') input_file...
**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: 1. Go to '...' 2. Click on '....' 3. Scroll...
Below are the methods I have tried and the error messages. Please assist in providing a solution or an example. **Describe the bug:** 1. Error: [Exception] Error fill report: Error...
I'm not sure if this is a bug, but seems strange code. The file is `report.py`, `class Report`, method `__init__`, inside the `if not jpype.isJVMStarted()` there are 2 `if`s, one...
Bumps [setuptools](https://github.com/pypa/setuptools) from 65.5.1 to 70.0.0. Changelog Sourced from setuptools's changelog. v70.0.0 Features Emit a warning when [tools.setuptools] is present in pyproject.toml and will be ignored. -- by :user:SnoopJ (#4150)...
**Describe the bug** Getting Error when running `run.py ` > NameError: Error fill report: Erro fill internal: net.sf.jasperreports.engine.JRRuntimeException: Error initializing graphic environment. **To Reproduce** Steps to reproduce the behavior: ```...