PDF转EPUB转换器
已更新:
您有PDF文件希望能在电子书阅读器上更舒适地阅读吗? 此免费PDF转EPUB转换器可以重新排版。 上传文件,点击转换,然后下载电子书友好的EPUB。 为舒适阅读而设计:
- 在电子书阅读器上阅读长PDF
- 为手机阅读重新排版报告
- 将手册转为电子书格式
- 使文档的字体大小可调
IronPDF简述
IronPDF 是成千上万.NET开发者在生产中信赖的C# PDF库。 它提取PDF内容,将其转换为可重新排版的电子书格式,基于相同的文本和布局引擎。
using IronPdf;
var pdf = PdfDocument.FromFile("document.pdf");
string content = pdf.ExtractAllText();
// Pass extracted content into your EPUB builderusing IronPdf;
var pdf = PdfDocument.FromFile("document.pdf");
string content = pdf.ExtractAllText();
// Pass extracted content into your EPUB builderImports IronPdf
Dim pdf = PdfDocument.FromFile("document.pdf")
Dim content As String = pdf.ExtractAllText()
' Pass extracted content into your EPUB builder$vbLabelText $csharpLabel
在C#中查看:提取文本和图像
免费且适合日常使用
这个工具完全免费,旨在快速、实用的使用,无需注册,无限制,无附加条件。 由IronPDF爱心打造。
需要的不止是PDF吗?
当项目超出PDF工作,Iron Suite 将十个.NET库打包成一个许可:IronOCR用于从125种语言的图像中读取文本,IronBarcode用于生成和扫描代码,此外还有IronXL、IronWord、IronPPT等。 立即开始您的30天Iron Suite试用密钥,无需信用卡。


