本文介绍了EPS转换为PDF或Tiff不能保持透明度的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在尝试使用ghostscript将eps文件转换为pdf文件或tiff文件,但在保持透明性方面存在问题.当我将其转换为png时,可以保持透明性,但是我需要使用pdf或tiff才能进行打印.要将其转换为PDF,我使用以下参数:

对于PDF

对于蒂夫

我缺少什么东西还是无法保持透明度?

解决方案

EPS不能包含透明性,它不是标准的一部分,所以我真的不明白它怎么可能无法保持"它. /p>

I am trying to convert eps file to pdf file or tiff file using ghostscript but having issues keeping it transparent. When I convert it to png, transparency is maintained but I need to have pdf or tiff for printing purpose.To convert it to PDF, I am using below Arguments:

For PDF

For Tiff

is there something I am missing or is it not possible to maintain transparancy?

解决方案

EPS cannot contain transparency, its not part of the standard, so I don't really see how it can fail to 'maintain' it....

这篇关于EPS转换为PDF或Tiff不能保持透明度的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

09-09 06:37