Document directory
ProcessCet method
Sign method
I saw a good article on CodeProject, so I would like to recommend it to you here.
Http://files.cnblogs.com/hardrock/Esignature_src.zip
Introduction
In this article I will present a simple source code allowing you to digitally sign a PDF document and modify its Meta data. I will use the excellent and free port of iText library: iTextSharp that can be down
Detailed description of the free and stable. net pdf print component itextSharp (. NET Component Introduction 8) and itextsharp
In this. the introduction series of the net component has been supported by many park friends. Some park friends (such as the top of data and the great gods such as [Qin shiyue]) have also provided me with corresponding suggestions, I am
. Net framework does not contain methods that can be used with pdf files. So when you need your ASP. when a. Net Web application contains a part that is created or interacts with a PDF file, you have to find available third-party components. you can use Google to search for charged components within your budget. Of course, there are also some open-source components. One of them is
Http://www.cc.ntu.edu.tw/chinese/epaper/0015/20101220_1509.htm
Author: Tang Xiaoyun/zookeeper University Computer and Information Network Center Programming organization programming Organization
ASP is required for work content. net C # generate a PDF file, but. net Framework does not have the built-in PDF function, so you can only find the function provided by third-party online. Please help me. The sear
[Translation] creating PDF-iTextSharp in ASP. NET,
. Net framework does not contain methods that can be used with pdf files. So when you need your ASP. when a. Net Web application contains a part that is created or interacts with a PDF file, you have to find available third-party components. you can use Google to sear
I haven't written my own experience logs for a long time to share with you. On the one hand, I am a little busy. On the other hand, I am a little lazy and have not summarized it in time. Because practice is the source of experience and summary is the basis for improvement, you should reflect on it in any case. Today I mainly studied the related classes of two PDF documents, itextsharp and product_box. The s
Recently the company is doing a project, need to export data into a PDF file, and then search the Web to find open source components are quite many, with more is itextsharp,itextsharp by the Java Itext evolved, and provide rich features, Able to make forms, insert pictures, etc., this is the official website: http://sourceforge.net/projects/
Next to my blog on iTextSharp, iTextSharp is a free third-party component that allows Asp. Net to operate on PDF files. This article describes how to use various fonts in your PDF document. If you have not read my first article, I strongly recommend that you read iTextSharp
Recently, I want to create a PDF Project generated by Asp.net. I found that the DLL generated by itextsharp on the Internet is still good,
I encountered a lot of problems during development and found a lot of information on the Internet. I summarized a knowledge point here and made some comments on the key points to help my friends in the park.
Using system; using system. web; using system. io; using
Copy the iTextSharp. dll file to the bin directory of the project and add references to the project:
Then add reference in the background code:
Copy codeThe Code is as follows:Using iTextSharp. text;Using iTextSharp.text.pdf;Using System. IO;Using System. Diagnostics;
// Create a PDF filePrivate void CreatePdf (){// Define a Document and set the page size to A4
Copy the iTextSharp. dll file to the bin directory of the project and add references to the project:
Then add reference in the background code:
Copy codeThe Code is as follows: using iTextSharp. text;
Using iTextSharp.text.pdf;
Using System. IO;
Using System. Diagnostics;
// Create a PDF filePrivate void CreatePdf (){// Define a Document and set the page size
("rotated")); Middle. Rotation =-90; Table. Addcell (middle); Table. Addcell ("not rotated"); Doc. ADD (table);The rotation property must be set to a multiple of 90, otherwise an error is raised, and the middle cell's rotation is set to 90 and 270, which by default is counter-clockwise:In fact, ITEXTSHARP can operate the table is very powerful, in future articles I will be more detailed elaboration. At the same time, you can use Visual Studio's Intel
Itextsharp. the component used to operate pdf on the net platform is powerful, but the front-end time encounters a problem. When a PDF is dynamically generated (multiple tables are generated in the generated PDF, and the table data comes from the database ), you cannot add a watermark image to each page. It may be beca
Http://www.cc.ntu.edu.tw/chinese/epaper/0016/20110320_1610.html
Author: Tang Xiaoyun/zookeeper University Computer and Information Network Center Programming organization programming Organization
In the Computing Project of the previous issue, we introduced itextsharp, a very large and free PDF function, I believe you should be familiar with it. Next, we will introduce the dynamic functions, including dir
Using iTextSharp to operate a table is simple. In particular, the naming of Table Elements in iTextSharp is very similar to that in HTML and CSS. ITextSharp provides multiple classes for creating tables. To avoid confusion, I use PdfPTable, a class dedicated to creating tables in PDF, the following code creates a table
I. Requirement: convert HTML to PDF for printing. There is always such a demand in Web projects, which is very distressing.Ii. Analysis: How to complete this task?1. parse HTML and use itextsharp to draw pdf documents. Parsing HTML is a very difficult task. It is difficult for browsers to parse HTML in a variety of ways. This path is not easy, but it can also be
This example describes the PDF file operation class that C # uses in Itextsharp encapsulation. Share to everyone for your reference. The specific analysis is as follows:This C # code mainly itextsharp in the operation of the PDF file method has been re-encapsulated, more convenient to access the
is a hyperlink. Chunk. SetLocalGoto () accepts a String-type parameter, which is the name of the anchor. Next, several line breaks are added. The SetLocalDestination () method is used to set the name of the current location, which corresponds to the specified location name in the previously defined SetLocalGoto () method. When a PDF file is generated, "Here" is underlined and blue. After you click it, the PDF
I thought that when I tried to create a PDF component, I found that there were very few resources on the Internet. Most of the discussions were about itextsharp. Then download and try again.
Start with several useful resources:
This is a good Chinese Blog with detailed information about itextsharp.
This is a useful article in the IBM knowledge base.ArticleB
Link: Use itextsharp to modify a PDF file (1)
ThisItextsharpIt is indeed a good thing to create and readPDFAlthough my requirements are relatively simple, I have read the relevant documents basically and completely. If I do not like English comrades, I can search for an articleC #ProductionPDFFile full strategy (xing Anting), this article
ArticleYes
Sir in useItextsharpAlthough the focu
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.