Infeasible
Status Update
Comments
hj...@google.com <hj...@google.com> #2
Hello,
Thanks for bringing this to our notice! A feature request for the same has been forwarded to the App Engine Product Engineering Team so that they may evaluate it. However, please note that there is no ETA or guarantee of implementation for this. Rest assured, we’ll keep you updated on every update we receive from the team. All communication regarding this feature request is to be done here.
[Deleted User] <[Deleted User]> #3
Hey there, I noticed that Go 1.20 runtime is suffering the same fate here. I'd be happy to submit a patch to remove ffmpeg from the documented system packages if this is not a priority to fix :)
ti...@gmail.com <ti...@gmail.com> #4
never mind
[Deleted User] <[Deleted User]> #5
Error: Command failed: magick convert -density 100 -quality 80 -background white -alpha remove ./tmp/1587993515932-56.pdf ./tmp/1587993515932-56.jpg /bin/sh: 1: magick: not found
[Deleted User] <[Deleted User]> #6
Hello, i removed the word magick in the code, and now i have this error:
Command failed: convert -density 100 -quality 80 -background white -alpha remove /tmp/1587994916960-56.pdf /tmp/1587994916960-56.jpg
convert-im6.q16: not authorized `/tmp/1587994916960-56.pdf' @ error/constitute.c/ReadImage/412.
convert-im6.q16: no images defined `/tmp/1587994916960-56.jpg' @ error/convert.c/ConvertImageCommand/3258.
Solution:https://cromwell-intl.com/open-source/pdf-not-authorized.html
Command failed: convert -density 100 -quality 80 -background white -alpha remove /tmp/1587994916960-56.pdf /tmp/1587994916960-56.jpg
convert-im6.q16: not authorized `/tmp/1587994916960-56.pdf' @ error/constitute.c/ReadImage/412.
convert-im6.q16: no images defined `/tmp/1587994916960-56.jpg' @ error/convert.c/ConvertImageCommand/3258.
Solution:
hj...@google.com <hj...@google.com> #7
Are you able to convert your pdf to png ?
Since this requested package involves some OS files modification, and need access to persistent storage (persistent storage is not available on App Engine Standard environment [0]), I think that better approach is build a docker container and deploy it on app engine flex [1] or deploy your code on a Compute engine VM
[0] -https://cloud.google.com/appengine/docs/the-appengine-environments#comparing_high-level_features
[1] -https://cloud.google.com/appengine/docs/flexible/custom-runtimes/build
[2] -https://cloud.google.com/compute
Since this requested package involves some OS files modification, and need access to persistent storage (persistent storage is not available on App Engine Standard environment [0]), I think that better approach is build a docker container and deploy it on app engine flex [1] or deploy your code on a Compute engine VM
[0] -
[1] -
[2] -
Description
Ubuntu Package name: ImageMagick
Your use case: Convert PDF to PNG. (code example: magick convert -density 100 -quality 80 -background white -alpha remove ./tmp/abc.pdf ./tmp/xyz.png`)
Project: apps-iv2