Jump to content
Changes to the Jaspersoft community edition download ×

vinothm2k

Members
  • Posts

    25
  • 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 vinothm2k

  1. its not working added cusom font in jasperreports-fonts-6.0.0.jar, made entry in font.xml, jasperreports_extension.properties placed the above jar file in jasperserverWEB-INFlib. restart server , Font is not working
  2. getting Message when trying to open a pdf: A font package is required to correctly display this page. Click "OK" to direct your browser to download the add-on from adobe.com. After installation, you will need to close and re-open the document to correctly view contents dependent on these newly installed fonts.
  3. Can you share the latest Jar file related to Fonts, basically we need pdf file should work without updating Font package in Acrobat Reader DC. currently we packed "jasperreports-fonts-6.0.0.jar" with required chinese Fonts (EUDC, Simsun) and deployed in server. upon pdf file generation, its probpting in Acrobat Reader to update Font package. we dont want to update the Reader
  4. Jasper Report .1 will support Java Version 8 only. that too oracle edition it wont work with Open JDK. please correct me if am wrong.
  5. have you kept that jar file in server/web-inf/lib folder ?
  6. we have migrated to 7.1 and server is up and running. able to view the report. but we are facing issue with deploying JRXML, input control and sub-reports. apart from this , we have some issue with Fonts, alignment , exporting as CSV file are not proper.
  7. Add "jasperreports-fonts-6.0.0.jar" file in your class path. it will work update the required Font file in jasperreports-fonts-6.0.0.jar and add Entry in "jasperreports_extension.properties" also add entry in fonts.xml . erstart the server . issue will be solved
  8. Can you share the code , how you are calling the REST service
  9. yes this is the only way for Jasper Report 7.1 there is no proper documentation/api method details
  10. Hi , I need one help related with Jasper report 7.1 REST api. we are migrating from 3.1 to 7.1 (Migration, Jasperserver setup everything is fine) i need help , how to use REST api service to deploy JRXML files(reports, sub-reports) we are using Java 1.8 for this . which class/method is being used for this .
  11. this solution is not working in Jasper Report 7.1.0 version
  12. How to deploy JRXML file with input Control in JASPER REST V2. there is no api directly to POST .
  13. can anyone post REST api methods and input param for deploying JRXML(main report and sub-report) in Jasper server
  14. we are Migrating Jasper Server 4.1 to 7.1 REST V2 API. dont see any api method to deploy JRXML files and retrive Report . Can you pelase help on this.
  15. I was using following font config in 4.1 Version , printed in pdf with Bold courier letters. <font fontName="Courier New" isBold="true" isUnderline="true" pdfFontName="Courier"/> but the same config , printing non-bold courier letters in Jasper Report 7.1 .
  16. Am working on JR migration from 4.1 to 7.1 , There is some difference in Font with two Version. asme Font is being used. in 7.1 Version courier font looks thicker than 4.1 Version. please advice on this.
  17. We are working in JR 7.1 , Tomcat Version 8.5.27 . We couldnt find any direct api method to deploy JRXML . Also we are facing issue with Font , there is a Font difference (Courier , Courier New) between 4.1 and 7.1. getting "<errorCode>illegal.parameter.value.error</errorCode>" while posting thru java class. Need help on this.
  18. Am migrating from 4.1 to 7.1 There is some difference in Rport Font. how to fix this.
×
×
  • Create New...