Click here to Skip to main content
15,890,390 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I am doing a system that will require converting tif files to a PDF format. How is this best done?
Posted
Comments
Sergey Alexandrovich Kryukov 21-Mar-12 15:06pm    
I'm just curious: why?
--SA
Central_IT 22-Mar-12 7:31am    
A PDF is created when the users run a Crystal Report. This PDF is saved in a SQL Server table. When the user scans a document say via a scanner, it is created into a Tif file. I want all the files to be PDF going into the SQL Server table and not a mix. Basically I want to convert this scanned tif image into a PDF and then save into SQL Server table. A simple solution would be all scanned images to PDF but there could be the case the user does not change the setting etc.

1 solution

Use any of the many freely available converters that can be found but a googling away.

Here[^]
 
Share this answer
 
Comments
Sergey Alexandrovich Kryukov 21-Mar-12 15:06pm    
Fair enough, a 5.
--SA

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