Tuesday, January 20, 2009

IMage TO PDf Conversion Tool

Steps to convert Image (taking the input from scanner) to Pdf format Step1: Installation of the application “Image2PDF v3.2 “ · download url: http://www.verypdf.com/tif2pdf/tif2pdf.htm · save into our local system · Run the application · Configure the setting as we needed(we can customizable settings if needed) Step2: Integration with our Application By calling Process of this application whenever we needed in Application using Java by placing tabs or buttons or links. Sample code: Runtime rt = Runtime.getRuntime(); Process proc = rt.exec("C:/Program Files/VeryPDF Image2PDF v3.2/Image2PDF.exe"); ); Main features: You can take the input from the scanner and storing into Storage location directly using this. Input: Hardcopy of any document to upload as PDF file. Output: Storing as pdf file into file system. You can convert image files to pdf files by selecting the source location or drag the file from windows explorer to tool. Image To PDF Features (Document) Supports TIF, TIFF, JPG, JPEG, PNG, GIF, PCD, PSD, TGA, BMP, DCX, PIC, EMF, WMF, etc. image formats Combines multiple directories and images into one PDF file Does NOT need Adobe Acrobat software Supports Win98/ME/NT/2000/XP/2003/Vista platforms Supports Multi-page image file to PDF conversion Supports sorting on file name when converting batches Image files can be dragged directly from Windows Explorer and converted quickly Supports single file processing, single directory processing, multi-level directory processing and many others Set automatic despeckling (of B/W images; removes noise) and skew-correction Merge several image files into a single PDF file during batch converting, or convert each image file into individual PDF file Makes use of effective compression processing to minimize space occupied by the created PDF files; for example, an A4 paper size TIFF file with a B/W image the output size is about 40KB to 50KB per page; color and gray-scale images are also compressed and optimized Drag and drop image files Password protection for PDF files with 40 or 128 bit encryption Set file permissions to restrict printing, copying, and future modifications to the document Automatically open PDF file after creation Specify any resolution in the generated PDF file Optimized to increase speed Set the document title, subject, author and keywords Supports scanner Supports monitor multiple directories Supports generate bookmarks Supports merge to an existing PDF file (insert before the first page or append to the last page) Note: Trial version for limited usage. Registered version for life time and unlimited (Purchasing cost is $38).

No comments:

Post a Comment