Skip to content

Commit 5288b5e

Browse files
committed
995158-2: Resolved the interactive playground issue.
1 parent 7cbd308 commit 5288b5e

File tree

1 file changed

+1
-1
lines changed
  • Digital Signature/Add-a-digital-signature-to-an-existing-document/.NET/Add-a-digital-signature-to-an-existing-document

1 file changed

+1
-1
lines changed

Digital Signature/Add-a-digital-signature-to-an-existing-document/.NET/Add-a-digital-signature-to-an-existing-document/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
using Syncfusion.Pdf.Security;
66

77
//Load the PDF document
8-
using (PdfLoadedDocument loadedDocument = new PdfLoadedDocument(@"Data/Input.pdf"))
8+
using (PdfLoadedDocument loadedDocument = new PdfLoadedDocument(Path.GetFullPath(@"Data/Input.pdf")))
99
{
1010
// Gets the first page of the document
1111
PdfPageBase page = loadedDocument.Pages[0];

0 commit comments

Comments
 (0)