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 f1faf4c commit b1950b7Copy full SHA for b1950b7
Uses-Cases/Compares/compare_pdf_documents.py
@@ -6,7 +6,7 @@
6
7
class Config:
8
"""Configuration parameters."""
9
- CREDENTIALS_FILE = Path(r"C:\\Projects\\ASPOSE\\Pdf.Cloud\\Credentials\\credentials.json")
+ CREDENTIALS_FILE = Path(r"credentials.json")
10
LOCAL_FOLDER = Path(r"C:\Samples")
11
REMOTE_FOLDER = "Your_Temp_Pdf_Cloud"
12
PDF_DOCUMENT_1 = "sample_compare_1.pdf"
@@ -29,4 +29,4 @@ def compareDocument(self):
29
else:
30
logging.error(f"compareDocument(): Failed to compare Pdf documents! Response code: {response.code}")
31
except Exception as e:
32
- logging.error(f"compareDocument(): Error while comparing Pdf documents: {e}")
+ logging.error(f"compareDocument(): Error while comparing Pdf documents: {e}")
0 commit comments