Skip to content

Commit 0ea0978

Browse files
Merge pull request #2485 from syncfusion-content/1017354-ug
1017354-ug: Added proper MAUI sample link.
2 parents 8ff1738 + 280bc08 commit 0ea0978

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

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

Lines changed: 2 additions & 4 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)
@@ -115,7 +113,7 @@ Download the helper files from this [link](https://www.syncfusion.com/downloads/
115113
PreviewControllerDS.cs<br/>QLPreviewItemFileSystem.cs
116114
</td>
117115
<td>
118-
Helper classes for viewing the <b>Pdf document</b> in iOS device
116+
Helper classes for viewing the <b>PDF document</b> in iOS device
119117
</td>
120118
</tr>
121119
</table>

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)