C#windows store app /使用Windows.Graphics.Printing.PrintManager以编程方式生成PDF

时间:2018-05-16 04:36:51

标签: c# pdf windows-store-apps

我想使用Windows.Graphics.Printing.PrintManager以编程方式生成PDF文件。

我希望以编程方式执行 Microsoft Print to PDF ,而无需打开下面的对话框。

enter image description here

我在谷歌搜索并找到了很多结果。但是我无法找到任何有效的解决方案。

以下是我搜索过的几个链接: How to Silent print from an UWP Application https://social.msdn.microsoft.com/Forums/windowsapps/en-US/b7479337-49c6-416e-a4ce-fb4e66990311/export-xaml-page-to-documentpdf-or-docs-or-xps?forum=wpdevelop https://www.syncfusion.com/forums/114548/convert-xaml-to-pdf

1 个答案:

答案 0 :(得分:0)

该对话框无法避免。解决方案是自己将XAML转换为PDF。

请参见Converting XAML to PDF in an UWP app