小编Ede*_*let的帖子

将 PDF 转换为 PDF/A 以使用 Ghostscript

我尝试使用以下参数:

          '-dPDFA=2 ' +
          '-dBATCH ' +
          '-DNOSAFER ' +
          '-dNOPAUSE ' +
          '-sColorConversionStrategy=UseDeviceIndependentColor ' +
          '-sDEVICE=pdfwrite ' +
          '-dPDFACompatibilityPolicy=1 ' +
          '-o ./temp.pdf' +
          './PDFA_def.ps' +
          './out/temp.pdf'
Run Code Online (Sandbox Code Playgroud)

我的 PDFA_def.ps 如下所示:

%!
% This is a sample prefix file for creating a PDF/A document.
% Users should modify entries marked with "Customize".
% This assumes an ICC profile resides in the file (srgb.icc),
% in the current directory unless the user modifies the corresponding line below.

% Define entries in …
Run Code Online (Sandbox Code Playgroud)

pdf ghostscript pdfa

1
推荐指数
1
解决办法
5687
查看次数

标签 统计

ghostscript ×1

pdf ×1

pdfa ×1