Closed pipedream-component-development closed 1 month ago
Hello everyone, I have tested this PR and there're some test cases failed or needed improvement.
Please check the test report below for more information https://vunguyenhung.notion.site/Components-fileforge-106bf548bb5e81cea66dd3cea386d303
Hello everyone, I have tested this PR and there're some test cases failed or needed improvement.
Please check the test report below for more information https://vunguyenhung.notion.site/Components-fileforge-106bf548bb5e81cea66dd3cea386d303
Hi @vunguyenhung, The 'allow viewing' prop allows you to choose whether the file will be accessible from outside or not. The 'expiresAt' prop allows you to specify until when the file will be available for use, regardless of whether 'allow viewing' is enabled or not. so I don't think they are not redundant
Hi everyone, all test cases are passed! Ready for release!
Test report https://vunguyenhung.notion.site/Components-fileforge-106bf548bb5e81cea66dd3cea386d303
fileforge
URLs
Actions
generate-pdf
Prompt
Generate a PDF from provided HTML. The required prop should include 'files', which are the HTML files to convert. Optional props are: 'test', 'host', 'expiresAt', 'fileName' and 'allowViewing'. This is a powerful feature for those wanting to quickly generate a PDF document.
URLs