Upload text document and convert to PDF

Source: Internet
Author: User

Learn some PDF-related knowledge in the ASP. NET MVC environment today, with the idea that uploading a file is successful and converting it to a PDF document.

Open your project, run the NuGet Package Manager, and download a itextsharp called:



Click Install, the button prompts to confirm the installation, successfully installed, or detected that the project has been installed, it status is shown as follows:


In the Controller Creation Action (action):

Again in the controller, creating another action method is the ability to process file uploads and convert PDFs:


The FileStream class goes to open the file and reads it, getting the document's byte[] array. Itextsharp class object PDFWriter, go to getinstance instance, and finally pass the document's array byte[] into the Itextsharp () method of the PARAGRAHP object.

Based on the controller creation action, we can now create the View uploadconvertpdf (), this practice upload file using razor to achieve:


Demonstrate:

Upload text document and convert to PDF

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.