Home  >  Article  >  Backend Development  >  pdf持久化处理 转成图片的问题

pdf持久化处理 转成图片的问题

WBOY
WBOYOriginal
2016-06-06 20:15:551122browse

持久化处理pdf 转图片,一次只能转一页
'odconv/png/page/1/density/150/quality/80/resize/800|saveas/'.$_key

可不可以批量的转呢,可以拼接成一次持久化处理请求吗?

回复内容:

持久化处理pdf 转图片,一次只能转一页
'odconv/png/page/1/density/150/quality/80/resize/800|saveas/'.$_key

可不可以批量的转呢,可以拼接成一次持久化处理请求吗?

这个只支持按页码转换,你可以循环调用该接口进行转码操作

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn