批量转换PDF到XPS [英] Batch Converting PDF to XPS

查看:363
本文介绍了批量转换PDF到XPS的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我在寻找的批量转换1300 PDF文档XPS文档一种廉价的方式。我知道,我可以简单地打印出来以这种格式,但是这将需要很长的时间。 ?有没有办法在C#编程方式做到这一点。

I'm looking for an inexpensive way of batch converting 1300 PDF documents to XPS documents. I know that I can simply print them in that format, but that would take a very long time. Is there a way to do this programmatically in C#?

推荐答案

根据您的便宜有几个选项定义:

Depending on your definition of inexpensive there are a couple of options:

便宜=少于$ 1000:

您可以使用约550 $ PDF2XPS: http://www.pdftron.com/pdf2xps/index.html

You can use PDF2XPS for about $550: http://www.pdftron.com/pdf2xps/index.html

便宜=免费:

您可以按照此建议的thread 使用GhostScript的你的PDF文件转换为图像文件,那么你可以使用 XpsDocumentWriter 类来创建文档。

You can follow the suggestions in this thread to use GhostScript to convert your PDFs to image files, then you can use the XpsDocumentWriter class to create your documents.

这篇关于批量转换PDF到XPS的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆