From 75c2b23efcf32a0e291d08bd405ae101e7ea744f Mon Sep 17 00:00:00 2001 From: Jim Barlow Date: Fri, 24 Jul 2015 02:01:19 -0700 Subject: [PATCH] Cleanup externals --- .gitignore | 3 +++ PDFA_def.ps | 40 ---------------------------------------- 2 files changed, 3 insertions(+), 40 deletions(-) delete mode 100644 PDFA_def.ps diff --git a/.gitignore b/.gitignore index b1e5621a..cf65370c 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,6 @@ tmp/ log/ *.pyc tests/output/ +.ruffus_history.sqlite +*.sublime-* +/*.pdf \ No newline at end of file diff --git a/PDFA_def.ps b/PDFA_def.ps deleted file mode 100644 index 670250ba..00000000 --- a/PDFA_def.ps +++ /dev/null @@ -1,40 +0,0 @@ -%! -% 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 (/usr/local/share/ghostscript/iccprofiles/srgb.icc) % Customise -def - -[ /Title ( ) % Customise - /DOCINFO pdfmark - -% Define an ICC profile : - -[/_objdef {icc_PDFA} /type /stream /OBJ pdfmark -[{icc_PDFA} -<< - /N currentpagedevice /ProcessColorModel known { - currentpagedevice /ProcessColorModel get dup /DeviceGray eq - {pop 1} { - /DeviceRGB eq - {3}{4} ifelse - } ifelse - } { - (ERROR, unable to determine ProcessColorModel) == flush - } 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 (sRGB) % Customize ->> /PUT pdfmark -[{Catalog} <> /PUT pdfmark