使用C编程将PDF转换为BMP文件的时间更短 [英] convert PDF to BMP file with less time using C programming

查看:85
本文介绍了使用C编程将PDF转换为BMP文件的时间更短的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

Hello All



我是一名新手程序员,对学习C编程感兴趣。我有一个将PDF转换为BMP的项目。我需要关于这个项目的建议以及关于如何工作的任何想法。

我使用的语言是C编程。



非常感谢

Hello All

I am a novice programmer and interested in learning C programming . I have a project to convert PDF to BMP . I need suggestions about this project and any ideas regarding how to work my way up .
The language that i am using is C programming .

Thanks a lot

推荐答案

嗯,它可以工作。 显示PDF页面也可以在您使用虚拟光栅时使用。

首先,您需要找到最合适的方式来加载和显示PDF页面。

尝试 [ ^ ]



然后,您可以使用BitBlt将显示页面的栅格复制到位图中并保存。

如果您正在取得进展但需要帮助,请将您的源代码发给我,我会帮助您。



参见:

如何阅读,编写和编辑使用LEADTOOLS的PDF文件和元数据 [ ^ ]
Well, it can work. "Display a PDF page" can also be when you use a virtual raster.
First, you need to find out the best suitable way to load and display the PDF pages.
Try [^]

Then, you can use BitBlt to copy the raster where the page is displayed into a bitmap and save it.
If you are progressing but need help, please send me your source code and I''ll help you.

See also:
How to Read, Write and Edit PDF Files and Metadata using LEADTOOLS[^]


您可以加载pdf文件并将屏幕作为位图抓取
You can load the pdf file and grab the screen as a bitmap


这篇关于使用C编程将PDF转换为BMP文件的时间更短的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆