Skip to content

Commit b1950b7

Browse files
Update compare_pdf_documents.py
1 parent f1faf4c commit b1950b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Uses-Cases/Compares/compare_pdf_documents.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
class Config:
88
"""Configuration parameters."""
9-
CREDENTIALS_FILE = Path(r"C:\\Projects\\ASPOSE\\Pdf.Cloud\\Credentials\\credentials.json")
9+
CREDENTIALS_FILE = Path(r"credentials.json")
1010
LOCAL_FOLDER = Path(r"C:\Samples")
1111
REMOTE_FOLDER = "Your_Temp_Pdf_Cloud"
1212
PDF_DOCUMENT_1 = "sample_compare_1.pdf"
@@ -29,4 +29,4 @@ def compareDocument(self):
2929
else:
3030
logging.error(f"compareDocument(): Failed to compare Pdf documents! Response code: {response.code}")
3131
except Exception as e:
32-
logging.error(f"compareDocument(): Error while comparing Pdf documents: {e}")
32+
logging.error(f"compareDocument(): Error while comparing Pdf documents: {e}")

0 commit comments

Comments
 (0)