You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
are there other options in pipeline json , the fileInputautomate doesnt work if i want to add a img to and pdf
maybe fileInput: *png / *pdf
"name": "Test",
"pipeline": [
{
"operation": "/api/v1/convert/img/pdf",
"parameters": {
"fitOption": "fillPage",
"colorType": "color",
"autoRotate": true,
"fileInput": "automated"
}
},
{
"operation": "/api/v1/general/merge-pdfs",
"parameters": {
"sortType": "orderProvided",
"removeCertSign": false,
"fileInput": "automated"
}
}
],
"_examples": {
"outputDir": "{outputFolder}/{folderName}",
"outputFileName": "{filename}-{pipelineName}-{date}-{time}"
},
"outputDir": "{outputFolder}",
"outputFileName": "{filename}"
}```
### Version of Stirling-PDF
0.34.0
### Last Working Version of Stirling-PDF
_No response_
### Page Where the Problem Occurred
_No response_
### Docker Configuration
_No response_
### Relevant Log Output
_No response_
### Additional Information
_No response_
### Browsers Affected
_No response_
### No Duplicate of the Issue
- [X] I have verified that there are no existing issues raised related to my problem.
The text was updated successfully, but these errors were encountered:
Hey @gdomod! I'm here to help you with any bugs, questions, or contributions you have regarding Stirling-PDF. Let's tackle this together!
The fileInput parameter in the pipeline JSON for Stirling-PDF has two valid options: "automated" and a specific file path. The "automated" option is designed to automatically select files that are ready for processing, excluding directories and the JSON file itself [1].
If you want to specify particular files, you can use a specific file path instead of "automated". However, using wildcards like *png or *pdf is not supported directly in the fileInput parameter. You would need to specify the exact file paths or handle file selection logic outside of the JSON configuration.
If "automated" is not working as expected, ensure that the files you want to process are correctly placed in the directory that the application is monitoring for automated processing.
Installation Method
Docker
The Problem
are there other options in pipeline json , the fileInputautomate doesnt work if i want to add a img to and pdf
maybe fileInput: *png / *pdf
The text was updated successfully, but these errors were encountered: