diff options
| author | Wei Mao <[email protected]> | 2017-08-29 10:35:21 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-08-29 10:35:21 -0700 |
| commit | d480fa7f2587e2f4170e67d3aa075b3cf4c08552 (patch) | |
| tree | f9029983264e1957eb9817c139203b2e1e61b6fb /print | |
| parent | 5afc248a8d0e15e5f198f3404a23d696103fcfa2 (diff) | |
| parent | 53bcc426c1870374bf941424ddf8b85b745079fd (diff) | |
Merge pull request #166 from barrygolden/master
Added metadata to README.md files
Diffstat (limited to 'print')
| -rw-r--r-- | print/SampleOpenXPS/README.md | 10 | ||||
| -rw-r--r-- | print/SampleXPS/README.md | 10 | ||||
| -rw-r--r-- | print/SimplePipelineFilter/README.md | 10 | ||||
| -rw-r--r-- | print/XPSDrvSmpl/README.md | 10 | ||||
| -rw-r--r-- | print/XpsRasFilter/README.md | 11 | ||||
| -rw-r--r-- | print/autoconfig/README.md | 10 | ||||
| -rw-r--r-- | print/cpsuisam/README.md | 10 | ||||
| -rw-r--r-- | print/v4PrintDriverSamples/PrinterExtensionSample/README.md | 10 | ||||
| -rw-r--r-- | print/v4PrintDriverSamples/v4PrintDriver-ConstraintScript/README.md | 10 | ||||
| -rw-r--r-- | print/v4PrintDriverSamples/v4PrintDriver-HostBasedSampleDriver/README.md | 11 | ||||
| -rw-r--r-- | print/v4PrintDriverSamples/v4PrintDriver-USBMon-Bidi-Extension/README.md | 10 | ||||
| -rw-r--r-- | print/v4PrintDriverSamples/v4PrintDriver-WSDMon-Bidi-Extension/README.md | 10 |
12 files changed, 122 insertions, 0 deletions
diff --git a/print/SampleOpenXPS/README.md b/print/SampleOpenXPS/README.md index a50148e4..f939583f 100644 --- a/print/SampleOpenXPS/README.md +++ b/print/SampleOpenXPS/README.md @@ -1,3 +1,13 @@ +<!--- + name: OpenXPS Documents Print Sample + platform: Application + language: cpp + category: Print + description: Contains a set of documents that exercise a variety of features of OpenXPS. + samplefwlink: http://go.microsoft.com/fwlink/p/?LinkId=617941 +---> + + OpenXPS Documents Print Sample ============================== diff --git a/print/SampleXPS/README.md b/print/SampleXPS/README.md index 18a242bb..b1c39d3e 100644 --- a/print/SampleXPS/README.md +++ b/print/SampleXPS/README.md @@ -1,3 +1,13 @@ +<!--- + name: XPS Documents Print Sample + platform: Application + language: cpp + category: Print + description: Contains a set of documents that exercise a variety of features of the XML Paper Specification. + samplefwlink: http://go.microsoft.com/fwlink/p/?LinkId=617942 +---> + + XPS Documents Print Sample ========================== diff --git a/print/SimplePipelineFilter/README.md b/print/SimplePipelineFilter/README.md index 06f17b61..c7a92e48 100644 --- a/print/SimplePipelineFilter/README.md +++ b/print/SimplePipelineFilter/README.md @@ -1,3 +1,13 @@ +<!--- + name: Print Pipeline Simple Filter + platform: DLL + language: cpp + category: Print + description: This sample shows how to use the print pipeline's filter interfaces. + samplefwlink: http://go.microsoft.com/fwlink/p/?LinkId=617944 +---> + + Print Pipeline Simple Filter ============================ diff --git a/print/XPSDrvSmpl/README.md b/print/XPSDrvSmpl/README.md index f90ae5cf..7c75a314 100644 --- a/print/XPSDrvSmpl/README.md +++ b/print/XPSDrvSmpl/README.md @@ -1,3 +1,13 @@ +<!--- + name: XPSDrv Driver and Filter Sample + platform: DLL + language: cpp + category: Print + description: Provide a starting point for developing XPSDrv printer drivers and to illustrate the facility and potential of an XPSDrv print driver. + samplefwlink: http://go.microsoft.com/fwlink/p/?LinkId=617950 +---> + + XPSDrv Driver and Filter Sample =============================== diff --git a/print/XpsRasFilter/README.md b/print/XpsRasFilter/README.md index a742f66c..344c6bf9 100644 --- a/print/XpsRasFilter/README.md +++ b/print/XpsRasFilter/README.md @@ -1,3 +1,14 @@ +<!--- + name: XPS Rasterization Filter Service Sample + platform: DLL + language: cpp + category: Print + description: Implements an XPSDrv filter that rasterizes fixed pages in an XPS document. + samplefwlink: http://go.microsoft.com/fwlink/p/?LinkId=617951 +---> + + + XPS Rasterization Filter Service Sample ======================================= diff --git a/print/autoconfig/README.md b/print/autoconfig/README.md index e4642008..38a442e2 100644 --- a/print/autoconfig/README.md +++ b/print/autoconfig/README.md @@ -1,3 +1,13 @@ +<!--- + name: Print auto-configuration sample + platform: Utility + language: cpp + category: Print + description: Demonstrates how to implement auto-configuration in v4 print drivers. + samplefwlink: http://go.microsoft.com/fwlink/p/?LinkId=617938 +---> + + Print auto-configuration sample =============================== diff --git a/print/cpsuisam/README.md b/print/cpsuisam/README.md index a4fddfb9..b289ad82 100644 --- a/print/cpsuisam/README.md +++ b/print/cpsuisam/README.md @@ -1,3 +1,13 @@ +<!--- + name: Common Property Sheet User Interface (CPSUI) Sample + platform: Application + language: cpp + category: Print + description: The CPSUISAM application causes the CPSUI to call the print spooler to create property sheet pages for the default printer. + samplefwlink: http://go.microsoft.com/fwlink/p/?LinkId=617940 +---> + + Common Property Sheet UI Sample =============================== diff --git a/print/v4PrintDriverSamples/PrinterExtensionSample/README.md b/print/v4PrintDriverSamples/PrinterExtensionSample/README.md index ca5f6837..c76f31d8 100644 --- a/print/v4PrintDriverSamples/PrinterExtensionSample/README.md +++ b/print/v4PrintDriverSamples/PrinterExtensionSample/README.md @@ -1,3 +1,13 @@ +<!--- + name: Printer Extension Sample + platform: Application + language: cs + category: Print + description: Demonstrates how to use .NET to build a customized, desktop UI for a v4 print driver. + samplefwlink: http://go.microsoft.com/fwlink/p/?LinkId=617945 +---> + + Printer Extension Sample ======================== diff --git a/print/v4PrintDriverSamples/v4PrintDriver-ConstraintScript/README.md b/print/v4PrintDriverSamples/v4PrintDriver-ConstraintScript/README.md index 71a6f72b..f0f64424 100644 --- a/print/v4PrintDriverSamples/v4PrintDriver-ConstraintScript/README.md +++ b/print/v4PrintDriverSamples/v4PrintDriver-ConstraintScript/README.md @@ -1,3 +1,13 @@ +<!--- + name: Print Driver Constraints Sample + platform: Utility + language: js + category: Print + description: Demonstrates how to implement advanced constraint handling and PrintTicket/PrintCapabilities handling using JavaScript. + samplefwlink: http://go.microsoft.com/fwlink/p/?LinkId=617946 +---> + + Print Driver Constraints Sample =============================== diff --git a/print/v4PrintDriverSamples/v4PrintDriver-HostBasedSampleDriver/README.md b/print/v4PrintDriverSamples/v4PrintDriver-HostBasedSampleDriver/README.md index 6d3b77d0..09fdd30c 100644 --- a/print/v4PrintDriverSamples/v4PrintDriver-HostBasedSampleDriver/README.md +++ b/print/v4PrintDriverSamples/v4PrintDriver-HostBasedSampleDriver/README.md @@ -1,3 +1,14 @@ +<!--- + name: USB Host-Based Print Driver Sample + platform: Utility + language: js + category: Print + description: Demonstrates how to support host-based devices that use the v4 print driver model and are connected via USB. + samplefwlink: http://go.microsoft.com/fwlink/p/?LinkId=617947 +---> + + + USB Host-Based Print Driver Sample ================================== diff --git a/print/v4PrintDriverSamples/v4PrintDriver-USBMon-Bidi-Extension/README.md b/print/v4PrintDriverSamples/v4PrintDriver-USBMon-Bidi-Extension/README.md index 294dee1e..cebf8145 100644 --- a/print/v4PrintDriverSamples/v4PrintDriver-USBMon-Bidi-Extension/README.md +++ b/print/v4PrintDriverSamples/v4PrintDriver-USBMon-Bidi-Extension/README.md @@ -1,3 +1,13 @@ +<!--- + name: Print Driver USB Monitor and Bidi Sample + platform: Utility + language: js xml + category: Print + description: Demonstrates how to support bidirectional (Bidi) communication over the USB bus using JavaScript and XML. + samplefwlink: http://go.microsoft.com/fwlink/p/?LinkId=617948 +---> + + Print Driver USB Monitor and Bidi Sample ======================================== diff --git a/print/v4PrintDriverSamples/v4PrintDriver-WSDMon-Bidi-Extension/README.md b/print/v4PrintDriverSamples/v4PrintDriver-WSDMon-Bidi-Extension/README.md index 6556ab25..385002c0 100644 --- a/print/v4PrintDriverSamples/v4PrintDriver-WSDMon-Bidi-Extension/README.md +++ b/print/v4PrintDriverSamples/v4PrintDriver-WSDMon-Bidi-Extension/README.md @@ -1,3 +1,13 @@ +<!--- + name: WSDMon Bidi Extension Sample + platform: Utility + language: xml + category: Print + description: Demonstrates how to use an XML extension file to support bidirectional (Bidi) communication with a WSD connected printer. + samplefwlink: http://go.microsoft.com/fwlink/p/?LinkId=617949 +---> + + WSDMon Bidi Extension Sample ============================ |
