# pdf-invoice **Repository Path**: tagag/pdf-invoice ## Basic Information - **Project Name**: pdf-invoice - **Description**: 使用pdfbox3.0生成电子发票 - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 1 - **Created**: 2024-11-07 - **Last Updated**: 2025-11-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # pdf-invoice #### 介绍 使用pdfbox3.0生成电子发票 效果图 ![输入图片说明](src/main/resources/images/%E7%94%B5%E5%AD%90%E5%8F%91%E7%A5%A8%E6%95%88%E6%9E%9C%E5%9B%BE.jpg) 发票票样配置 ``` [ { "key": "hwhyslwfwmc", "name": "项目名称", "width": 37, "position": "left", "namePosition": "center" }, { "key": "ggxh", "name": "规格型号", "width": 24, "position": "left", "namePosition": "left" }, { "key": "dw", "name": "单 位", "width": 12, "position": "center", "namePosition": "center" }, { "key": "sl", "name": "数 量", "width": 25, "position": "right", "namePosition": "right" }, { "key": "dj", "name": "单 价", "width": 25, "position": "right", "namePosition": "right" }, { "key": "je", "name": "金 额", "width": 26, "position": "right", "namePosition": "right" }, { "key": "slv", "name": "税率/征收率", "width": 25, "position": "center", "namePosition": "center" }, { "key": "se", "name": "税 额", "width": 27, "position": "right", "namePosition": "right" } ] ```