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

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

Issue 7465016: Installer for Windows cloud print driver changed to use PPD, PPd file added (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Code review nit fixed. Created 9 years, 4 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
« no previous file with comments | « no previous file | cloud_print/virtual_driver/win/install/setup.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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: "GOOGLE-CLOUD-PRINT.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 fonts supported. Taken from Sample PPD file for CUPS
47 *% written by Michael Goffioul.
48
49 *DefaultFont: Courier
50 *Font AvantGarde-Book: Standard "(001.006S)" Standard ROM
51 *Font AvantGarde-BookOblique: Standard "(001.006S)" Standard ROM
52 *Font AvantGarde-Demi: Standard "(001.007S)" Standard ROM
53 *Font AvantGarde-DemiOblique: Standard "(001.007S)" Standard ROM
54 *Font Bookman-Demi: Standard "(001.004S)" Standard ROM
55 *Font Bookman-DemiItalic: Standard "(001.004S)" Standard ROM
56 *Font Bookman-Light: Standard "(001.004S)" Standard ROM
57 *Font Bookman-LightItalic: Standard "(001.004S)" Standard ROM
58 *Font Courier: Standard "(002.004S)" Standard ROM
59 *Font Courier-Bold: Standard "(002.004S)" Standard ROM
60 *Font Courier-BoldOblique: Standard "(002.004S)" Standard ROM
61 *Font Courier-Oblique: Standard "(002.004S)" Standard ROM
62 *Font Helvetica: Standard "(001.006S)" Standard ROM
63 *Font Helvetica-Bold: Standard "(001.007S)" Standard ROM
64 *Font Helvetica-BoldOblique: Standard "(001.007S)" Standard ROM
65 *Font Helvetica-Narrow: Standard "(001.006S)" Standard ROM
66 *Font Helvetica-Narrow-Bold: Standard "(001.007S)" Standard ROM
67 *Font Helvetica-Narrow-BoldOblique: Standard "(001.007S)" Standard ROM
68 *Font Helvetica-Narrow-Oblique: Standard "(001.006S)" Standard ROM
69 *Font Helvetica-Oblique: Standard "(001.006S)" Standard ROM
70 *Font NewCenturySchlbk-Bold: Standard "(001.009S)" Standard ROM
71 *Font NewCenturySchlbk-BoldItalic: Standard "(001.007S)" Standard ROM
72 *Font NewCenturySchlbk-Italic: Standard "(001.006S)" Standard ROM
73 *Font NewCenturySchlbk-Roman: Standard "(001.007S)" Standard ROM
74 *Font Palatino-Bold: Standard "(001.005S)" Standard ROM
75 *Font Palatino-BoldItalic: Standard "(001.005S)" Standard ROM
76 *Font Palatino-Italic: Standard "(001.005S)" Standard ROM
77 *Font Palatino-Roman: Standard "(001.005S)" Standard ROM
78 *Font Symbol: Special "(001.007S)" Special ROM
79 *Font Times-Bold: Standard "(001.007S)" Standard ROM
80 *Font Times-BoldItalic: Standard "(001.009S)" Standard ROM
81 *Font Times-Italic: Standard "(001.007S)" Standard ROM
82 *Font Times-Roman: Standard "(001.007S)" Standard ROM
83 *Font ZapfChancery-MediumItalic: Standard "(001.007S)" Standard ROM
84 *Font ZapfDingbats: Special "(001.004S)" Standard ROM
85
OLDNEW
« no previous file with comments | « no previous file | cloud_print/virtual_driver/win/install/setup.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698