使用Acrobat SDK dll将PDF转换为图像
问题描述:
是否可以显示使用Acrobat SDK dll将PDF页面转换为图像的任何选项?我需要在其上进行注释(水印,注释,混浊).
如果您有任何想法,请帮助我.
Is there any option to display to convert PDF Page to image using Acrobat SDK dll? I need to comments(watermark, annotation, clouding) on it.
Please help me if you have any idea.
答
您好,
您是否看过iText或iTextSharp来操纵PDF?
我前段时间看到了此博客:此处... [
Hi,
Have you looked at iText or iTextSharp to manipulate PDFs?
I saw this blog some time ago: here...[^] it is about working with images in PDF files using c# and iTextSharp.
iText if you like Java, or iTextSharp if you prefer .Net, will also let you add watermarks, annotations etc... google it and you''ll see there''s a million examples available.
Otherwise converting a PDF file to an image is very complex.