Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(69)

Side by Side Diff: cloud_print/virtual_driver/gcp-driver.ppd

Issue 10636063: Minor tweeks in virtual driver build. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 *PPD-Adobe: "4.3"
2 *% Minmalistic PPD file for Google cloud Print.
3 *FormatVersion: "4.3"
4 *FileVersion: "1.1"
5 *LanguageVersion: English
6 *LanguageEncoding: ISOLatin1
7 *PCFileName: "gcp-driver.ppd"
8 *Manufacturer: "Google Inc."
9 *Product: "(CUPS v1.1)"
10 *ModelName: "GCP Virtual Driver"
11 *ShortNickName: "GCP Virtual Driver"
12 *NickName: "GCP Virtual Driver"
13 *1284DeviceID: "MFG:Google Inc.;MDL:GCP Virtual Driver;DES:GCP Virtual Driver;C LS:PRINTER;CMD:POSTSCRIPT;"
14 *cupsFilter: "application/vnd.cups-pdf 0 -"
15 *PSVersion: "(2017.000) 0"
16 *LanguageLevel: "3"
17 *ColorDevice: True
18 *DefaultColorSpace: RGB
19 *FileSystem: False
20 *Throughput: "8"
21 *LandscapeOrientation: Plus90
22 *TTRasterizer: Type42
23
24 *OpenGroup: General/General
25
26 *OpenUI *PageSize/Page Size: PickOne
27 *OrderDependency: 100 AnySetup *PageSize
28 *DefaultPageSize: Letter
29 *PageSize Letter/US Letter: "<</PageSize[612 792]/ImagingBBox null>>setpagedevic e"
30 *CloseUI: *PageSize
31
32 *OpenUI *PageRegion: PickOne
33 *OrderDependency: 100 AnySetup *PageRegion
34 *DefaultPageRegion: Letter
35 *PageRegion Letter/US Letter: "<</PageSize[612 792]/ImagingBBox null>>setpagedev ice"
36 *CloseUI: *PageRegion
37
38 *DefaultImageableArea: Letter
39 *ImageableArea Letter/US Letter: "18 36 594 786"
40
41 *DefaultPaperDimension: Letter
42 *PaperDimension Letter/US Letter: "612 792"
43
44 *CloseGroup: General
45
46 *% List of 14 standard fonts and their common version numbers.
47
48 *DefaultFont: Courier
49 *Font Courier: Standard "(002.004S)" Standard ROM
50 *Font Courier-Bold: Standard "(002.004S)" Standard ROM
51 *Font Courier-BoldOblique: Standard "(002.004S)" Standard ROM
52 *Font Courier-Oblique: Standard "(002.004S)" Standard ROM
53 *Font Helvetica: Standard "(001.006S)" Standard ROM
54 *Font Helvetica-Bold: Standard "(001.007S)" Standard ROM
55 *Font Helvetica-BoldOblique: Standard "(001.007S)" Standard ROM
56 *Font Helvetica-Oblique: Standard "(001.006S)" Standard ROM
57 *Font Symbol: Special "(001.007S)" Special ROM
58 *Font Times-Bold: Standard "(001.007S)" Standard ROM
59 *Font Times-BoldItalic: Standard "(001.009S)" Standard ROM
60 *Font Times-Italic: Standard "(001.007S)" Standard ROM
61 *Font Times-Roman: Standard "(001.007S)" Standard ROM
62 *Font ZapfDingbats: Special "(001.004S)" Standard ROM
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698