Image to PDF Converter

How to convert image to searchable PDF?

The command line application ImagePDF Image to PDF OCR Converter allows to convert image to searchable PDF document with high quality and efficiency with OCR technology. In the homepage of ImagePDF Image to PDF OCR Converter, there are more information about it for you to learn.

Via clicking the button below, you are able to free download ImagePDF Image to PDF OCR Converter to your computer and then extract it to the location of disk. In the unzipped package, there is an executable file named as img2pdfocr.exe which is the called program of the conversion from image file to searchable PDF.

free download ImagePDF Image to PDF OCR Converter

If you don’t know how to use this application, please open the .txt document in the package to see its usage and options. Or you can open MS-DOS interface and input the path of img2pdfocr.exe, then hit Enter button on the keyboard to see its usage.

The detailed steps will be illustrated in the following contents:

1. Please open MS-DOS interface.

2. Input the command line in MS-DOS interface by referring to the command line template shown below:

img2pdf [options] <Image-file> [<PDF-file>]

3. Run the command line by hitting Enter button on the keyboard.

If you don’t understand the command line usage, please see the examples below. For example, you want to convert BMP, JPG, TIFF, etc. image format to searchable PDF document.

img2pdfocr.exe –ocr C:\input.bmp C:\output.pdf
img2pdfocr.exe –ocr –width 1024 –height 768 C:\A.jpg C:\B.pdf
img2pdfocr.exe –ocr –rotate 90 –view C:\aa.tif C:\bb.pdf

The first example is for converting BMP to searchable PDF document without setting any parameters.
The second example is for converting JPG to searchable PDF document and set PDF width and height as specified value.
The last example is for converting TIF to searchable PDF document and rotate the created PDF document by 90 degree and automatically view the created PDF document after the conversion.

If you want to know more functions or features about this command line application, you are might as well free download ImagePDF Image to PDF OCR Converter to experience it.

Image to PDF Converter

How to count page number of PDF document?

It is able for the command line application ImagePDF Image to PDF Converter to count page number for PDF document as long as you input an easy command option in MS-DOS interface.

Firstly, please free download ImagePDF Image to PDF Converter and unzip it to a destination of local disk. Then you will see there is an executable file named as img2pdf.exe which is the called program for the page counting process.

In the unzipped folder of Image to PDF Converter, there is a user guide—the TXT document named as readme.txt which shows all the usage and options of this command line application.

In order to learn more information about this application, please visit the homepage of ImagePDF Image to PDF Converter.

For counting the number of PDF pages, please refer to the following command line template:

img2pdf [options] <PDF-file>

For counting the number of PDF pages, please use the option –getpagecount.

For example, if there is a multipage PDF document on your computer and you don’t have a PDF reader to get the page number of it, please write the command line like the following one:

img2pdf.exe -getpagecount C:\in.pdf

To see the conversion result, the following snapshot can give you a clear sight:

count PDF page number with ImagePDF Image to PDF Converter

The commands are:

"C:\Program Files\img2pdf\img2pdf.exe" -getpagecount "C:\Documents and Settings\admin\Desktop\demo\pdf\test_pdf2excel_normal.pdf"

In the commands:

"C:\Program Files\img2pdf\img2pdf.exe"  is the path of img2pdf.exe.
-getpagecount is the option for counting number of PDF pages.
"C:\Documents and Settings\admin\Desktop\demo\pdf\test_pdf2excel_normal.pdf" is the path of the input PDF document.

If you are interested in ImagePDF Image to PDF Converter, please download the free trial version of it to your computer and experience the powerful function of it. Please click the following button to download the application:

free download ImagePDF Image to PDF Converter

Image to PDF OCR Converter

How to convert website to PDF file?

In our knowledge base, it is easy to find a way concerning converting image file to PDF. But sometime you may need to convert website to PDF file. Buying another copy of software which takes the functions of URL to PDF will be a little money-consuming. If you have owned ImagePDF software, here I will share way about converting website to PDF by our software.

Converting website to image

By Google, I searched free online website to image converter.  This free online tool, it converts URL or Html file to image formats, like jpg,bmp,png, pbm and tiff. Get first impression by the following snapshot of its website. On the website, detail usage of this software has been marked clearly. All the image formats supported this online tool also can be converted to PDF by ImagePDF Image to PDF Converter

free online PDF URL to Image PDF 
    Fig. 1. snapshot of free online URL to Image online converter website

Converting image to PDF and merge many PDF files into one

By that free online tool, converting website to image is not a problem. Now our aim is to convert image to PDF, which is just the software Image to PDF Converter good at.

First, download Image to PDF Converter to your PC. This is command line software, so you need to unzip it and call it in the MS Dos Windows.

Second, open MS Dos Windows and call img2pdf.exe. Input image files full path then specify the output PDF file destination.

                    Example:img2pdf.exe C:\in.jpg C:\out.pdf

If there is lots of image files, please use wild character to do the batch conversion. Then this command will convert all the jpg file in some folder to one PDF file.

                  Example: img2pdf.exe C:\*.jpg C:\out.pdf

However, if you need to merge all the output files into one, please use parameter “-mergepdf”.

        -mergepdf <string>   : merge two PDF files into one PDF file
        -mergepdf "file1|file2|file3|...": merge several PDF files into one
        -mergepdf "C:\filelist.txt": merge PDF files from a .txt file

      Example: img2pdf.exe -mergepdf "C:\*.pdf" C:\out.pdf

Just by ImagePDF software, converting URL to PDF in batch is not a problem. During the using, if you encounter any problem concerning ImagePDF software, please leave us a comment here, we will solve for you at the first time.

Image to PDF Converter

How to convert image to PDF/A?

The command line application ImagePDF Image to PDF Converter can not onliy convert image to PDF document, it also has the ability to convert image to PDF/A document which is more suitable for long time storing.

In the following contents, you will be able to see the how to make this conversion with Image to PDF Converter. The first thing you need to do is to download the application to the computer: Free download ImagePDF PDF to Image Converter.

There is no requirement about installation of ImagePDF PDF to Image Converter. Please just extract the downloaded ZIP file to some location of your computer and then call the executable file img2pdf.exe as called program for the conversion from image file to PDF/A document.

There is a .txt document readme.txt which is the detailed description about usage and options to the command line application in unzipped package of Image to PDF Converter. You can browse it before the conversion.

The option for creating PDF/A document is –pdfa, the following command line template is for your reference to write your own one.

img2pdf [options] <Image-file> [<PDF-file>]

For example, the input image file format is TIFF and you need to convert TIFF to PDF/A, The following command line template will be a better guide.

img2pdf.exe -pdfa C:\in.tif C:\out.pdf

There is a successfully run command line in the following snapshot.

convert image to PDFA with ImagePDF Image to PDF Converter

The commands are:

"C:\Program Files\img2pdf\img2pdf.exe" -pdfa "C:\Documents and Settings\admin\Desktop\demo\tiff\1.tif" C:\out.pdf

Where

"C:\Program Files\img2pdf\img2pdf.exe" is the path of img2pdf.exe.
-pdfa is to create PDF/A document.
"C:\Documents and Settings\admin\Desktop\demo\tiff\1.tif" is the path of input image file.
C:\out.pdf is the path of target PDF/A document.

In the end of this article, you are strongly recommended to download the free trial version of ImagePDF Image to PDF Converter to experience its functions. Please click the following button:

free download ImagePDF Image to PDF Converter

Image to PDF Converter

Convert image to PDF and compress PDF totally free

   For long time preservation and archives of image files, normally we will convert image to PDF or PDF /A file. However, some times the output PDF files are very big in size, for saving the PDF files in less space, compressing PDF file is needed. In this article, I will show you how to convert image to PDF file then compress the output PDF files totally free.

Convert image to PDF

First, download software Image to PDF Converter to your PC. This software was developed to command line version for easy use together with other computer application like c#, VB or others. So after downloading, please unzip it to some folder and check the elements in the extracted package.

Second, read readme.text file and run the conversion following examples in the readme. text. Open MS Dos Window first, then input the full file path of the executable file-img2pdf.exe. Input the full path of the image file which needs converting, following the output PDF destination.

             Example: img2pdf.exe C:\in.jpg C:\out.pdf

If you need to convert image file to PDF/A, please add parameter “-pdfa ”.

         -pdfa: create PDF/A compliance PDF file

If you need to adjust the output PDF margin, please add the following parameters.

       -margin <string>     : set page margin to PDF file
        -margin 10          : set margin to 10pt to left
        -margin 10x10       : set margin to 10pt to left,top
        -margin 10x10x10    : set margin to 10pt to left,top,right
        -margin 10x10x10x10 : set margin to 10pt to left,top,right,bottom

Example: img2pdf.exe –pdfa  -margin 10x10x10x10 C:\in.tif C:\out.pdf

Read carefully and follow the instruction in the readme.text file. The parameters of software will help you make wonderful PDF or PDF/A files from image.

Compress PDF file.

Sometimes the output PDF files are too big to save for a long run. For delivering better service, I searched and tested a totally free online tool for compressing PDF file. Here is its webpage link:http://www.verypdf.com/online/free-pdf-compress-online.php . Get a first impression of it by the following snapshot of  its website.

free online PDF compression tool
            Fig 1 free online PDF compression tool

Step 1 to 3 is a rough guide for how to use this software.  Especially for compressing image PDF, it develops three categories to three kinds of PDF files, color image, grayscale images and monochrome images. Form compressing font part, it has another special way.

  Use ImagePDF Image to PDF Converter together with this free online tool,you can make small but high quality PDF files. During the using, if you have any question,please leave us a comment. We will reply you at the first time.