Rajeena Safeer
Rajeena Safeer

Reputation: 91

PDF generated by JasperReports: right portion cuts in browser

I am working with JasperReports. The PDF is working fine in my machine but, it looks the right end cut in some other system (in Mozilla-in client system as well), ie last column is rendered half, not completely. I searched a lot, but didn't get any related post. Have anyone noticed such a problem? Any help will be enter image description heregreatly appreciated.

Upvotes: 0

Views: 803

Answers (1)

dsharew
dsharew

Reputation: 10665

This seems like a very old question but for anyone having similar issue please add this property to your report:

<property name="net.sf.jasperreports.export.pdf.size.page.to.content" value="true"/>

enter image description here

Upvotes: 1

Related Questions