Image to PDF Converter

How to edit PDF properties when converting image to PDF?

This article will describe the special subject about converting image file to PDF document and editing PDF property with the command line application ImagePDF Image to PDF Converter.

About PDF properties

When opening a PDF document with any kinds of PDF viewer or reader, you can browse PDF property accordingly. Such like Title, Author, Keywords, Subject, Creator, etc. These information can be edited when the PDF document is created.

How to edit PDF property when converting image to PDF?

There are several steps for you to follow:

  • Download Image to PDF Converter and extract it to the computer. The executable file img2pdf.exe will act as the called program in the conversion.
  • Open MS-DOS interface in Windows system in order to input the command line.
  • If you don’t know how to use Image to PDF Converter, please input the file path of img2pdf.exe in MS-DOS interface and hit Enter button to see its usage and options.
  • Input the command line by following the template and example offered below.
  • Run the conversion at last.

The command line usage:

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

To edit PDF description, you need to use these options: –producer, –creator, –subject, –title, –author, –keywords, –credate and –moddate.

Please see the following command line example:

img2pdf –title “article” –subject “technology” C:\input.jpg C:\output.pdf

There is a successfully run command line shown in the following snapshot:

convert image to PDF and edit PDF properties with Image to PDF Converter The command line is

"C:\Program Files\img2pdf\img2pdf.exe" -author "Nancy" -keywords "PDF Properties" -producer "ImagePDF" "C:\Documents and Settings\admin\Desktop\demo\jpg\test0001.jpg" C:\test.pdf

Where

"C:\Program Files\img2pdf\img2pdf.exe" is the path of called program img2pdf.exe.
-author "Nancy" -keywords "PDF Properties" -producer "ImagePDF" is to set PDF description.
"C:\Documents and Settings\admin\Desktop\demo\jpg\test0001.jpg" is the path of original image file.
C:\test.pdf is the path of target file.

When opening the created PDF document, you can see its information like the following snapshot shows:

PDF properties of the created document

You can have a try of the useful command line application Image to PDF Converter via clicking the following button:

download Image to PDF Converter for free

Image to PDF Converter

How to convert image to PDF and set page size?

With the help of the the command line application ImagePDF Image to PDF Converter, users can easily and accurately convert image to PDF document. This article will act as the guide for how to use this application to realize the functions that you need.

At first, please free download Image to PDF Converter and unzip it to some location of the computer. In the unzipped package, the executable file img2pdf.exe plays the role of the called program in the conversion from image file to PDF document.

If there is no idea about how to use this command line application, please input the file path of img2pdf.exe in MS-DOS interface which is the conversion platform to see the usage of the application. Then the command line usage template will appear like the following one:

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

Image to PDF Converter is able to realize various kinds of functions in the conversion process. The following command line example emphasizes to set PDF page size in the conversion.

The options to be used are –width and –height

img2pdf.exe -width 612 -height 792 C:\in.tif C:\out.pdf
img2pdf.exe –width 753 D:\test.jpg D:\test.pdf
img2pdf.exe –height 852 C:\A.bmp C:\B.pdf

The first example is to set PDF width as 612 and set PDF height as 792.
The second example is to set PDF width as 753 alone.
The last example is to set PDF height as 852 alone.

Please see a successfully run command line in the following snapshot.

convert image to PDF and set page size with Image to PDF Converter

The command line is:

"C:\Program Files\img2pdf\img2pdf.exe" -width 800 -height 600 "C:\Documents and Settings\admin\Desktop\demo\bmp\PH01236U.BMP" "C:\Page Size.pdf"

Where

"C:\Program Files\img2pdf\img2pdf.exe" is the path of the called program img2pdf.exe.
-width 800 -height 600 is to set PDF width and height as 800 and 600 respectively.
"C:\Documents and Settings\admin\Desktop\demo\bmp\PH01236U.BMP" is the path of input image file.
"C:\Page Size.pdf" is the path of target PDF document.

Image to PDF Converter is a Windows Application which can directly convert image files (TIF, JPG, GIF, PNG, BMP, PSD, WMF, EMF, PDF, PCX, PIC, etc.) to PDF files. It is also a stand-alone program which does not require third-party program on the computer. To try this application for free, please click the following button.

free try Image to PDF Converter

Image to PDF Converter

Convert image to PDF/X

For facilitating graphics exchange, PDF/X was developed. But for facilitating image to PDF/X, Image to PDF Converter was developed. PDF/X files must not only follow certain restrictions, but also must contain a special file identification, inside the PDF, which says which PDF/X version they are. This means that a file can only conform to a single specific PDF/X standard, even if all other requirements are met.  Under rigid limitation, PDF/X  is widely used in the printing, publishing area. After Image to PDF Converter born, this process has stepped a big step. It gets through the printing in image area.

  Now let us get to the point,  check how to convert image file to PDF/X directly.

  • Download Image to PDF Converter to your PC.  It is command line software, so when you downloading, it is a zip file. After download it, please unzip it then find the readme.txt file and read it carefully.
  • Learn how to use it. As we need to convert image to PDF/X, we need to find the parameter related with this conversion. It is not hard to find parameter “-pdfx”.

                                                -pdfx: create PDF/X compliance PDF file

                                            Example: img2pdf.exe -pdfx C:\in.tif C:\out.pdf

  • Now like other command line software, you need open MS Dos Window, input the command line following the above example.

Principle we have talked, now let us make field practice. Take a random image file for example, multi-page tiff file.

conversion effect

From the above snapshot, we can deduce that this software convert tif to pdfx successfully. If you check the the tiff file carefully, you will find that it has a little skew. But in the converted pdfx, it is totally straight. The secret lies in that I have added another parameter “-skewcorrect” .

-skewcorrect: skew correct for black and white image file

Example: img2pdf.exe –pdfx  -skewcorrect C:\in.tif C:\out.pdf

Here I will call and end for the conversion from image file to pdfx. If you want to know more software about file format conversion, please visit ImagePDF Software.

Image to PDF Converter

How to convert tiff to PDF/A?

  Take long-term preservation of image file consideration, some libraries or companies would like to convert image to PDF/A and then save the image files safe and good forever. And it is known to all that PDF/A is a proposed international standard for long-term electronic document preservation, so for conversion in a easy mode consideration, here I will public an article about convert image to PDF/A.  I will take converting tiff to PDF/A for example to show you how to convert image to PDF/A.

Before run the conversion, we need to know more about PDF/A.You need to take some factors into consideration when creating an image-only file to PDF/A archive. To migrate an existing image archive to PDF/A, or to create a PDF/A archive from newly scanned images, the first decision to be made is whether the PDF/A file should meet Level A or Level B conformance, denoted PDF/A-1A and PDF/A-1B respectively.

But how much do you know PDF/A-1A and PDF/A-1B? Here I differ them by some simply words. PDF/A-1A and PDF/A-1B extract the content of file in different ways, PDF/A-1A follows closely to the line of  ISO 19005-1 standard, Level A Conformance. But PDF/A-1B *(Level B Conformance) belongs to the lowest PDF/A-1A file. It observes the ISO 19005-1 loosely.

Now let us back to the topic. Convert tiff to PDF/A now.

  • Download software Image to PDF Converter here.
  • This is the command line software and you need to call it from MS Dos Windows.
  • When you download it successfully, you need to unzip the file and open MS Dos Windows.
  • Check the usage in its readme.txt.
  • It is not hard to find this parameter,

                               -pdfa: create PDF/A compliance PDF file

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

  • You can do the conversion following the above example.
  • A few moments later, you can check the PDF/A file with the content of image file.

Now let us check the conversion effect from the following snapshots.

tiff to PDFA

If you need to know more functions of this software, please visit its homepage.  And if you need to know more about software about file formats conversion, ImagePDF  will be a good place for you.

Image to PDF Converter

How to use Ghostscript to convert PDF file to image file

What will you do if you need to convert PDF files into image file? Do not worry, Image to PDF Converter can help you solve this problem with Ghostscript. So what is Image to PDF Converter? How does it help users? Image to PDF Converter is a windows application which can help users convert image to PDF files and issue commands to to set the generated PDF files. This software can run on many systems including Win98 /ME/NT/2000/XP/2003/Vista of 32-bit and 64-bit. With the parameters listed in the command line usage,users can set the generated PDF files according to their own needs. More information about this software plese go to the home page.

With the help of  Image to PDF Converter, users can use Ghostscript to convert PDF file to image file. In the command line usage, the parameter "-usegs" can help users use Ghostscript to convert PDF file to image file.

Main steps:

  • First click here to free download this software to your PC and you will get a zip file which you need to decompress. You will find an application img2pdf.exe in the folder after decompression.
  • As Image to PDF Converter is a command line product and MS-DOS oriented application, first we need to input this application into the interface. Just click Start-Run and then input "cmd" into the Open combo box,then press the OK button.
  • Input the command line into the interface according to the command line usage. The command line should be like this:

   img2pdf.exe –usegs C:\in.pdf C:\out.jpg

In this command line,"img2pdf.exe“ refers to the path of the application,  C:\in.pdf  refers to the path of the

   With this parameter, users can use Ghostscript to convert PDF file into image. If any users want to experience using Ghostscript to convert PDF files to image with the help of Image to PDF Converter, please free download the trial version, if you are satisfied with this software,please click here to buy the official version.