在 Go 中将 PDF 文件转换为 EPUB 格式。此 Go 库旨在使用 REST API 将 PDF 文件转换为各种文件格式。
API PDF 到 EPUB 转换允许 Go 开发人员轻松将 PDF 转换为 EPUB 并利用这两种文件格式。
将文件格式从 PDF 转换为 EPUB 是一项复杂的任务。所有 PDF 到 EPUB 格式的转换均由我们的 Go SDK 执行,同时保留源 PDF 文档的主要结构和逻辑内容。
我们的 Go 库是在线转换 PDF、EPUB 文件的专业解决方案。此 Cloud SDK 为 Go 开发人员提供了强大的功能和完美质量的 EPUB 输出。
以下使用 Conversion API 的 Go 示例将帮助您快速入门。
import (
"os"
"github.com/aspose-words-cloud/aspose-words-cloud-go/dev/api/models"
)
config, _ := models.NewConfiguration("config.json")
wordsApi, ctx, _ := api.CreateWordsApi(config)
doc, _ := os.Open("Input.pdf")
options := map[string]interface{}{}
request := &models.ConvertDocumentRequest{
Document: doc,
Format: ToStringPointer("epub"),
Optionals: options,
}
convert = wordsApi.ConvertDocument(ctx, request)
运行 go get -v github.com/aspose-words-cloud/aspose-words-cloud-go/2007/api 安装 Aspose.Words Cloud SDK for Go 。您可以从 "How to use SDK" 部分获得有关其他安装方法的大量有用信息。
从 GitHub 克隆 Aspose.Words Cloud SDK for Go 源代码并在您的项目中使用它。请按照这些 Instructions 快速获取必要的安全凭证并访问我们的 REST API。
请参阅 Repository Documentation 以查看详细信息。
您可以将PDF转换为许多其他文件格式: