我们有独立的 pdf 到 epub3 应用程序吗?
Do we have stand alone application for pdf to epub3?
MarkLogicxdmp.pdfConvert中有JavaScript函数。
我正在尝试将 pdf 转换为 epub3。
基本上我想将 pdf 转换成 epub 格式(epub 由 XHTML 页面包含 css 和图像组成)。所以 MarkLogic xdmp.pdfConvert 中以 pdf 作为输入的函数转换为 XHTML 作为输出。
您能否建议执行该功能的步骤和要求?我想看看 XHTML 的转换输出质量与输入 pdf 的比较。
MarkLogic 中没有从 PDF 到 epub3 的内置转换。 pdfConvert 函数的主要目的是使 PDF 的内容可搜索。
我对 epub3 格式不够熟悉,无法提出关于在 MarkLogic 内部生成它的建议,但我的出发点是寻找一个已经可以做到并使用它的外部库。
根据附加信息更新:
您在 pdfCovert 页面的评论中提出了类似的问题(关于如何使用该功能),我将您指向 Understanding and Using the Default Conversion Option section of the CPF guide. Earlier in that same chapter, there is a section called Installing the Conversion Pipelines and Framework。请尝试这些步骤,如果您有具体的后续问题,请告诉我们。
MarkLogicxdmp.pdfConvert中有JavaScript函数。 我正在尝试将 pdf 转换为 epub3。
基本上我想将 pdf 转换成 epub 格式(epub 由 XHTML 页面包含 css 和图像组成)。所以 MarkLogic xdmp.pdfConvert 中以 pdf 作为输入的函数转换为 XHTML 作为输出。
您能否建议执行该功能的步骤和要求?我想看看 XHTML 的转换输出质量与输入 pdf 的比较。
MarkLogic 中没有从 PDF 到 epub3 的内置转换。 pdfConvert 函数的主要目的是使 PDF 的内容可搜索。
我对 epub3 格式不够熟悉,无法提出关于在 MarkLogic 内部生成它的建议,但我的出发点是寻找一个已经可以做到并使用它的外部库。
根据附加信息更新:
您在 pdfCovert 页面的评论中提出了类似的问题(关于如何使用该功能),我将您指向 Understanding and Using the Default Conversion Option section of the CPF guide. Earlier in that same chapter, there is a section called Installing the Conversion Pipelines and Framework。请尝试这些步骤,如果您有具体的后续问题,请告诉我们。