Pdfbox 简明教程

PDFBox Tutorial

Apache PDFBox 是支持 PDF 文档的开发和转换的开源 Java 库。在该教程中,我们将学习如何使用 PDFBox 开发可创建、转换和处理 PDF 文档的 Java 程序。

Apache PDFBox is an open-source Java library that supports the development and conversion of PDF documents. In this tutorial, we will learn how to use PDFBox to develop Java programs that can create, convert, and manipulate PDF documents.

Audience

此教程专为初学者编写,旨在让他们了解 PDFBox 库的基础知识。本教程将帮助读者构建需要创建、操作和删除 PDF 文档的应用程序。

This tutorial has been prepared for beginners to make them understand the basics of PDFBox library. This tutorial will help the readers in building applications that involve creation, manipulation and deletion of PDF documents.

Prerequisites

对于本教程,它假设读者对 Java 程式语言有一定程度的认识。

For this tutorial, it is assumed that the readers have a prior knowledge of Java programming language.