PDF /符合word / pdf-t-maker / ghostscript

时间:2013-10-01 01:12:28

标签: pdf ms-word ghostscript pdfa

我正在使用PDF-T-Maker将word文件转换为pdf / a。我不得不走这条路线来嵌入一些字体而不是位图。只有文本的文档显示在Adobe阅读器上用蓝色横幅表示PDF / A.但是,当我在单词文件中包含TOC时,蓝色横幅不显示。 我使用Ghostscript 9.07作为蒸馏器。当我尝试使用gswin64将pdf转换为pdf / a而不使用-nopause开关时,我得到了一个“注释设置为非打印”警告,但即使-sPDFAcompatibility开关设置为1,我也没有得到符合PDF / A标准的文件。我读到可能需要将PDFA_def.ps修改为我的环境。想知道这是否是问题或是否有其他修复。我正在使用Win7。

非常感谢!

PDFA_def.ps

%!
% This is a sample prefix file for creating a PDF/A document.
% Feel free to modify entries marked with "Customize".

% This assumes an ICC profile to reside in the file (ISO Coated sb.icc),
% unless the user modifies the corresponding line below.

% Define entries in the document Info dictionary :

/ICCProfile (ISO Coated sb.icc)   % Customize.
def

[ /Title (Title)                  % Customize.
  /DOCINFO pdfmark

% Define an ICC profile :

[/_objdef {icc_PDFA} /type /stream /OBJ pdfmark
[{icc_PDFA} <</N systemdict /ProcessColorModel get /DeviceGray eq {1} {4} ifelse >> /PUT pdfmark
[{icc_PDFA} ICCProfile (r) file /PUT pdfmark

% Define the output intent dictionary :

[/_objdef {OutputIntent_PDFA} /type /dict /OBJ pdfmark
[{OutputIntent_PDFA} <<
  /Type /OutputIntent             % Must be so (the standard requires).
  /S /GTS_PDFA1                   % Must be so (the standard requires).
  /DestOutputProfile {icc_PDFA}            % Must be so (see above).
  /OutputConditionIdentifier (CGATS TR001)      % Customize
>> /PUT pdfmark
[{Catalog} <</OutputIntents [ {OutputIntent_PDFA} ]>> /PUT pdfmark

1 个答案:

答案 0 :(得分:0)

可能你发现了一个错过的案例,在PDF / A输出后很长时间内添加了PDFACompatibility开关,并且由于它是一次改装,你可能找到了避免它的代码路径。

我建议您打开错误报告,附加输入文件,命令行,defs文件以及重现结果所需的任何其他内容。