Process
Starts Indesign and execute the given script. You need an apiKey which you have to give in the request.
| API | Description |
|---|---|
| POST api/Process/ToInDesignAsync?guid={guid} |
Starts Indesign and execute the given script |
| POST api/Process/UploadFilesToSpAsync?guid={guid}&subfolder={subfolder} |
Uploads files to Sharepoint. |
| POST api/Process/UploadOneFileToSpAsync?guid={guid}&file={file} |
Uploads one file to Sharepoint. |
| POST api/Process/SharepointDownloadAsync?guid={guid}&file={file} |
Downloads the in the Json given IDs from Sharepoint. |
| POST api/Process/SharepointUploadAsync?guid={guid}&file={file} |
Uploads the in the Json given IDs to Sharepoint. |
| POST api/Process/Link2LookUPAsync?guid={guid} |
Uploads a File into LookUp. Expects submitted L2LTicket.json file (via PostFileAsync) in addition to PDF files (via AddFileAsync). |
| POST api/Process/ProcessorAsync?guid={guid}&configName={configName} |
Converts files via Reemers Processor |
| POST api/Process/ToPdfAsync?guid={guid}&configName={configName} |
Converts an uploaded DOCX file to PDF |
| POST api/Process/PdfMergeAsync?guid={guid} |
Merges multiple PDF files into one PDF file. Expects submitted pdfmerge.json file (via PostFileAsync) in addition to PDF files (via AddFileAsync). |
| POST api/Process/PostFileAsync?forCommand={forCommand} |
Transmits a file which has to be processed to the server. File has to be transmitted as multipart/form-data. |
| POST api/Process/AddFileAsync?guid={guid} |
Transmits an additional file (mainly media) for the given guid to the server. File has to be transmitted as multipart/form-data. |
| GET api/Process/GetFileAsync?guid={guid}&file={file} |
Returns the given file |
| GET api/Process/GetCurrentFilesAsync?guid={guid}&folder={folder} |
Returns all current files in this folder |
| GET api/Process/GetFileContentAsync?guid={guid}&file={file} |
Returns the given file (alternate way) |
| POST api/Process?guid={guid}&configName={configName} |
For customer Dav Merges multiple PDF files into one PDF file. Expects submitted pdfmerge.json file (via PostFileAsync) in addition to PDF files (via AddFileAsync). |
| DELETE api/Process?guid={guid} |
Removes the file from the server. Always call this after you have processed the file. |