星火微课系统客户端
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

pdfx1a.inc 418B

123456789101112131415161718192021222324252627282930313233343536373839
  1. % PDFX1A color separation Copyright Anoto AB 2004
  2. /csp
  3. {
  4. dup
  5. /mincol exch def
  6. } bind def
  7. /cspx
  8. {
  9. exch
  10. csp
  11. exch
  12. } bind def
  13. /srgbF {
  14. 3{3 -1 roll 1 exch sub }repeat
  15. 2 copy
  16. lt
  17. {
  18. 3 1 roll
  19. 2 copy
  20. gt {csp} {cspx} ifelse
  21. 3 -1 roll
  22. }
  23. {
  24. 3 -1 roll
  25. 2 copy
  26. gt {csp} {cspx} ifelse
  27. 3 1 roll
  28. }
  29. ifelse
  30. 3{3 -1 roll mincol sub }repeat
  31. mincol setcmykcolor
  32. } def
  33. /scmykF { setcmykcolor } def