1 Star 0 Fork 0

广州捷仓科技有限公司/gopdf

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
pdf_info_obj.go 699 Bytes
一键复制 编辑 原始数据 按行查看 历史
oneplus1000 提交于 2016-11-12 00:49 . add document information dictionary
package gopdf
import "time"
//PdfInfo Document Information Dictionary
type PdfInfo struct {
Title string //The document’s title
Author string //The name of the person who created the document.
Subject string //The subject of the document.
Creator string // If the document was converted to PDF from another format, the name of the application original document from which it was converted.
Producer string //If the document was converted to PDF from another format, the name of the application (for example, Acrobat Distiller) that converted it to PDF.
CreationDate time.Time //The date and time the document was created, in human-readable form
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/jiecang-tech/gopdf.git
git@gitee.com:jiecang-tech/gopdf.git
jiecang-tech
gopdf
gopdf
v0.8.0

搜索帮助