Hi,
I am using the dhtmlxgrid export to pdf(java) local package.
I edited the PDFWriter.java class to add a watermark and PDFXMLParser.java to change orientation of the created PDF.
I used eclipse to ake the changes and then exported to a new .war file.
When i deployed it on the apache tomcat server, it did not show any changes.
Neither the watermark was added nor the orientation was changed.
Please help.
Hi,
please, make sure that you’ve deployed correct war-package which includes your changes.
Hi,
Thank you for the reply Radyno.
It was the latest war but it seems like my changes were not being displayed because it was not compiling the changed source files.
Problem solved by changing the source path.