|
Back to Sample Code
Dynamic HTML to PDF Conversion and Manipulation
- Description: Building
a Web application that will:
- grab 2 URLs/Web
pages,
- convert them into PDF files,
- merge the resulted PDFs into
a single PDF file,
- convert the merged PDF file to text file,
and
- provide the links to the PDF and text file.
- Language: ASP
- Requirements: To properly run easyPDF
SDK in ASP, ASP.NET, PHP, or Cold Fusion server environment,
you need to read our Getting
Started FAQ
Please create
2 asp files: form.asp and easypdf.asp. Then copy and paste
these following codes into the corresponding files.
========= form.asp ================
|