如何在Uwp xaml中打印pdf。

人气:655 发布:2022-09-22 标签: wpdevelop

问题描述

我有一份pdf文件,我想打印那份pdf。我如何在Uwp xaml应用程序中执行此操作。

目前我正在使用Syncfusion Pdf查看器打印该pdf,但我们不希望在UI上显示该pdf

我直接想要打开打印预览对话框。

如何在UWP xaml中实现它。

Ved

解决方案

您好,

在UWP研究中使用pdf this官方样本 。对于UWP研究中的打印集成 此官方样本 

Hi,

I have a pdf document and I want to print that pdf. How can I do it in Uwp xaml app.

Currently I am using Syncfusion Pdf viewer to print that pdf but we don't want to show that pdf on UI

I directly want to open the Print preview dialog.

How can I achieve it in UWP xaml.

Ved

解决方案

Hello,

For working with pdf in UWP research this official sample . For printing integration in UWP research this official sample.

923