summaryrefslogtreecommitdiff
path: root/platform/winrt/gsview/Properties/pdfa_def.ps
diff options
context:
space:
mode:
Diffstat (limited to 'platform/winrt/gsview/Properties/pdfa_def.ps')
-rw-r--r--platform/winrt/gsview/Properties/pdfa_def.ps40
1 files changed, 0 insertions, 40 deletions
diff --git a/platform/winrt/gsview/Properties/pdfa_def.ps b/platform/winrt/gsview/Properties/pdfa_def.ps
deleted file mode 100644
index 5d242d56..00000000
--- a/platform/winrt/gsview/Properties/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 (ICCPROFILE),
-% unless the user modifies the corresponding line below.
-
-% Define entries in the document Info dictionary :
-/ICCProfile (ICCPROFILE) % Customize
-def
-
-[ /Title (TITLE) % Customize
- /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 (ICC Profile) % A string describing output intent
->> /PUT pdfmark
-[{Catalog} <</OutputIntents [ {OutputIntent_PDFA} ]>> /PUT pdfmark