summaryrefslogtreecommitdiff
path: root/print/SimplePipelineFilter/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'print/SimplePipelineFilter/README.md')
-rw-r--r--print/SimplePipelineFilter/README.md15
1 files changed, 3 insertions, 12 deletions
diff --git a/print/SimplePipelineFilter/README.md b/print/SimplePipelineFilter/README.md
index 3ac67cea..b3a1567c 100644
--- a/print/SimplePipelineFilter/README.md
+++ b/print/SimplePipelineFilter/README.md
@@ -8,21 +8,12 @@ products:
- windows-wdk
---
-
-
-<!---
- 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
The printing system supports a print filter pipeline. The pipeline is run when a print job is consumed by the print spooler and sent to the device.
This sample shows how to use the print pipeline's filter interfaces.
-The filters in the print pipeline consume a certain data type and produce a certain data type. This information is specified in the pipeline configuration file on a per printer driver basis. The WDK print filter sample contains two filter samples: one that consumes and produces XPS data type, and the other one consumes and produces opaque byte stream. For more information, see the [XpsDrv](http://msdn.microsoft.com/en-us/windows/hardware/gg463364) whitepaper.
+The filters in the print pipeline consume a certain data type and produce a certain data type. This information is specified in the pipeline configuration file on a per printer driver basis.
+
+The WDK print filter sample contains two filter samples: one that consumes and produces XPS data type, and the other one consumes and produces opaque byte stream. For more information, see [XPS Printer Driver (XPSDrv)](https://docs.microsoft.com/windows-hardware/drivers/print/xpsdrv-printer-driver).