We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 430735d commit a14d634Copy full SHA for a14d634
Uses-Cases/ChangeLayout/ChangeLayoutHelper.cs
@@ -6,7 +6,7 @@ namespace ChangeLayout
6
{
7
public class ConfigParams
8
9
- public string CrdentialPath { get; } = "c:\\Projects\\ASPOSE\\Pdf.Cloud\\Credentials\\credentials.json ";
+ public string CrdentialPath { get; } = "..\\credentials.json ";
10
public string LOCAL_FOLDER { get; } = "C:\\Samples";
11
public string REMOTE_TEMP_FOLDER { get; } = "TempPdfCloud";
12
public string PDF_DOCUMENT { get; } = "sample.pdf";
0 commit comments