how to download test series of gate from ,madeeasy,ace academy, in pdf . is there any possible software or extension??
What is the exact current format? Is it just a page, full of reading? Or something else? A screenshot would be great!
jsPDF is an open-source library written by our lead developer, James, for generating PDF documents using nothing but Javascript. You can use it in a Firefox extension, in Server Side Javascript and with Data URIs in some browsers. http://snapshotmedia.co.uk/blog/jspdf
Using only javascript to generate the PDF is not possible at this time. Using server-side scripting, it is possible to send the data to a server and let the server generate the PDF which is then sent to the user.
(Update) : Using PHP, you can generate PDFs in the server-side using dompdf - HTML to pdf converter. Here is a demo: http://eclecticgeek.com/dompdf/docs_0-6-0/demo.php
In Google Chrome, there is a “Print to PDF” option. If you don’t want to do any programming on the server side, you just have to access the page using Google Chrome. After filling out the form, they print the page as PDF.
Other useful tools:
- ExpertPDF (http://www.html-to-pdf.net/)
- IronPDF (http://ironpdf.com/)
- iTextSharp (https://sourceforge.net/projects/itextsharp/)
- NReco PDF Creator for .NET (http://www.nrecosite.com/pdf_generator_net.aspx)
- HTML renderer for PDF Sharp (https://www.nuget.org/packages/HtmlRenderer.PdfSharp/)
- SelectPDF community edition (http://selectpdf.com/community-edition/)
For these tools, how to’s? Please consider a help post on stackoverflow