Click here to Skip to main content
16,012,223 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Anyone suggest if pdf page can be converted to tif in vb.net using itextsharp dll. or if there is any other open source library in vb.net to do the same
Posted
Comments
Richard MacCutchan 27-Nov-15 3:21am    
I have never tried anything like this, but I am guessing it is possible. Create a Window where you display the relevant portion of the PDF, capture the window as a bitmap, and then save as a tiff file.
Augustovich 3-Dec-20 16:55pm    
You can use Ghostscript to do that.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900