dqm83011 2016-01-19 07:06
浏览 92

库将PDF转换为图像

Hi friends I'm new to Codeigniter . In my new project i've a task to upload a pdf file and i've to convert it to an image . could any one suggest me solution is there is any library function to convert it and also get me some working code if possible . Thanks in advance

  • 写回答

3条回答 默认 最新

  • dtqjbbr5283 2016-01-19 07:22
    关注

    You can convert (Split) PDF files into images with ImageMagick and GhostScript. Checkout this PHP library here.

    This class can be used to convert PDF documents to images using Ghostscript. It takes an uploaded PDF file and converts it into JPEG images using the Ghostscript program.

    NOTE: The converted images are stored in files numbered according to the respective PDF document page.

    评论

报告相同问题?

悬赏问题

  • ¥15 全部备份安卓app数据包括密码,可以复制到另一手机上运行
  • ¥15 Python3.5 相关代码写作
  • ¥20 测距传感器数据手册i2c
  • ¥15 RPA正常跑,cmd输入cookies跑不出来
  • ¥15 求帮我调试一下freefem代码
  • ¥15 matlab代码解决,怎么运行
  • ¥15 R语言Rstudio突然无法启动
  • ¥15 关于#matlab#的问题:提取2个图像的变量作为另外一个图像像元的移动量,计算新的位置创建新的图像并提取第二个图像的变量到新的图像
  • ¥15 改算法,照着压缩包里边,参考其他代码封装的格式 写到main函数里
  • ¥15 用windows做服务的同志有吗