# Create-PDF **Repository Path**: snake14/create-pdf ## Basic Information - **Project Name**: Create-PDF - **Description**: 使用libharu创建pdf - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-02-23 - **Last Updated**: 2025-02-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Create-PDF #### 介绍 使用libharu创建pdf #### 软件架构 libharu、c++11 #### 使用说明 libharuTest.cpp运行在ubuntu22上 仓库链接:https://gitee.com/snake14/create-pdf.git 在ubuntu安装libharu库 ```shell sudo apt-get update sudo apt-get install libhpdf-dev ```