-
Notifications
You must be signed in to change notification settings - Fork 5.3k
[Components] convertapi #13324
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Labels
triaged
For maintainers: This issue has been triaged by a Pipedream employee
Comments
luancazarine
added a commit
that referenced
this issue
Apr 28, 2025
Actions - Convert Base64 Encoded File - Convert File - Convert Web URL
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 |
Hi everyone, all test cases are passed! Ready for release! Test report |
luancazarine
added a commit
that referenced
this issue
Apr 30, 2025
* convertapi init * [Components] convertapi #13324 Actions - Convert Base64 Encoded File - Convert File - Convert Web URL * pnpm update * some adjusts * Update components/convertapi/actions/convert-web-url/convert-web-url.mjs Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> --------- Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
convertapi
URLs
Actions
convert-base64-encoded-file
Prompt
This action converts a Base64-string-encoded file into the user-specified format. There's only one required prop: 'base64-string', the Base64 string of the file. It's optional, but you could specify the output format using the 'format' prop.
URLs
convert-file
Prompt
Use this action to convert files to the chosen format. The action requires the 'file' prop being the file to convert. To specify the output format, provide 'format' prop - though it isn't mandatory.
URLs
convert-web-url
Prompt
Allows a website page to be converted to a specified format. Requires 'url' prop as the website URL. 'format' prop can be used optionally to select output format.
URLs
The text was updated successfully, but these errors were encountered: