有没有办法在iOS上显示postscript(.ps)文件?

时间:2012-09-01 07:51:58

标签: pdf-generation postscript

我需要在iOS应用中显示.ps文件。 .ps到.pdf转换的原生支持似乎已关闭 - CGPSConverter,

https://developer.apple.com/documentation/coregraphics/cgpsconverter?language=occ

在iOS上不可用:

https://developer.apple.com/library/archive/documentation/GraphicsImaging/Conceptual/drawingwithquartz2d/dq_ps_convert/dq_ps_convert.html

有没有人知道另一种方式?是否有任何第三方图书馆可以帮助我?

请注意,由于GPL许可条款,基于Ghostscript / Pdftk的解决方案无效。

1 个答案:

答案 0 :(得分:1)

请注意,Ghostscript可以获得商业许可以及GPL。为了渲染PostScript文件,您需要一个PostScript解释器,而且这些解释器并不多。我所知道的所有都是GPL或商业广告。