>>Spire.PDF更新至最新版v7.8,欢迎下载体验
C#
using Spire.Pdf;namespace PDFtoOFD{ class Program { static void Main(string[] args) { PdfDocument pdf = new PdfDocument(); pdf.LoadFromFile("test.pdf"); pdf.SaveToFile("ToOFD.ofd", FileFormat.OFD); } }}
VB.NET
Imports Spire.PdfNamespace PDFtoOFDClass ProgramPrivate Shared Sub Main(args As String())Dim pdf As New PdfDocument()pdf.LoadFromFile("test.pdf")pdf.SaveToFile("ToOFD.ofd", FileFormat.OFD)End SubEnd ClassEnd Namespace
转换效果对比:

是E-iceblue官方友好合作伙伴,如果您对spire.PDF感兴趣,可以联系在线客服了解具体授权价格和使用机制。
标签:
声明:本站部分文章及图片源自用户投稿,如本站任何资料有侵权请您尽早请联系jinwei@zod.com.cn进行处理,非常感谢!