Skip to main content

All Questions

Filter by
Sorted by
Tagged with
0 votes
0 answers
54 views

How to properly set up radio buttons on pdf exported from jasper reports?

I'm creating a report which is a pdf with form inputs. I use jasper reports library version 6.20.0 <dependency> <groupId>net.sf.jasperreports</groupId> <artifactId>...
Antonio E.'s user avatar
0 votes
0 answers
40 views

How to show Cyrillic letters in PDF [duplicate]

How to use Cyrillic characters in Jasper reports? I see fonts in preview mode, but when generating in code - no. I have already checked the built-in font box and connected the font. Dependency: ...
Grodasan's user avatar
0 votes
0 answers
30 views

Jasper Reports - PDF Accessibility for Hyperlinks embedded in StaticText

A .jrxml PDF report uses <staticText> blocks, but the contents may include one or more hyperlinks (<A>) surrounded by text, like the following... <staticText> <...
Bumpy's user avatar
  • 1,332
0 votes
0 answers
328 views

Error in PDF Validation with Mustang: A CIDSet entry in the Font descriptor does not correctly identify all glyphs present in the embedded font subset

I am using JasperReports to generate PDF documents and attempting to validate them with the Mustang library via ZUGFeRDValidator validator = new ZUGFeRDValidator(); return validator.validate("./...
OhJohnny's user avatar
  • 341
0 votes
1 answer
390 views

Jasper Reports - How to dynamically set PDF properties in .jrxml

Upon generating a PDF, I can specify the document's Title property in Java, like this... jasperPrint.setProperty("net.sf.jasperreports.export.pdf.metadata.title", "Report ID "+...
Bumpy's user avatar
  • 1,332
0 votes
1 answer
148 views

How to write an HTML character like &#128309; in Jasper Report?

I have a field in Jasper Report. I'm printing the report in PDF. The field contains some special characters like : 🔵 ( & # 128309;) But the character doesn't print properly. I'm having simply the ...
Thomas Carlton's user avatar
0 votes
1 answer
188 views

How to force a PDF file to show horizontally in browser rather than vertically?

I'm actually printing a generated PDF file in Java using the FileInputStream, HTTPServletResponse and OutputStream java objects. The content inside the file is printed correctly, the horizontal layout ...
Lorenzo's user avatar
  • 39
-2 votes
1 answer
183 views

Support for RTL pdf reading on tables using JasperReports framework

I am tring to build an accessible for the hard of seeing pdf file using JasperReports java framework There is an option of adding accessable tags to tables, but it looks like the reading is done from ...
Yzs's user avatar
  • 9
0 votes
1 answer
730 views

Jasper Report html list alignment is not rendered good on pdf

I have an html list, it on jaspersoft studio preview is showed perfectly: But when I export the file from Java as a PDF (I'm using jasper ver 6.16.0), the alignment totally mess up, not even the ...
Accollativo's user avatar
  • 1,559
0 votes
1 answer
519 views

Is it possible to make active/responsive checkbox in Jasper Studion?

so my question is about active/responsive checkboxes. Is it possible to make it? For example user prints out the report in .pdf and with his mouse can he check the checkbox? Has anyone tried to do it ...
Rennie Alpikort's user avatar
2 votes
0 answers
379 views

Jasper Report Text Field gets cut

<band height="20"> <textField textAdjust="StretchHeight"> <reportElement positionType="Float" x="10" y="0" width=&...
Tarun Girish's user avatar
0 votes
1 answer
761 views

Static text cutting off while exporting reports to pdf in Linux Deployments using Jasper Reports

We have static text cutting while exporting reports to pdf in Linux Deployments. The values seems to be displayed correctly only the static text is cut off. Below is the screenshot for report pdf in ...
user2026435's user avatar
0 votes
1 answer
257 views

PDF created using JRXML template does not render Service Mark Symbol ℠ in the static text field

I have a jrxml template to create PDF. It has a static text field with symbols like TradeMark, Copyright and ServiceMark. The TradeMark and Copyright symbols are rendered properly in the PDF but not ...
Rey Rajesh's user avatar
0 votes
1 answer
462 views

How to display Euro sign in pdf using jasper report?

I'm using XML to produce a jasper report with Java and Intellij IDE, jasper version is 5.0.4. On the xml file there is Euro sign € but when the report is created on pdf, I see € instead of € On the ...
ali akbar shahriari Garaei's user avatar
-2 votes
1 answer
3k views

Export PDF with jasper report

I'm trying to export PDF file with jasper report in a spring boot project, and this is my controller: so with this method the pdf file is exporting locally in my project, I want to change it so I can ...
Med Amir Jemâa's user avatar
0 votes
0 answers
331 views

How to disable options as COPY in generated PDF file?

When I generate a PDF with JasperReports 6.9.0 I don't want the user to be able to copy text from it. I've added the encryption library bcprov-jdk14-139.jar, and restarted the server. Then I've wrote ...
Jesús Martín's user avatar
0 votes
1 answer
2k views

Jasper Reports bold style does not work with PDF Exporter

I create a report with JasperSoft Studio using default font (Sans Serif), my project has the following dependencies in the build.gradle file: implementation "com.lowagie:itext:2.1.7.js8" ...
Sergio Morales's user avatar
0 votes
0 answers
274 views

How can I get Jasper Parameter values after conferting to pdf [duplicate]

I compiled my .jasper and filled it with parameters. Here I am converting it to pdf as a byte array: Map<String, Object> parameters = new HashMap<>(); parameters.put("name&...
Hamza Belmellouki's user avatar
1 vote
0 answers
564 views

Break pages using Jaspersoft with generic element html

In this project I'm using Jaspersoft to generate a PDF with a HTML file. My data is in Oracle DB and I need to break pages when the height of my page is equal to the A4 height paper. Inside the HTML I ...
Gabriel Novais's user avatar
0 votes
1 answer
1k views

Why Java not export PDF with font configured in .jrxml file in jasper studio?

I using Jasper to export PDF file in java spring. First, I created report template in Jasper studio, change font as I expect and it display seem good. After that, I use this .jrxml template to export ...
NAM's user avatar
  • 137
0 votes
0 answers
468 views

Error when including an image with an https:// url in an exported PDF

We are trying to put an image on a report, and export to a pdf. The url for getting image starts with https:// I'm able to view the image in Design & Preview modes. When we go to export the pdf ...
H2RockyRoad's user avatar
0 votes
0 answers
708 views

The textField with net.sf.jasperreports.export.pdf.field.read.only" value="false" in detail band not rendered in Acrobat Reader DC

I have a report built with help of JasperReports 6.16.0 and contains some fields like: <band height="15" splitType="Stretch"> <textField> ...
ITR's user avatar
  • 53
1 vote
0 answers
314 views

Export report to PDF/A [duplicate]

When exporting the report to from jasper reports to PDF / A, I get the error: net.sf.jasperreports.engine.util.JRPdfaIccProfileNotFoundException: The ICC profile is not available to the JVM. See the ...
user15377094's user avatar
3 votes
3 answers
1k views

How to fix "No generic element handlers found for namepsace" error in case using custom genericElement?

I am trying to adapted the example of jasper reports to customized a generic element with a HTML handler to an Example with a PDF handler. But I got all the time the same error message, when trying to ...
carsten's user avatar
  • 43
0 votes
1 answer
665 views

Problem with Generating jasper reports in Pashto language (Report does not print Pashto text) [duplicate]

I have a Jasper Report template that has English text as well as text in a language called Pashto (Pashto is a language that has more characters than Arabic and has all the characters of Arabic ...
Walid Mashal's user avatar
1 vote
1 answer
654 views

The pdf report with manual tagging throws EmptyStackException

I have spring webapp where I am using JasperReports to generate some basic database query reports and exporting into pdf. I have tried programmatically adding tags instead of using jrxml, with dynamic-...
sachin makasana's user avatar
0 votes
0 answers
594 views

Permissions regarding MODIFY CONTENTS for pdf output

I have this line of code in my jrxml <property name="net.sf.jasperreports.export.pdf.encrypted" value="true"/> <property name="net.sf.jasperreports.export.pdf.128.bit....
Adrian Manangan's user avatar
0 votes
1 answer
1k views

JasperReports editable pdf fields

I've read in JasperReports Library 6.12.2 Change Log added support for PDF forms into the core library using custom properties at report element level to convert the report elements into editable ...
Altiy Zemlytskiy's user avatar
0 votes
0 answers
97 views

Can I restrict the Jasper PDF from edited by third party software like Adobe [duplicate]

I have created the Jasper report as PDF with Jaspersoft studio. I need to restrict the user editing the downloaded PDF using any software (Adobe). Is it possible? User should be able to see the ...
Aparna's user avatar
  • 1
0 votes
0 answers
62 views

Getting Spaces instead of text in Pdf generated through Jrxml Template

I am generating a Pdf Report using jrxml template. In local machine pdf is genereated properly but when deployed in dev, For some of the field last 1 or 2 words are not getting displayed instead space ...
Manish's user avatar
  • 1,499
0 votes
1 answer
1k views

Jasper report formatting and font issues

I have the following Jasper Report subreport .jrxml file and it's producing very strange results. Each row of data returned gets mysteriously split into 2 separate lines on the report. Specifically, ...
Woodchuck's user avatar
  • 4,386
1 vote
1 answer
796 views

List indentation on jasper report

I'm receiving long text paragraphs via JSON to fill my reports. These text are in html format, son my textfield looks like this: <textField textAdjust="StretchHeight"> <...
Pipeline's user avatar
  • 567
0 votes
1 answer
247 views

JasperReports: weird behaviour on textfield when convert to PDF

I need to display a large amount of text in a Jasper Report from a JSON array. This is my json array: { "data": { "contractualConditions": [ { "text": "<p>Lorem ipsum ...
Pipeline's user avatar
  • 567
0 votes
1 answer
563 views

How to use transparent SVGs in jasper report and export to pdf

I'm trying to export jasper report to pdf using partially opaque SVGs, but in the pdf the opaque are solid white-ish. The image expression is: <imageExpression><![CDATA[net.sf.jasperreports....
user979899's user avatar
0 votes
1 answer
200 views

How can I print the '<' symbol in the PDF generated through Jasper report

I am trying to print the contents of a field in the PDF generated through Jasper report. The content of the text field is something like <=>I"< . When the PDF is downloaded '<' is getting ...
Rakshitha's user avatar
5 votes
1 answer
1k views

Issue in Jasper iReport generated PDFs in Chrome

I am generating a document in Chinese, as well as several other languages, using conditional formatting in Jasper iReport 5. I have iTextAsian.jar in my lib folder. The generated PDF displays ...
John's user avatar
  • 134
1 vote
0 answers
120 views

DynamicJasper - UTF-8 character not showed

I'm using DynamicJasper to generate Pdf files. In the application.properties file I have a property with this value: reports.info = To get information call 📞 5555-1234 For that, I'm using a ...
AleGallagher's user avatar
  • 1,875
-1 votes
1 answer
497 views

How to edit a pdf generated using iReport?

I have generated this pdf using iReport. Now while viewing this pdf using document viewer, I need to edit that gross amount field and take print out. No need to saving the edited file. How is this ...
Vignesh's user avatar
  • 17
1 vote
1 answer
1k views

How to change adobe readers zoom level?

I have a Jasper Report which creates a PDF in Java Spring. I have been trying to change the zoom level for hours and have not been successful. Whenever I open the pdf's using Adobe reader, its 149% (...
Fering's user avatar
  • 322
2 votes
2 answers
6k views

Acrobat reader cannot extract the embedded font 'PWLEAX+NotoSerifCJKsc-Regular-Identity-H'

I am using Jasper Report 6.9.0 version with Java 1.8.0_201 and Arial Unicode MS and NotoSerifCJKsc(especially for the traditional Chinese) fonts for the Jasper Report to display the Chinese Characters....
geek's user avatar
  • 79
1 vote
1 answer
9k views

"justified" property of textField and staticText is not working in jaspersoft report

I want add set text in textField and staticText as it will divide in equal space in jasper report. Text should be distributed like below image. Setting textAlignment to "Justified", but it didn't ...
Nitin's user avatar
  • 13
1 vote
1 answer
3k views

How to disable options as printing in generated PDF file?

When I generate a PDF with jasper reports I don't want the user to be able to print it. Is there some option to make it from the code or does it only depend on the program which visualize it (web ...
Liverpool's user avatar
  • 275
0 votes
1 answer
1k views

Generate one pdf per page with jasper report

(Using Jaspersoft Studio 6.6.0, no Jasper Server yet) My dataset looks like this id|question1|question2|question3 1 |answer1.1|answer1.2|answer1.3 8 |answer8.1|answer8.2|answer8.3 The report is ...
Pantheos Max's user avatar
0 votes
0 answers
263 views

JasperReports issue with permission on iOS 12

In my project i have to work on jasper reports to generate dynamic pdfs, one of the requirement is that the user is not allowed to copy text from the pdf but is allowed to print, so the following code ...
user1865649's user avatar
7 votes
2 answers
3k views

jasper report Multi language- cannot display font while generating pdf in spring boot

I'm generating a multi-language report using JasperReports in Java. When I generate pdf, few languages do not display properly. Whereas, When I generate Excel, The report is generated properly with ...
Akash Shah's user avatar
0 votes
1 answer
309 views

SolaimanLipi font is breaking the connected word in iReport exporting PDF

I am using iReport 5.6.0 version. I am trying to work with custom font, in my case SolaimanLipi.ttf. It works perfectly in internal view. But when I export to PDF file then it is breaking with the ...
Sumon Bappi's user avatar
  • 2,019
0 votes
0 answers
414 views

Bullets not print in pdf which generated by jasper report but preview correctly in jasper soft studio [duplicate]

I am designing a jasper report using jasper (6.1.0) soft studio and jasper report is exported to pdf . Every static text on the report correctly display on pdf . But bullets(Black squires in the code ...
Lasan's user avatar
  • 183
0 votes
0 answers
4k views

Add Digital Signature field using Jasper Reports

I have a web form which displays the details to be filled in by the users. The form data is saved in a table. Created a Jasper Reports which fetches the data from the database table and generates the ...
Arabinda Nanda's user avatar
1 vote
1 answer
666 views

Display character SQUARE M SQUARED (\u33a1) in generated pdf report

I am using following code for jasper pdf report to display character M SQUARED (\u33a1) <?xml version="1.0" encoding="UTF-8"?> ... <textField isStretchWithOverflow="true"> &...
Vrishank's user avatar
  • 364
3 votes
1 answer
3k views

How to create a Hyperlink as part of a static text using JasperSoft Studio?

I have a StaticText, which has a text like If you want to be a member of our website, then make sure you let us know by sending an email to [email protected] as soon as possible. This text is inside ...
Lajos Arpad's user avatar
  • 75.6k