Jump to content
We've recently updated our Privacy Statement, available here ×

Shahbaz Ali

Members
  • Posts

    6
  • Joined

  • Last visited

 Content Type 

Profiles

Forum

Events

Featured Visualizations

Knowledge Base

Documentation (PDF Downloads)

Blog

Documentation (Test Area)

Documentation

Dr. Jaspersoft Webinar Series

Downloads

Everything posted by Shahbaz Ali

  1. I've a field which is hyperlink and I added properties to ignore hyperlinks in pdf and excel but not in HTML,Now when I fetch my jasper report in HTML I'm getting the hyperLink,Now I want to add a clickable function on hyperLink instead to open a link.HOw can I do that? Thank you.
  2. I've already checked it but embedding pdf is not working
  3. Hi I've created a custom font in jaspersoft studio and and I applied that custom font in field and when I generate reports of format type html.pdf and xls it's applying the custom font on the fields. But when I use the jrxml in my django project through it when I generate html and xls format type reports it's applying my custom font on the fields but when I generate pdf format type report it's not applying the custom font. For reference I've attached my jrxml file. I'm using py jasper report library in my django project for jasper reports account_activity_report.jrxml
  4. I've jaspersoft studio 6.20.6 and OS is ubuntu 22.04 Here's my jrxml file Test.jrxml
  5. I've created a jasper report by using Jaspersoft studio.In my report I've only 2 textfields which contains strings and I've placed one textfield on LHS and second textfield on RHS.When I open the preview in PDF and Java It's giving fine but in HTML preview it's givng some extra spaces on LHS and RHS.How can I remove these spaces in HTML preview? Here's my Jrxml code <?xml version="1.0" encoding="UTF-8"?> <!-- Created with Jaspersoft Studio version 6.20.6.final using JasperReports Library version 6.20.6-5c96b6aa8a39ac1dc6b6bea4b81168e16dd39231 --> <jasperReport xmlns="http://jasperreports.sourceforge.net/jasperreports" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://jasperreports.sourceforge.net/jasperreports http://jasperreports.sourceforge.net/xsd/jasperreport.xsd" name="Test" pageWidth="595" pageHeight="842" columnWidth="555" leftMargin="20" rightMargin="20" topMargin="20" bottomMargin="20" uuid="ebf35dbb-b084-4b9d-952b-390e89df01c1"> <property name="com.jaspersoft.studio.data.defaultdataadapter" value="Activity Data Adapter"/> <queryString language="json"> <![CDATA[]]> </queryString> <background> <band splitType="Stretch"/> </background> <title> <band height="79" splitType="Stretch"/> </title> <pageHeader> <band height="35" splitType="Stretch"/> </pageHeader> <columnHeader> <band height="61" splitType="Stretch"/> </columnHeader> <detail> <band height="125" splitType="Stretch"> <textField> <reportElement x="-16" y="42" width="100" height="30" uuid="a48f45de-e859-4e55-85b8-fed076121d14"> <property name="com.jaspersoft.studio.unit.x" value="px"/> </reportElement> <textFieldExpression><![CDATA["New"]]></textFieldExpression> </textField> <textField> <reportElement x="472" y="42" width="100" height="30" uuid="a98fb27c-8215-45d5-85aa-a1ff4fb6e7d7"> <property name="com.jaspersoft.studio.unit.y" value="px"/> </reportElement> <textElement textAlignment="Right"/> <textFieldExpression><![CDATA["Report"]]></textFieldExpression> </textField> </band> </detail> <columnFooter> <band height="45" splitType="Stretch"/> </columnFooter> <pageFooter> <band height="54" splitType="Stretch"/> </pageFooter> <summary> <band height="42" splitType="Stretch"/> </summary> </jasperReport> Here's HTML Preview
×
×
  • Create New...