使用 Google App Engine (Python) 制作 PDF 缩略图

Vol*_*orm 5 python pdf google-app-engine

是否可以使用Python版本的Google App Engine创建PDF文件的缩略图?

目标是让用户能够上传 PDF,并在页面上看到它以缩略图的形式呈现。

Nic*_*son 1

不。这需要 PDF 渲染器,据我所知,纯 Python 中不存在这样的东西。您必须使用外部服务来生成缩略图。