Skip to content

Commit c42733a

Browse files
author
tangxiangan
committed
update Version1.2.2
1 parent f49559e commit c42733a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,10 @@ A task ID is automatically generated for you based on the type of PDF tool you c
4343
ComPdfKitClient client = new ComPdfKitClient(<publicKey>, <secretKey>);
4444

4545
// Create an example of a PDF TO WORD task
46-
CreateTaskResult result = client.createTask(PDFToOfficeEnum.PDF_TO_WORD.getValue());
46+
CreateTaskResult result = client.createTask(PDFToOfficeEnum.PDF_TO_WORD.getValue());
4747

4848
//Get a task id
49-
String jobId = result.getTaskId();
49+
String jobId = result.getTaskId();
5050
```
5151

5252
## Upload Files

0 commit comments

Comments
 (0)