We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f49559e commit c42733aCopy full SHA for c42733a
README.md
@@ -43,10 +43,10 @@ A task ID is automatically generated for you based on the type of PDF tool you c
43
ComPdfKitClient client = new ComPdfKitClient(<publicKey>, <secretKey>);
44
45
// Create an example of a PDF TO WORD task
46
- CreateTaskResult result = client.createTask(PDFToOfficeEnum.PDF_TO_WORD.getValue());
+CreateTaskResult result = client.createTask(PDFToOfficeEnum.PDF_TO_WORD.getValue());
47
48
//Get a task id
49
- String jobId = result.getTaskId();
+String jobId = result.getTaskId();
50
```
51
52
## Upload Files
0 commit comments