Skip to content

Commit af643ff

Browse files
committed
1017354-ug: Added proper MAUI sample link.
1 parent 8ff1738 commit af643ff

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

Document-Processing/PDF/PDF-Library/NET/Create-PDF-file-in-MaUI.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,7 @@ N> Our PDF library is currently supported in .NET MAUI applications on the Andro
2828
{% endtabcontent %}
2929
{% endtabcontents %}
3030

31-
A complete working example of creating a PDF document in the .NET MAUI Desktop app can be downloaded from this [link](https://www.syncfusion.com/downloads/support/directtrac/general/ze/PdfSampleMaUI-1356433164887362210.zip).
32-
33-
You can download a complete working sample from [GitHub](https://github.com/SyncfusionExamples/PDF-Examples/tree/master/Getting%20Started/MAUI/CreatePdfDemoSample).
31+
You can download a complete working sample from [GitHub](https://github.com/SyncfusionExamples/PDF-Examples/tree/master/Getting%20Started/MAUI/CreateMAUIPDFSample).
3432

3533
By executing the program in windows, you will get the PDF document as follows.
3634
![.NET MAUI output image](MAUI_images/invoice.png)

Document-Processing/PDF/PDF-Library/NET/Working-with-Pages.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1740,6 +1740,7 @@ Refer to the following code example for removing PDF page‑level actions.
17401740

17411741
using Syncfusion.Pdf;
17421742
using Syncfusion.Pdf.Interactive;
1743+
using Syncfusion.Pdf.Parsing;
17431744

17441745
// Load the existing PDF document
17451746
using (PdfLoadedDocument document = new PdfLoadedDocument(Path.GetFullPath(@"Data/Input.pdf")))
@@ -1767,6 +1768,7 @@ using (PdfLoadedDocument document = new PdfLoadedDocument(Path.GetFullPath(@"Dat
17671768

17681769
using Syncfusion.Pdf;
17691770
using Syncfusion.Pdf.Interactive;
1771+
using Syncfusion.Pdf.Parsing;
17701772

17711773
// Load the existing PDF document
17721774
using (PdfLoadedDocument document = new PdfLoadedDocument(Path.GetFullPath(@"Data/Input.pdf")))
@@ -1793,6 +1795,7 @@ using (PdfLoadedDocument document = new PdfLoadedDocument(Path.GetFullPath(@"Dat
17931795

17941796
Imports Syncfusion.Pdf
17951797
Imports Syncfusion.Pdf.Interactive
1798+
Imports Syncfusion.Pdf.Parsing
17961799

17971800
' Load the existing PDF document
17981801
Using document As New PdfLoadedDocument(

0 commit comments

Comments
 (0)