Skip to content

Commit

Permalink
Get the default sample input from the library resource directory.
Browse files Browse the repository at this point in the history
  • Loading branch information
datalogics-robb committed Apr 17, 2023
1 parent a0868d5 commit 200b331
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ static void Main(string[] args)
// merge_pdf2.pdf -- no attachments
// Portfolio1.pdf -- DL made portfolio with 2 PDFs - doc.Attachments returns 2

String sInput1 = "mergepdf2.pdf";
String sInput1 = Library.ResourceDirectory + "Sample_Input/mergepdf2.pdf";
String sMainPDF = "Attachments.pdf";
String sOutput = "MergePDF-outComplete.pdf";

Expand Down

0 comments on commit 200b331

Please sign in to comment.