Share itext 7 vb.net

### ITEXT 7 VB.NET Hướng dẫn: Hướng dẫn từng bước

ITEXT 7 là một thư viện mạnh mẽ để tạo các tài liệu PDF trong .NET.Nó là một thư viện thương mại, nhưng có một bản dùng thử miễn phí có sẵn.Trong hướng dẫn này, chúng tôi sẽ chỉ cho bạn cách sử dụng ITEXT 7 để tạo tài liệu PDF trong VB.NET.

Chúng tôi sẽ đề cập đến các chủ đề sau:

* Cài đặt ITEXT 7
* Tạo tài liệu PDF mới
* Thêm văn bản vào tài liệu PDF
* Thêm hình ảnh vào tài liệu PDF
* Văn bản và hình ảnh kiểu dáng
* Lưu tài liệu PDF

## 1. Cài đặt ITEXT 7

Để cài đặt ITEXT 7, bạn có thể tải xuống phiên bản dùng thử từ trang web ITEXT.Khi bạn đã tải xuống phiên bản dùng thử, hãy trích xuất các tệp vào một thư mục trên máy tính của bạn.

## 2. Tạo tài liệu PDF mới

Để tạo tài liệu PDF mới, bạn có thể sử dụng mã sau:

`` `
Tài liệu Dim dưới dạng ITEXTSHARP.TEXT.Document mới ()
Dim Writer dưới dạng itextsharp.text.pdf.pdfwriter mới (tài liệu, file.openwrite ("mydocument.pdf"))

document.open ()

// Thêm văn bản vào tài liệu

Document.Add (mới ITEXTSHARP.TEXT.PARAGRAPH ("Đây là tài liệu PDF được tạo bằng ITEXT 7.")))

// Thêm hình ảnh vào tài liệu

Hình ảnh mờ như ITEXTSHARP.TEXT.IMAGE mới ("MyImage.jpg")
document.add (hình ảnh)

// Lưu tài liệu

document.close ()
Writer.close ()
`` `

## 3. Thêm văn bản vào tài liệu PDF

Để thêm văn bản vào tài liệu PDF, bạn có thể sử dụng lớp `itextsharp.text.paragraph`.Để tạo một đoạn văn mới, bạn có thể sử dụng mã sau:

`` `
Đoạn văn Dim như ITEXTSHARP.TEXT.parraph mới ("Đây là một đoạn văn của văn bản.")
`` `

Sau đó, bạn có thể thêm đoạn văn vào tài liệu bằng phương thức `add ()`.

## 4. Thêm hình ảnh vào tài liệu PDF

Để thêm hình ảnh vào tài liệu PDF, bạn có thể sử dụng lớp itextsharp.text.image`.Để tạo một hình ảnh mới, bạn có thể sử dụng mã sau:

`` `
Hình ảnh mờ như ITEXTSHARP.TEXT.IMAGE mới ("MyImage.jpg")
`` `

Sau đó, bạn có thể thêm hình ảnh vào tài liệu bằng phương thức `add ()`.

## 5. Văn bản và hình ảnh kiểu dáng

Bạn có thể tạo kiểu văn bản và hình ảnh trong tài liệu PDF bằng lớp `itextsharp.text.font`.Để tạo phông chữ mới, bạn có thể sử dụng mã sau:

`` `
Phông chữ Dim như ITEXTSHARP.TEXT.FONT mới ("Thời gian New Roman", 12)
`` `

Sau đó, bạn có thể sử dụng phông chữ để tạo văn bản và hình ảnh.

## 6. Lưu tài liệu PDF

Để lưu tài liệu PDF, bạn có thể sử dụng phương thức `Close ()` của `itextsharp.text.document`.

## Phần kết luận

Trong hướng dẫn này, chúng tôi đã chỉ cho bạn cách sử dụng ITEXT 7 để tạo tài liệu PDF trong VB.NET.Chúng tôi đề cập đến các chủ đề sau:

* Cài đặt ITEXT 7
* Tạo tài liệu PDF mới
* Thêm văn bản vào tài liệu PDF
* Thêm hình ảnh vào tài liệu PDF
* Văn bản và hình ảnh kiểu dáng
* Lưu tài liệu PDF

Chúng tôi hy vọng hướng dẫn này đã hữu ích.Để biết thêm thông tin, vui lòng xem tài liệu ITEXT 7.

### hashtags

* #ITEXT7
* #vb.net
* #pdf
* #DocumentCration
* #DocumentStyling
=======================================
### iText 7 VB.NET Tutorial: A Step-by-Step Guide

iText 7 is a powerful library for generating PDF documents in .NET. It is a commercial library, but there is a free trial available. In this tutorial, we will show you how to use iText 7 to create PDF documents in VB.NET.

We will cover the following topics:

* Installing iText 7
* Creating a new PDF document
* Adding text to a PDF document
* Adding images to a PDF document
* Styling text and images
* Saving a PDF document

## 1. Installing iText 7

To install iText 7, you can download the trial version from the iText website. Once you have downloaded the trial version, extract the files to a folder on your computer.

## 2. Creating a new PDF document

To create a new PDF document, you can use the following code:

```
Dim document As New iTextSharp.text.Document()
Dim writer As New iTextSharp.text.pdf.PdfWriter(document, File.OpenWrite("mydocument.pdf"))

document.Open()

// Add text to the document

document.Add(New iTextSharp.text.Paragraph("This is a PDF document created with iText 7."))

// Add an image to the document

Dim image As New iTextSharp.text.Image("myimage.jpg")
document.Add(image)

// Save the document

document.Close()
writer.Close()
```

## 3. Adding text to a PDF document

To add text to a PDF document, you can use the `iTextSharp.text.Paragraph` class. To create a new paragraph, you can use the following code:

```
Dim paragraph As New iTextSharp.text.Paragraph("This is a paragraph of text.")
```

You can then add the paragraph to the document using the `Add()` method.

## 4. Adding images to a PDF document

To add an image to a PDF document, you can use the `iTextSharp.text.Image` class. To create a new image, you can use the following code:

```
Dim image As New iTextSharp.text.Image("myimage.jpg")
```

You can then add the image to the document using the `Add()` method.

## 5. Styling text and images

You can style text and images in a PDF document using the `iTextSharp.text.Font` class. To create a new font, you can use the following code:

```
Dim font As New iTextSharp.text.Font("Times New Roman", 12)
```

You can then use the font to style text and images.

## 6. Saving a PDF document

To save a PDF document, you can use the `Close()` method of the `iTextSharp.text.Document` class.

## Conclusion

In this tutorial, we showed you how to use iText 7 to create PDF documents in VB.NET. We covered the following topics:

* Installing iText 7
* Creating a new PDF document
* Adding text to a PDF document
* Adding images to a PDF document
* Styling text and images
* Saving a PDF document

We hope this tutorial has been helpful. For more information, please see the iText 7 documentation.

### Hashtags

* #ITEXT7
* #vb.net
* #pdf
* #documentcreation
* #DocumentStyling
 
Join Telegram ToolsKiemTrieuDoGroup
Back
Top