In my project I have Report Module in which we need to generate pdf File for the dynamic data fetched from database . I can able to show it in English . But I also should display the same content in Hindi Language .In the grid ( jsp page ) it is coming in Hindi , but in pdf , i am not able to generate it. Please provide me some answer , Expecting Ur repliles
this is how I am generating pdf from Jsp Page : It is printing in pdf in English but i need to print the same in Hindi . These following
<display:column property="strTemp" title="Travel Time[hh:mm] "></display:column>
<display:column property="strDuration" title="Halt Time[hh:mm]"></display:column>
<display:column property="dblcumulativedist" format="{0,number,0.00}" title="Total Travel Distance [km]" ></display:column>
<display:column property="assigned" title="Job Assigned"></display:column>
<display:column property="completed" title="Job Completed"></display:column>
<display:column property="pending" title="Job Pending"></display:column>