1. Changed license copyright year
authorGangHeok Kim <gangheok.kim@samsung.com>
Tue, 30 Apr 2013 08:36:43 +0000 (17:36 +0900)
committerGangHeok Kim <gangheok.kim@samsung.com>
Tue, 30 Apr 2013 08:41:13 +0000 (17:41 +0900)
2. Changed default ppd file

Change-Id: I54377efacf1bbe3443c5777fba1460327b321605

53 files changed:
NOTICE [moved from NOTICE.Flora with 100% similarity]
mobileprint/CMakeLists.txt
mobileprint/app/image_editor_conn.c
mobileprint/app/mobileprint.c
mobileprint/app/preview_content.c
mobileprint/app/pts_common.c
mobileprint/app/pts_main_view.c
mobileprint/app/pts_print_search.c
mobileprint/app/pts_setting_view.c
mobileprint/app/pts_util.c
mobileprint/include/image_editor_conn.h
mobileprint/include/mobileprint.h
mobileprint/include/preview_content.h
mobileprint/include/pts_common.h
mobileprint/include/pts_debug.h
mobileprint/include/pts_main_view.h
mobileprint/include/pts_setting_view.h
mobileprint/include/pts_util.h
mobileprint/preview_engine/include/preview_engine.h
mobileprint/preview_engine/include/preview_model.h
mobileprint/preview_engine/include/preview_task_model.h
mobileprint/preview_engine/lib/preview_engine.c
mobileprint/preview_engine/lib/preview_model.c
mobileprint/preview_engine/lib/preview_task_model.c
mobileprint/previewgen/default.ppd [new file with mode: 0644]
mobileprint/previewgen/include/evas_render.h
mobileprint/previewgen/include/image_scaler.h
mobileprint/previewgen/include/page_preview.h
mobileprint/previewgen/include/paper_size.h
mobileprint/previewgen/include/pdfgen.h
mobileprint/previewgen/include/pgen_debug.h
mobileprint/previewgen/include/preview_coords.h
mobileprint/previewgen/include/preview_util.h
mobileprint/previewgen/include/previewgen.h
mobileprint/previewgen/lib/evas_render.c
mobileprint/previewgen/lib/image_scaler.c
mobileprint/previewgen/lib/page_preview.c
mobileprint/previewgen/lib/paper_size.c
mobileprint/previewgen/lib/pdfgen.c
mobileprint/previewgen/lib/preview_coords.c
mobileprint/previewgen/lib/preview_util.c
mobileprint/previewgen/lib/previewgen.c
mobileprint/previewgen/rasterview.ppd [deleted file]
mobileprint/previewgen/util/main.c
mobileprint/smsc/include/smsc_control.h
mobileprint/smsc/include/smsc_debug.h
mobileprint/smsc/include/smsc_position.h
mobileprint/smsc/include/smsc_smart.h
mobileprint/smsc/include/smsc_widget.h
mobileprint/smsc/lib/smsc_control.c
mobileprint/smsc/lib/smsc_position.c
mobileprint/smsc/lib/smsc_smart.c
mobileprint/smsc/lib/smsc_widget.c

similarity index 100%
rename from NOTICE.Flora
rename to NOTICE
index fbf0a27..894414f 100644 (file)
@@ -63,7 +63,7 @@ CONFIGURE_FILE(${PROJECT_NAME}.xml ${PKGNAME}.xml)
 INSTALL(FILES ${CMAKE_BINARY_DIR}/${PACKAGE}/${PKGNAME}.xml DESTINATION "/usr/share/packages/")
 INSTALL(DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/images/ DESTINATION ${IMGDIR})
 INSTALL(DIRECTORY DESTINATION ${DATADIR})
-INSTALL(FILES ${CMAKE_CURRENT_SOURCE_DIR}/previewgen/rasterview.ppd DESTINATION ${PPDDIR})
+INSTALL(FILES ${CMAKE_CURRENT_SOURCE_DIR}/previewgen/default.ppd DESTINATION ${PPDDIR})
 
 ADD_SUBDIRECTORY(previewgen)
 ADD_SUBDIRECTORY(preview_engine)
index d2a8c3a..b18cf30 100644 (file)
@@ -1,7 +1,7 @@
 /*
 *  Mobileprint
 *
-* Copyright 2012  Samsung Electronics Co., Ltd
+* Copyright 2012-2013  Samsung Electronics Co., Ltd
 
 * Licensed under the Flora License, Version 1.1 (the "License");
 * you may not use this file except in compliance with the License.
index 289ced6..1495ff5 100644 (file)
@@ -1,7 +1,7 @@
 /*
 *      Mobileprint
 *
-* Copyright 2012  Samsung Electronics Co., Ltd
+* Copyright 2012-2013  Samsung Electronics Co., Ltd
 
 * Licensed under the Flora License, Version 1.1 (the "License");
 * you may not use this file except in compliance with the License.
index a0eb4ae..c016e02 100644 (file)
@@ -1,7 +1,7 @@
 /*
 *  Mobileprint
 *
-* Copyright 2012  Samsung Electronics Co., Ltd
+* Copyright 2012-2013  Samsung Electronics Co., Ltd
 
 * Licensed under the Flora License, Version 1.1 (the "License");
 * you may not use this file except in compliance with the License.
@@ -30,7 +30,7 @@
 
 #include "preview_content.h"
 
-#define  DEFAULT_PPD_FILE       RESDIR "/ppd/rasterview.ppd"
+#define  DEFAULT_PPD_FILE       RESDIR "/ppd/default.ppd"
 
 int is_printer_grayscale(const pt_printer_mgr_t *active_printer)
 {
index e8caa23..fa7f28e 100644 (file)
@@ -1,7 +1,7 @@
 /*
 *  Mobileprint
 *
-* Copyright 2012  Samsung Electronics Co., Ltd
+* Copyright 2012-2013  Samsung Electronics Co., Ltd
 
 * Licensed under the Flora License, Version 1.1 (the "License");
 * you may not use this file except in compliance with the License.
index 17ea5c8..a188a76 100644 (file)
@@ -1,7 +1,7 @@
 /*
 *  Mobileprint
 *
-* Copyright 2012  Samsung Electronics Co., Ltd
+* Copyright 2012-2013  Samsung Electronics Co., Ltd
 
 * Licensed under the Flora License, Version 1.1 (the "License");
 * you may not use this file except in compliance with the License.
index 52f7bf9..b4c3a50 100644 (file)
@@ -1,7 +1,7 @@
 /*
 *  Mobileprint
 *
-* Copyright 2012  Samsung Electronics Co., Ltd
+* Copyright 2012-2013  Samsung Electronics Co., Ltd
 
 * Licensed under the Flora License, Version 1.1 (the "License");
 * you may not use this file except in compliance with the License.
index aa2f30f..c9189b9 100644 (file)
@@ -1,7 +1,7 @@
 /*
 *  Mobileprint
 *
-* Copyright 2012  Samsung Electronics Co., Ltd
+* Copyright 2012-2013  Samsung Electronics Co., Ltd
 
 * Licensed under the Flora License, Version 1.1 (the "License");
 * you may not use this file except in compliance with the License.
index d845576..2eab065 100644 (file)
@@ -1,7 +1,7 @@
 /*
 *  Mobileprint
 *
-* Copyright 2012  Samsung Electronics Co., Ltd
+* Copyright 2012-2013  Samsung Electronics Co., Ltd
 
 * Licensed under the Flora License, Version 1.1 (the "License");
 * you may not use this file except in compliance with the License.
index 88ae664..7e141f3 100644 (file)
@@ -1,7 +1,7 @@
 /*
 *  Mobileprint
 *
-* Copyright 2012  Samsung Electronics Co., Ltd
+* Copyright 2012-2013  Samsung Electronics Co., Ltd
 
 * Licensed under the Flora License, Version 1.1 (the "License");
 * you may not use this file except in compliance with the License.
index 3ec418f..c023aeb 100755 (executable)
@@ -1,7 +1,7 @@
 /*
 *  Mobileprint
 *
-* Copyright 2012  Samsung Electronics Co., Ltd
+* Copyright 2012-2013  Samsung Electronics Co., Ltd
 
 * Licensed under the Flora License, Version 1.1 (the "License");
 * you may not use this file except in compliance with the License.
index f81f6c1..da2fd19 100644 (file)
@@ -1,7 +1,7 @@
 /*
 *  Mobileprint
 *
-* Copyright 2012  Samsung Electronics Co., Ltd
+* Copyright 2012-2013  Samsung Electronics Co., Ltd
 
 * Licensed under the Flora License, Version 1.1 (the "License");
 * you may not use this file except in compliance with the License.
index ec44de9..8183005 100755 (executable)
@@ -1,7 +1,7 @@
 /*
 *  Mobileprint
 *
-* Copyright 2012  Samsung Electronics Co., Ltd
+* Copyright 2012-2013  Samsung Electronics Co., Ltd
 
 * Licensed under the Flora License, Version 1.1 (the "License");
 * you may not use this file except in compliance with the License.
index 0ad3e92..641c6c3 100755 (executable)
@@ -1,7 +1,7 @@
 /*
 *  Mobileprint
 *
-* Copyright 2012  Samsung Electronics Co., Ltd
+* Copyright 2012-2013  Samsung Electronics Co., Ltd
 
 * Licensed under the Flora License, Version 1.1 (the "License");
 * you may not use this file except in compliance with the License.
index bc3f4b1..0da6784 100755 (executable)
@@ -1,7 +1,7 @@
 /*
 *  Mobileprint
 *
-* Copyright 2012  Samsung Electronics Co., Ltd
+* Copyright 2012-2013  Samsung Electronics Co., Ltd
 
 * Licensed under the Flora License, Version 1.1 (the "License");
 * you may not use this file except in compliance with the License.
index d21b93a..d8b5659 100755 (executable)
@@ -1,7 +1,7 @@
 /*
 *  Mobileprint
 *
-* Copyright 2012  Samsung Electronics Co., Ltd
+* Copyright 2012-2013  Samsung Electronics Co., Ltd
 
 * Licensed under the Flora License, Version 1.1 (the "License");
 * you may not use this file except in compliance with the License.
index f106606..203dcfc 100644 (file)
@@ -1,7 +1,7 @@
 /*
 *  Mobileprint
 *
-* Copyright 2012  Samsung Electronics Co., Ltd
+* Copyright 2012-2013  Samsung Electronics Co., Ltd
 
 * Licensed under the Flora License, Version 1.1 (the "License");
 * you may not use this file except in compliance with the License.
index dd861e4..659e5de 100644 (file)
@@ -1,7 +1,7 @@
 /*
 *  Mobileprint
 *
-* Copyright 2012  Samsung Electronics Co., Ltd
+* Copyright 2012-2013  Samsung Electronics Co., Ltd
 
 * Licensed under the Flora License, Version 1.1 (the "License");
 * you may not use this file except in compliance with the License.
index b1e22e5..e0c690d 100644 (file)
@@ -1,7 +1,7 @@
 /*
 *  Mobileprint
 *
-* Copyright 2012  Samsung Electronics Co., Ltd
+* Copyright 2012-2013  Samsung Electronics Co., Ltd
 
 * Licensed under the Flora License, Version 1.1 (the "License");
 * you may not use this file except in compliance with the License.
index 4f83fc8..df48b11 100644 (file)
@@ -1,7 +1,7 @@
 /*
 *  Mobileprint
 *
-* Copyright 2012  Samsung Electronics Co., Ltd
+* Copyright 2012-2013  Samsung Electronics Co., Ltd
 
 * Licensed under the Flora License, Version 1.1 (the "License");
 * you may not use this file except in compliance with the License.
index a082a4c..f076352 100644 (file)
@@ -1,7 +1,7 @@
 /*
 *  Mobileprint
 *
-* Copyright 2012  Samsung Electronics Co., Ltd
+* Copyright 2012-2013  Samsung Electronics Co., Ltd
 
 * Licensed under the Flora License, Version 1.1 (the "License");
 * you may not use this file except in compliance with the License.
index ea593b0..d245ee5 100644 (file)
@@ -1,7 +1,7 @@
 /*
 *  Mobileprint
 *
-* Copyright 2012  Samsung Electronics Co., Ltd
+* Copyright 2012-2013  Samsung Electronics Co., Ltd
 
 * Licensed under the Flora License, Version 1.1 (the "License");
 * you may not use this file except in compliance with the License.
index 297121c..e59c1e2 100644 (file)
@@ -1,7 +1,7 @@
 /*
 *  Mobileprint
 *
-* Copyright 2012  Samsung Electronics Co., Ltd
+* Copyright 2012-2013  Samsung Electronics Co., Ltd
 
 * Licensed under the Flora License, Version 1.1 (the "License");
 * you may not use this file except in compliance with the License.
diff --git a/mobileprint/previewgen/default.ppd b/mobileprint/previewgen/default.ppd
new file mode 100644 (file)
index 0000000..86e758e
--- /dev/null
@@ -0,0 +1,91 @@
+*PPD-Adobe: "4.3"
+*FormatVersion:        "4.3"
+*FileVersion:  "1.1"
+*LanguageVersion: English
+*LanguageEncoding: ISOLatin1
+*PCFileName:   "default.ppd"
+*Manufacturer: "Default Printer"
+*Product:      "Default Printer"
+*cupsVersion:  1.2
+*cupsManualCopies: True
+*cupsFilter:   "application/vnd.cups-raster 0 -"
+*ModelName:     "Default Printer"
+*ShortNickName: "Default Printer"
+*NickName:      "Default Printer"
+*PSVersion:    "(3010.000) 81501"
+*LanguageLevel:        "3"
+*ColorDevice:  True
+*DefaultColorSpace: RGB
+*FileSystem:   False
+*Throughput:   "1"
+*LandscapeOrientation: Plus90
+*VariablePaperSize: False
+*TTRasterizer: Type42
+
+*OpenUI *PageSize/Media Size: PickOne
+*OrderDependency: 10 AnySetup *PageSize
+*DefaultPageSize: A4
+*PageSize A4/A4:               "<</PageSize[595 842]/ImagingBBox null>>setpagedevice"
+*CloseUI: *PageSize
+
+*OpenUI *PageRegion: PickOne
+*OrderDependency: 10 AnySetup *PageRegion
+*DefaultPageRegion: A4
+*PageRegion A4/A4:             "<</PageSize[595 842]/ImagingBBox null>>setpagedevice"
+*CloseUI: *PageRegion
+
+*DefaultImageableArea: A4
+*ImageableArea A4/A4:                  "18 36 577 806"
+
+*DefaultPaperDimension: A4
+*PaperDimension A4/A4:                 "595 842"
+
+*OpenUI *MediaType/Media Type: PickOne
+*OrderDependency: 10 AnySetup *MediaType
+*DefaultMediaType: Plain
+*MediaType Plain/Plain Paper:  "<</MediaType(Plain)/cupsMediaType 0>>setpagedevice"
+*CloseUI: *MediaType
+
+*OpenUI *InputSlot/Media Source: PickOne
+*OrderDependency: 10 AnySetup *InputSlot
+*DefaultInputSlot: Tray
+*InputSlot Tray/Tray: "<</cupsMediaPosition 1>>setpagedevice"
+*CloseUI: *InputSlot
+
+*OpenUI *Duplex/Double-Sided Printing: PickOne
+*OrderDependency: 20 AnySetup *Duplex
+*DefaultDuplex: None
+*Duplex None/Off:      "<</Duplex false>>setpagedevice"
+*CloseUI:      *Duplex
+
+*OpenUI *Resolution/Output Resolution: PickOne
+*OrderDependency: 20 AnySetup *Resolution
+*DefaultResolution: 300dpi
+*Resolution 300dpi/300 DPI: "<</HWResolution[300 300]>>setpagedevice"
+*CloseUI: *Resolution
+
+*OpenUI *ColorModel/Output Mode: PickOne
+*OrderDependency: 10 AnySetup *ColorModel
+*DefaultColorModel: CMYK
+*ColorModel W: "<</cupsColorSpace 0>>setpagedevice"
+*ColorModel K: "<</cupsColorSpace 3>>setpagedevice"
+*ColorModel CMYK: "<</cupsColorSpace 6>>setpagedevice"
+*CloseUI: *ColorModel
+
+*OpenUI *cupsBitsPerColor/Bits Per Color: PickOne
+*OrderDependency: 10 AnySetup *cupsBitsPerColor
+*DefaultcupsBitsPerColor: 8
+*cupsBitsPerColor 8: "<</cupsBitsPerColor 8>>setpagedevice"
+*CloseUI: *cupsBitsPerColor
+
+*OpenUI *cupsColorOrder/Color Order: PickOne
+*OrderDependency: 10 AnySetup *cupsColorOrder
+*DefaultcupsColorOrder: Chunked
+*cupsColorOrder Chunked: "<</cupsColorOrder 0>>setpagedevice"
+*CloseUI: *cupsColorOrder
+
+*DefaultFont: Times-Roman
+*Font Times-Roman: Standard "(001.007S)" Standard ROM
+*%
+*% End of "$Id$".
+*%
index 61f730b..ea914e7 100644 (file)
@@ -1,7 +1,7 @@
 /*
 *  Mobileprint
 *
-* Copyright 2012  Samsung Electronics Co., Ltd
+* Copyright 2012-2013  Samsung Electronics Co., Ltd
 
 * Licensed under the Flora License, Version 1.1 (the "License");
 * you may not use this file except in compliance with the License.
index 1f5b60e..ca53ba0 100644 (file)
@@ -1,7 +1,7 @@
 /*
 *  Mobileprint
 *
-* Copyright 2012  Samsung Electronics Co., Ltd
+* Copyright 2012-2013  Samsung Electronics Co., Ltd
 
 * Licensed under the Flora License, Version 1.1 (the "License");
 * you may not use this file except in compliance with the License.
index cd0fab5..96b4473 100644 (file)
@@ -1,7 +1,7 @@
 /*
 *  Mobileprint
 *
-* Copyright 2012  Samsung Electronics Co., Ltd
+* Copyright 2012-2013  Samsung Electronics Co., Ltd
 
 * Licensed under the Flora License, Version 1.1 (the "License");
 * you may not use this file except in compliance with the License.
index e7e9ae2..dd9b26e 100644 (file)
@@ -1,7 +1,7 @@
 /*
 *  Mobileprint
 *
-* Copyright 2012  Samsung Electronics Co., Ltd
+* Copyright 2012-2013  Samsung Electronics Co., Ltd
 
 * Licensed under the Flora License, Version 1.1 (the "License");
 * you may not use this file except in compliance with the License.
index a50b3b6..c4b15be 100644 (file)
@@ -1,7 +1,7 @@
 /*
 *  Mobileprint
 *
-* Copyright 2012  Samsung Electronics Co., Ltd
+* Copyright 2012-2013  Samsung Electronics Co., Ltd
 
 * Licensed under the Flora License, Version 1.1 (the "License");
 * you may not use this file except in compliance with the License.
index 7d1425b..fbc93e5 100644 (file)
@@ -1,7 +1,7 @@
 /*
 *  Mobileprint
 *
-* Copyright 2012  Samsung Electronics Co., Ltd
+* Copyright 2012-2013  Samsung Electronics Co., Ltd
 
 * Licensed under the Flora License, Version 1.1 (the "License");
 * you may not use this file except in compliance with the License.
index 588f1f0..794bc3b 100644 (file)
@@ -1,7 +1,7 @@
 /*
 *  Mobileprint
 *
-* Copyright 2012  Samsung Electronics Co., Ltd
+* Copyright 2012-2013  Samsung Electronics Co., Ltd
 
 * Licensed under the Flora License, Version 1.1 (the "License");
 * you may not use this file except in compliance with the License.
index ffe41eb..24032f9 100644 (file)
@@ -1,7 +1,7 @@
 /*
 *  Mobileprint
 *
-* Copyright 2012  Samsung Electronics Co., Ltd
+* Copyright 2012-2013  Samsung Electronics Co., Ltd
 
 * Licensed under the Flora License, Version 1.1 (the "License");
 * you may not use this file except in compliance with the License.
index 10e2351..7a782b0 100644 (file)
@@ -1,7 +1,7 @@
 /*
 *  Mobileprint
 *
-* Copyright 2012  Samsung Electronics Co., Ltd
+* Copyright 2012-2013  Samsung Electronics Co., Ltd
 
 * Licensed under the Flora License, Version 1.1 (the "License");
 * you may not use this file except in compliance with the License.
index 18667ab..81435c1 100644 (file)
@@ -1,7 +1,7 @@
 /*
 *  Mobileprint
 *
-* Copyright 2012  Samsung Electronics Co., Ltd
+* Copyright 2012-2013  Samsung Electronics Co., Ltd
 
 * Licensed under the Flora License, Version 1.1 (the "License");
 * you may not use this file except in compliance with the License.
index 91ff2c4..a6046da 100644 (file)
@@ -1,7 +1,7 @@
 /*
 *  Mobileprint
 *
-* Copyright 2012  Samsung Electronics Co., Ltd
+* Copyright 2012-2013  Samsung Electronics Co., Ltd
 
 * Licensed under the Flora License, Version 1.1 (the "License");
 * you may not use this file except in compliance with the License.
index 499b581..de1cd0a 100644 (file)
@@ -1,7 +1,7 @@
 /*
 *  Mobileprint
 *
-* Copyright 2012  Samsung Electronics Co., Ltd
+* Copyright 2012-2013  Samsung Electronics Co., Ltd
 
 * Licensed under the Flora License, Version 1.1 (the "License");
 * you may not use this file except in compliance with the License.
index b951871..7f5967a 100644 (file)
@@ -1,7 +1,7 @@
 /*
 *  Mobileprint
 *
-* Copyright 2012  Samsung Electronics Co., Ltd
+* Copyright 2012-2013  Samsung Electronics Co., Ltd
 
 * Licensed under the Flora License, Version 1.1 (the "License");
 * you may not use this file except in compliance with the License.
index c073164..703dd00 100644 (file)
@@ -1,7 +1,7 @@
 /*
 *  Mobileprint
 *
-* Copyright 2012  Samsung Electronics Co., Ltd
+* Copyright 2012-2013  Samsung Electronics Co., Ltd
 
 * Licensed under the Flora License, Version 1.1 (the "License");
 * you may not use this file except in compliance with the License.
index 9d0348c..ffa6551 100644 (file)
@@ -1,7 +1,7 @@
 /*
 *  Mobileprint
 *
-* Copyright 2012  Samsung Electronics Co., Ltd
+* Copyright 2012-2013  Samsung Electronics Co., Ltd
 
 * Licensed under the Flora License, Version 1.1 (the "License");
 * you may not use this file except in compliance with the License.
index 9a6c27a..0e73846 100644 (file)
@@ -1,7 +1,7 @@
 /*
 *  Mobileprint
 *
-* Copyright 2012  Samsung Electronics Co., Ltd
+* Copyright 2012-2013  Samsung Electronics Co., Ltd
 
 * Licensed under the Flora License, Version 1.1 (the "License");
 * you may not use this file except in compliance with the License.
index 5b4ddab..23930b4 100644 (file)
@@ -1,7 +1,7 @@
 /*
 *  Mobileprint
 *
-* Copyright 2012  Samsung Electronics Co., Ltd
+* Copyright 2012-2013  Samsung Electronics Co., Ltd
 
 * Licensed under the Flora License, Version 1.1 (the "License");
 * you may not use this file except in compliance with the License.
diff --git a/mobileprint/previewgen/rasterview.ppd b/mobileprint/previewgen/rasterview.ppd
deleted file mode 100644 (file)
index 60b9454..0000000
+++ /dev/null
@@ -1,269 +0,0 @@
-*PPD-Adobe: "4.3"
-*%
-*% "$Id$"
-*%
-*% Test PPD file for the raster viewer.
-*%
-*% Copyright 2006 by Michael R Sweet
-*%
-*% This program is free software; you can redistribute it and/or modify
-*% it under the terms of the GNU General Public License as published by
-*% the Free Software Foundation; either version 2, or (at your option)
-*% any later version.
-*%
-*% This program is distributed in the hope that it will be useful,
-*% but WITHOUT ANY WARRANTY; without even the implied warranty of
-*% MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-*% GNU General Public License for more details.
-*%
-*FormatVersion:        "4.3"
-*FileVersion:  "1.1"
-*LanguageVersion: English 
-*LanguageEncoding: ISOLatin1
-*PCFileName:   "RASTVIEW.PPD"
-*Manufacturer: "ESP"
-*Product:      "(ESP Ghostscript)"
-*cupsVersion:  1.2
-*cupsManualCopies: True
-*cupsFlipDuplex: True
-*cupsFilter:   "application/vnd.cups-raster 0 -"
-*ModelName:     "Raster Test Driver"
-*ShortNickName: "Raster Test Driver"
-*NickName:      "Raster Test Driver v1.2"
-*PSVersion:    "(3010.000) 81501"
-*LanguageLevel:        "3"
-*ColorDevice:  True
-*DefaultColorSpace: RGB
-*FileSystem:   False
-*Throughput:   "1"
-*LandscapeOrientation: Plus90
-*VariablePaperSize: False
-*TTRasterizer: Type42
-
-*OpenUI *PageSize/Media Size: PickOne
-*OrderDependency: 10 AnySetup *PageSize
-*DefaultPageSize: A4
-*PageSize Preview/Preview:     "<</PageSize[153 198]/ImagingBBox null>>setpagedevice"
-*PageSize Letter/US Letter:    "<</PageSize[612 792]/ImagingBBox null>>setpagedevice"
-*PageSize Legal/US Legal:      "<</PageSize[612 1008]/ImagingBBox null>>setpagedevice"
-*PageSize Executive/US Executive: "<</PageSize[522 756]/ImagingBBox null>>setpagedevice"
-*PageSize Tabloid/US Tabloid:  "<</PageSize[792 1224]/ImagingBBox null>>setpagedevice"
-*PageSize A3/A3:               "<</PageSize[842 1191]/ImagingBBox null>>setpagedevice"
-*PageSize A4/A4:               "<</PageSize[595 842]/ImagingBBox null>>setpagedevice"
-*PageSize A5/A5:               "<</PageSize[421 595]/ImagingBBox null>>setpagedevice"
-*PageSize B5/B5 (JIS):         "<</PageSize[516 729]/ImagingBBox null>>setpagedevice"
-*PageSize EnvISOB5/Envelope B5: "<</PageSize[499 709]/ImagingBBox null>>setpagedevice"
-*PageSize Env10/Envelope #10:  "<</PageSize[297 684]/ImagingBBox null>>setpagedevice"
-*PageSize EnvC5/Envelope C5:   "<</PageSize[459 649]/ImagingBBox null>>setpagedevice"
-*PageSize EnvDL/Envelope DL:   "<</PageSize[312 624]/ImagingBBox null>>setpagedevice"
-*PageSize EnvMonarch/Envelope Monarch: "<</PageSize[279 540]/ImagingBBox null>>setpagedevice"
-*PageSize 2L/5x7               "<</PageSize[360 504]/ImagingBBox null>>setpagedevice"
-*PageSize 4x6/4x6in:           "<</PageSize[288 432]/ImagingBBox null>>setpagedevice"
-*PageSize L/3.5x5:             "<</PageSize[252 360]/ImagingBBox null>>setpagedevice"
-*PageSize Hagaki_Postcard/Hagaki Postcard: "<</PageSize[283 420]/ImagingBBox null>>setpagedevice"
-*PageSize Business_card/Business card: "<</PageSize[153 243]/ImagingBBox null>>setpagedevice"
-*PageSize 8x10/8x10in:         "<</PageSize[576 720]/ImagingBBox null>>setpagedevice"
-*PageSize 11x17/11x17in:       "<</PageSize[792 1224]/ImagingBBox null>>setpagedevice"
-*CloseUI: *PageSize
-
-*OpenUI *PageRegion: PickOne
-*OrderDependency: 10 AnySetup *PageRegion
-*DefaultPageRegion: A4
-*PageRegion Preview/Preview:   "<</PageSize[153 198]/ImagingBBox null>>setpagedevice"
-*PageRegion Letter/US Letter:  "<</PageSize[612 792]/ImagingBBox null>>setpagedevice"
-*PageRegion Legal/US Legal:    "<</PageSize[612 1008]/ImagingBBox null>>setpagedevice"
-*PageRegion Executive/US Executive: "<</PageSize[522 756]/ImagingBBox null>>setpagedevice"
-*PageRegion Tabloid/US Tabloid:        "<</PageSize[792 1224]/ImagingBBox null>>setpagedevice"
-*PageRegion A3/A3:             "<</PageSize[842 1191]/ImagingBBox null>>setpagedevice"
-*PageRegion A4/A4:             "<</PageSize[595 842]/ImagingBBox null>>setpagedevice"
-*PageRegion A5/A5:             "<</PageSize[421 595]/ImagingBBox null>>setpagedevice"
-*PageRegion B5/B5 (JIS):       "<</PageSize[516 729]/ImagingBBox null>>setpagedevice"
-*PageRegion EnvISOB5/Envelope B5: "<</PageSize[499 709]/ImagingBBox null>>setpagedevice"
-*PageRegion Env10/Envelope #10:        "<</PageSize[297 684]/ImagingBBox null>>setpagedevice"
-*PageRegion EnvC5/Envelope C5: "<</PageSize[459 649]/ImagingBBox null>>setpagedevice"
-*PageRegion EnvDL/Envelope DL: "<</PageSize[312 624]/ImagingBBox null>>setpagedevice"
-*PageRegion EnvMonarch/Envelope Monarch: "<</PageSize[279 540]/ImagingBBox null>>setpagedevice"
-*PageRegion 2L/5x7             "<</PageSize[360 504]/ImagingBBox null>>setpagedevice"
-*PageRegion 4x6/4x6in:         "<</PageSize[288 432]/ImagingBBox null>>setpagedevice"
-*PageRegion L/3.5x5:           "<</PageSize[252 360]/ImagingBBox null>>setpagedevice"
-*PageRegion Hagaki_Postcard/Hagaki Postcard: "<</PageSize[283 420]/ImagingBBox null>>setpagedevice"
-*PageRegion Business_card/Business card: "<</PageSize[153 243]/ImagingBBox null>>setpagedevice"
-*PageRegion 8x10/8x10in:       "<</PageSize[576 720]/ImagingBBox null>>setpagedevice"
-*PageRegion 11x17/11x17in:     "<</PageSize[792 1224]/ImagingBBox null>>setpagedevice"
-*CloseUI: *PageRegion
-
-*DefaultImageableArea: A4
-*ImageableArea Preview/Preview:        "0 0 153 198"
-*ImageableArea Letter/US Letter:       "18 36 594 756"
-*ImageableArea Legal/US Legal:         "18 36 594 972"
-*ImageableArea Executive/US Executive: "18 36 504 684"
-*ImageableArea Tabloid/US Tabloid:     "18 36 774 1188"
-*ImageableArea A3/A3:                  "18 36 824 1155"
-*ImageableArea A4/A4:                  "18 36 577 806"
-*ImageableArea A5/A5:                  "18 36 403 559"
-*ImageableArea B5/JIS B5:              "18 36 498 693"
-*ImageableArea EnvISOB5/B5 (ISO):      "18 36 463 673"
-*ImageableArea Env10/Com-10:           "18 36 279 648"
-*ImageableArea EnvC5/EnvC5:            "18 36 441 613"
-*ImageableArea EnvDL/EnvDL:            "18 36 294 588"
-*ImageableArea EnvMonarch/Envelope Monarch: "18 36 261 504"
-*ImageableArea 2L/5x7                  "18 36 342 468"
-*ImageableArea 4x6/4x6in:              "18 36 270 396"
-*ImageableArea L/3.5x5:                        "18 36 234 324"
-*ImageableArea Hagaki_Postcard/Hagaki Postcard: "18 36 265 384"
-*ImageableArea Business_card/Business card: "18 36 135 207"
-*ImageableArea 8x10/8x10in:            "18 36 558 684"
-*ImageableArea 11x17/11x17in:          "18 36 774 1188"
-
-*DefaultPaperDimension: A4
-*PaperDimension Preview/Preview:       "153 198"
-*PaperDimension Letter/US Letter:      "612 792"
-*PaperDimension Legal/US Legal:                "612 1008"
-*PaperDimension Executive/US Executive:        "522 756"
-*PaperDimension Tabloid/US Tabloid:    "792 1224"
-*PaperDimension A3/A3:                 "842 1191"
-*PaperDimension A4/A4:                 "595 842"
-*PaperDimension A5/A5:                 "421 595"
-*PaperDimension B5/B5 (JIS):           "516 729"
-*PaperDimension EnvISOB5/Envelope B5:  "499 709"
-*PaperDimension Env10/Envelope #10:    "297 684"
-*PaperDimension EnvC5/Envelope C5:     "459 649"
-*PaperDimension EnvDL/Envelope DL:     "312 624"
-*PaperDimension EnvMonarch/Envelope Monarch: "279 540"
-*PaperDimension 2L/5x7                 "360 504"
-*PaperDimension 4x6/4x6in:             "288 432"
-*PaperDimension L/3.5x5:               "252 360"
-*PaperDimension Hagaki_Postcard/Hagaki Postcard: "283 420"
-*PaperDimension Business_card/Business card: "153 243"
-*PaperDimension 8x10/8x10in:           "576 720"
-*PaperDimension 11x17/11x17in:         "792 1224"
-
-*OpenUI *MediaType/Media Type: PickOne
-*OrderDependency: 10 AnySetup *MediaType
-*DefaultMediaType: Plain
-*MediaType Plain/Plain Paper:  "<</MediaType(Plain)/cupsMediaType 0>>setpagedevice"
-*MediaType Bond/Bond Paper:    "<</MediaType(Bond)/cupsMediaType 1>>setpagedevice"
-*MediaType Special/Special Paper: "<</MediaType(Special)/cupsMediaType 2>>setpagedevice"
-*MediaType Transparency/Transparency: "<</MediaType(Transparency)/cupsMediaType 3>>setpagedevice"
-*MediaType Glossy/Glossy Paper:        "<</MediaType(Glossy)/cupsMediaType 4>>setpagedevice"
-*CloseUI: *MediaType
-
-*OpenUI *InputSlot/Media Source: PickOne
-*OrderDependency: 10 AnySetup *InputSlot
-*DefaultInputSlot: Tray
-*InputSlot Tray/Tray: "<</cupsMediaPosition 1>>setpagedevice"
-*InputSlot Manual/Manual Feed: "<</cupsMediaPosition 2>>setpagedevice"
-*InputSlot Envelope/Envelope Feed: "<</cupsMediaPosition 3>>setpagedevice"
-*CloseUI: *InputSlot
-
-*OpenUI *Duplex/Double-Sided Printing: PickOne
-*OrderDependency: 20 AnySetup *Duplex
-*DefaultDuplex: None
-*Duplex None/Off:      "<</Duplex false>>setpagedevice"
-*Duplex DuplexNoTumble/Long Edge (Standard):   "<</Duplex true/Tumble false>>setpagedevice"
-*Duplex DuplexTumble/Short Edge (Flip):        "<</Duplex true/Tumble true>>setpagedevice"
-*CloseUI:      *Duplex
-
-*OpenUI *Resolution/Output Resolution: PickOne
-*OrderDependency: 20 AnySetup *Resolution
-*DefaultResolution: 300dpi
-*Resolution 75dpi/75 DPI: "<</HWResolution[75 75]>>setpagedevice"
-*Resolution 100dpi/100 DPI: "<</HWResolution[100 100]>>setpagedevice"
-*Resolution 150dpi/150 DPI: "<</HWResolution[150 150]>>setpagedevice"
-*Resolution 300dpi/300 DPI: "<</HWResolution[300 300]>>setpagedevice"
-*CloseUI: *Resolution
-
-*OpenUI *ColorModel/Output Mode: PickOne
-*OrderDependency: 10 AnySetup *ColorModel
-*DefaultColorModel: CMYK
-*ColorModel W: "<</cupsColorSpace 0>>setpagedevice"
-*ColorModel RGB: "<</cupsColorSpace 1>>setpagedevice"
-*ColorModel RGBA: "<</cupsColorSpace 2>>setpagedevice"
-*ColorModel K: "<</cupsColorSpace 3>>setpagedevice"
-*ColorModel CMY: "<</cupsColorSpace 4>>setpagedevice"
-*ColorModel YMC: "<</cupsColorSpace 5>>setpagedevice"
-*ColorModel CMYK: "<</cupsColorSpace 6>>setpagedevice"
-*ColorModel YMCK: "<</cupsColorSpace 7>>setpagedevice"
-*ColorModel KCMY: "<</cupsColorSpace 8>>setpagedevice"
-*ColorModel KCMYcm: "<</cupsColorSpace 9>>setpagedevice"
-*ColorModel GMCK: "<</cupsColorSpace 10>>setpagedevice"
-*ColorModel GMCS: "<</cupsColorSpace 11>>setpagedevice"
-*ColorModel WHITE: "<</cupsColorSpace 12>>setpagedevice"
-*ColorModel GOLD: "<</cupsColorSpace 13>>setpagedevice"
-*ColorModel SILVER: "<</cupsColorSpace 14>>setpagedevice"
-*ColorModel CIEXYZ: "<</cupsColorSpace 15>>setpagedevice"
-*ColorModel CIELab: "<</cupsColorSpace 16>>setpagedevice"
-*ColorModel RGBW: "<</cupsColorSpace 17>>setpagedevice"
-*ColorModel ICC1: "<</cupsColorSpace 32>>setpagedevice"
-*ColorModel ICC2: "<</cupsColorSpace 33>>setpagedevice"
-*ColorModel ICC3: "<</cupsColorSpace 34>>setpagedevice"
-*ColorModel ICC4: "<</cupsColorSpace 35>>setpagedevice"
-*ColorModel ICC5: "<</cupsColorSpace 36>>setpagedevice"
-*ColorModel ICC6: "<</cupsColorSpace 37>>setpagedevice"
-*ColorModel ICC7: "<</cupsColorSpace 38>>setpagedevice"
-*ColorModel ICC8: "<</cupsColorSpace 39>>setpagedevice"
-*ColorModel ICC9: "<</cupsColorSpace 40>>setpagedevice"
-*ColorModel ICCA: "<</cupsColorSpace 41>>setpagedevice"
-*ColorModel ICCB: "<</cupsColorSpace 42>>setpagedevice"
-*ColorModel ICCC: "<</cupsColorSpace 43>>setpagedevice"
-*ColorModel ICCD: "<</cupsColorSpace 44>>setpagedevice"
-*ColorModel ICCE: "<</cupsColorSpace 45>>setpagedevice"
-*ColorModel ICCF: "<</cupsColorSpace 46>>setpagedevice"
-*CloseUI: *ColorModel
-
-*OpenUI *cupsBitsPerColor/Bits Per Color: PickOne
-*OrderDependency: 10 AnySetup *cupsBitsPerColor
-*DefaultcupsBitsPerColor: 8
-*cupsBitsPerColor 1: "<</cupsBitsPerColor 1>>setpagedevice"
-*cupsBitsPerColor 2: "<</cupsBitsPerColor 2>>setpagedevice"
-*cupsBitsPerColor 4: "<</cupsBitsPerColor 4>>setpagedevice"
-*cupsBitsPerColor 8: "<</cupsBitsPerColor 8>>setpagedevice"
-*cupsBitsPerColor 16: "<</cupsBitsPerColor 8/cupsPreferredBitsPerColor 16>>setpagedevice"
-*CloseUI: *cupsBitsPerColor
-
-*OpenUI *cupsColorOrder/Color Order: PickOne
-*OrderDependency: 10 AnySetup *cupsColorOrder
-*DefaultcupsColorOrder: Chunked
-*cupsColorOrder Chunked: "<</cupsColorOrder 0>>setpagedevice"
-*cupsColorOrder Banded: "<</cupsColorOrder 1>>setpagedevice"
-*CloseUI: *cupsColorOrder
-
-*DefaultFont: Times-Roman
-*Font AvantGarde-Book: Standard "(001.006S)" Standard ROM
-*Font AvantGarde-BookOblique: Standard "(001.006S)" Standard ROM
-*Font AvantGarde-Demi: Standard "(001.007S)" Standard ROM
-*Font AvantGarde-DemiOblique: Standard "(001.007S)" Standard ROM
-*Font Bookman-Demi: Standard "(001.004S)" Standard ROM
-*Font Bookman-DemiItalic: Standard "(001.004S)" Standard ROM
-*Font Bookman-Light: Standard "(001.004S)" Standard ROM
-*Font Bookman-LightItalic: Standard "(001.004S)" Standard ROM
-*Font Courier: Standard "(002.004S)" Standard ROM
-*Font Courier-Bold: Standard "(002.004S)" Standard ROM
-*Font Courier-BoldOblique: Standard "(002.004S)" Standard ROM
-*Font Courier-Oblique: Standard "(002.004S)" Standard ROM
-*Font Helvetica: Standard "(001.006S)" Standard ROM
-*Font Helvetica-Bold: Standard "(001.007S)" Standard ROM
-*Font Helvetica-BoldOblique: Standard "(001.007S)" Standard ROM
-*Font Helvetica-Narrow: Standard "(001.006S)" Standard ROM
-*Font Helvetica-Narrow-Bold: Standard "(001.007S)" Standard ROM
-*Font Helvetica-Narrow-BoldOblique: Standard "(001.007S)" Standard ROM
-*Font Helvetica-Narrow-Oblique: Standard "(001.006S)" Standard ROM
-*Font Helvetica-Oblique: Standard "(001.006S)" Standard ROM
-*Font NewCenturySchlbk-Bold: Standard "(001.009S)" Standard ROM
-*Font NewCenturySchlbk-BoldItalic: Standard "(001.007S)" Standard ROM
-*Font NewCenturySchlbk-Italic: Standard "(001.006S)" Standard ROM
-*Font NewCenturySchlbk-Roman: Standard "(001.007S)" Standard ROM
-*Font Palatino-Bold: Standard "(001.005S)" Standard ROM
-*Font Palatino-BoldItalic: Standard "(001.005S)" Standard ROM
-*Font Palatino-Italic: Standard "(001.005S)" Standard ROM
-*Font Palatino-Roman: Standard "(001.005S)" Standard ROM
-*Font Symbol: Special "(001.007S)" Special ROM
-*Font Times-Bold: Standard "(001.007S)" Standard ROM
-*Font Times-BoldItalic: Standard "(001.009S)" Standard ROM
-*Font Times-Italic: Standard "(001.007S)" Standard ROM
-*Font Times-Roman: Standard "(001.007S)" Standard ROM
-*Font ZapfChancery-MediumItalic: Standard "(001.007S)" Standard ROM
-*Font ZapfDingbats: Special "(001.004S)" Standard ROM
-*%
-*% End of "$Id$".
-*%
index 62f75c6..9f83924 100644 (file)
@@ -1,7 +1,7 @@
 /*
 *  Mobileprint
 *
-* Copyright 2013  Samsung Electronics Co., Ltd
+* Copyright 2012-2013  Samsung Electronics Co., Ltd
 
 * Licensed under the Flora License, Version 1.1 (the "License");
 * you may not use this file except in compliance with the License.
index fcc3ada..bcdfaa9 100644 (file)
@@ -1,7 +1,7 @@
 /*
 *  Mobileprint
 *
-* Copyright 2013  Samsung Electronics Co., Ltd
+* Copyright 2012-2013  Samsung Electronics Co., Ltd
 
 * Licensed under the Flora License, Version 1.1 (the "License");
 * you may not use this file except in compliance with the License.
index 7e11445..2c16748 100644 (file)
@@ -1,7 +1,7 @@
 /*
 *  Mobileprint
 *
-* Copyright 2013  Samsung Electronics Co., Ltd
+* Copyright 2012-2013  Samsung Electronics Co., Ltd
 
 * Licensed under the Flora License, Version 1.1 (the "License");
 * you may not use this file except in compliance with the License.
index f941ca0..df5392e 100644 (file)
@@ -1,7 +1,7 @@
 /*
 *  Mobileprint
 *
-* Copyright 2013  Samsung Electronics Co., Ltd
+* Copyright 2012-2013  Samsung Electronics Co., Ltd
 
 * Licensed under the Flora License, Version 1.1 (the "License");
 * you may not use this file except in compliance with the License.
index 8f67100..53dd1c5 100644 (file)
@@ -1,7 +1,7 @@
 /*
 *  Mobileprint
 *
-* Copyright 2013  Samsung Electronics Co., Ltd
+* Copyright 2012-2013  Samsung Electronics Co., Ltd
 
 * Licensed under the Flora License, Version 1.1 (the "License");
 * you may not use this file except in compliance with the License.
index 5f8e1d7..fea86a0 100644 (file)
@@ -1,7 +1,7 @@
 /*
 *  Mobileprint
 *
-* Copyright 2013  Samsung Electronics Co., Ltd
+* Copyright 2012-2013  Samsung Electronics Co., Ltd
 
 * Licensed under the Flora License, Version 1.1 (the "License");
 * you may not use this file except in compliance with the License.
index 73eba0d..dedde38 100644 (file)
@@ -1,7 +1,7 @@
 /*
 *  Mobileprint
 *
-* Copyright 2013  Samsung Electronics Co., Ltd
+* Copyright 2012-2013  Samsung Electronics Co., Ltd
 
 * Licensed under the Flora License, Version 1.1 (the "License");
 * you may not use this file except in compliance with the License.
index 26d69e7..77ff677 100644 (file)
@@ -1,7 +1,7 @@
 /*
 *  Mobileprint
 *
-* Copyright 2013  Samsung Electronics Co., Ltd
+* Copyright 2012-2013  Samsung Electronics Co., Ltd
 
 * Licensed under the Flora License, Version 1.1 (the "License");
 * you may not use this file except in compliance with the License.
index c429001..c78d3a4 100644 (file)
@@ -1,7 +1,7 @@
 /*
 *  Mobileprint
 *
-* Copyright 2013  Samsung Electronics Co., Ltd
+* Copyright 2012-2013  Samsung Electronics Co., Ltd
 
 * Licensed under the Flora License, Version 1.1 (the "License");
 * you may not use this file except in compliance with the License.
index 7a208dc..fdd52b8 100644 (file)
@@ -1,7 +1,7 @@
 /*
 *  Mobileprint
 *
-* Copyright 2013  Samsung Electronics Co., Ltd
+* Copyright 2012-2013  Samsung Electronics Co., Ltd
 
 * Licensed under the Flora License, Version 1.1 (the "License");
 * you may not use this file except in compliance with the License.