PDF document is very useful to download bulk data in the web application. It helps the user to download dynamic content in file format for offline use. With export to PDF functionality, the HTML content is converted to PDF document and downloaded as a PDF file. There are many javascript libraries available for generating pdf […]
How to remove last character from string in Javascript
In this blog post, you will learn 2 methods to remove last character from a string in Javascript. You can use any one of the following methods as per the requirements. Previously I have explained How to Convert JSON to Datatable, Get Count (Number) of Rows in HTML Table using JavaScript and jQuery Remove the last […]