EPUB到PDF转换器

有一个EPUB电子书想要作为干净的文档阅读或打印吗? 这个免费的EPUB到PDF转换器将章节重新排版成一个整洁的PDF。 上传文件,点击转换,下载一个易于分享或打印的文档。 为读者打造:

  • 将电子书转换为可打印的PDF
  • 分享可以随处打开的阅读材料
  • 将手稿草稿存档为固定文件
  • 无需电子书阅读器即可传递指南

IronPDF简述

IronPDF 是成千上万.NET开发者在生产中信赖的C# PDF库。 它通过其HTML引擎将电子书内容渲染成精美的PDF,保持章节结构和样式完好无损。

using IronPdf;
using System.IO;
var html = File.ReadAllText("chapter.xhtml");
PdfDocument pdf = new ChromePdfRenderer().RenderHtmlAsPdf(html);
pdf.SaveAs("ebook.pdf");
using IronPdf;
using System.IO;
var html = File.ReadAllText("chapter.xhtml");
PdfDocument pdf = new ChromePdfRenderer().RenderHtmlAsPdf(html);
pdf.SaveAs("ebook.pdf");
Imports IronPdf
Imports System.IO

Dim html As String = File.ReadAllText("chapter.xhtml")
Dim pdf As PdfDocument = New ChromePdfRenderer().RenderHtmlAsPdf(html)
pdf.SaveAs("ebook.pdf")
$vbLabelText   $csharpLabel

在C#中查看:多功能PDF转换

免费且适合日常使用

这个工具完全免费,旨在快速、实用的使用,无需注册,无限制,无附加条件。 由IronPDF爱心打造。

需要的不止是PDF吗?

当项目超出PDF工作,Iron Suite 将十个.NET库打包成一个许可:IronOCR用于从125种语言的图像中读取文本,IronBarcode用于生成和扫描代码,此外还有IronXL、IronWord、IronPPT等。 立即开始您的30天Iron Suite试用密钥,无需信用卡。