-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #28 from OnedocLabs/ffo-158-insert-feature-docs
insert feature implementation sdk n docs
- Loading branch information
Showing
3 changed files
with
183 additions
and
54 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,6 +16,7 @@ const { extractSnippets } = require("./extract_snippets"); | |
"fill", | ||
"extract", | ||
"split", | ||
"insert", | ||
]; | ||
|
||
const curlSnippets = { | ||
|
@@ -77,6 +78,14 @@ const { extractSnippets } = require("./extract_snippets"); | |
-H 'Content-Type: multipart/form-data'\n \ | ||
-F 'options={splitPage:1};type=application/json'\n \ | ||
-F 'file=@document (18).pdf;type=application/pdf'`, | ||
insert: `curl -X 'POST'\n \ | ||
'https://api.fileforge.com/pdf/insert/'\n \ | ||
-H 'accept: application/pdf'\n \ | ||
-H 'X-API-Key : '\n \ | ||
-H 'Content-Type: multipart/form-data'\n \ | ||
-F 'options={insertPage:1};type=application/json'\n \ | ||
-F '[email protected];type=application/pdf'\n \ | ||
-F 'files=@document (18).pdf;type=application/pdf'`, | ||
}; | ||
|
||
const keywordToSnippetsMap = {}; | ||
|
Submodule sdk
updated
from 4e9cc2 to d45097
Oops, something went wrong.