# encoding: utf-8
# 版权所有 2024 ©涂聚文有限公司
# 许可信息查看:
# 描述:
# Author : geovindu,Geovin Du 涂聚文.
# IDE : PyCharm 2023.1 python 3.11
# Datetime : 2024/1/11 10:32
# User : geovindu
# Product : PyCharm
# Project : EssentialAlgorithms
# File : SimpleTable.py
# explain : 学习
from spire.pdf.common import *
from spire.pdf import *
class SimpleTable(object):
def createtable(self):
"""
生成表格示例
:return:
"""
outputFile = "CreateTwoColumnPDF.pdf"
# Creates a pdf document
doc = PdfDocument()
# Creates a new page
page = doc.Pages.Add()
s1 = "Spire.PDF for .NET is a professional PDF component applied to creating, writing, " + "editing, handling and reading PDF files without any external dependencies within " + ".NET application. Using this .NET PDF library, you can i
Python: Spire.PDF-for-Python
最新推荐文章于 2025-04-14 14:00:00 发布