Two Ways to Use Document Converter

Two Ways to Use Document Converter

Document Converter is the professional version of VeryPDF Document Printer which contains two kinds of virtual printer: docPrint and docPrint PDF Driver. This Pro version—Document Converter contains GUI and command line applications inside and they can all convert varieties of printable documents to PDF or some kinds of image formats and set parameters for the target file. This article will show you how to use this application by GUI way and command line way.

First of all, please download the application via clicking here. Only by following the setup wizard, you will be easily fulfill the installation task.

GUI way

1. Open the application and add file (s)

You can open the GUI application by clicking the application icon or open it through Start menu. Please see the user-friendly interface of Document Converter in Figure 1. There is a file list in the interface and if you want to add document (s) into it, you can use any one of the following ways:(Here we take DOC document as the example)

add file (s) in Document Converter

Figure 1

  • Click the button image to open file picker window and choose document (s) in it.
  • Click File (F)—Add Files to open the file picker window.
  • Click Insert button to open file picker window.
  • Click File (F)—Add Directory to choose the documents in some folder, which is designed for batch conversion.

2. Make Settings

  • Please click image button to open the setting window which contains five tabs. Please see Basic Setting tab in Figure 2. To convert DOC to PDF document, you need to choose the output format as .pdf in Output format dropdown list. If you want to view the target file after conversion, please check the option View after conversion.

 

Basic setting tab

Figure 2

  • In Save Image Mode tab shown in Figure 3, you are able to set the image color depth as 1, 8 or 24-bit in Image Color Depth dropdown list. You can also select image resolution in Image Resolution dropdown list. The options in this tab will be useful when you choose output format as image format.

image setting

Figure 3

  • You can set the parameters for output PDF document in next three tabs. Please see Save PDF Mode tab in Figure 4. You can choose PDF making ways in Make PDF files mode group box, specify the save mode for target file in Save mode group box, select the destination for newly created PDF document in Destination group box.

save PDF

Figure 4

  • In PDF Info tab, you can edit PDF descriptions like Title, Author, Keywords, etc. Please see it in Figure 5.

edit PDF description

Figure 5

  • To encrypt PDF document, you can set user and master passwords in PDF Security tab shown in Figure 6. You can also check different permissions to allow the created PDF documents being printed, modified, copied, etc.

encrypt PDF

Figure 6

3. Run the conversion

Then please click OK button and click Start button in main interface of Document Converter to run the conversion from DOC to PDF in batches. The conversion will come to the end several seconds later.

Command line way

The executable file doc2pdf.exe in installation folder of Document Converter is the command line called program and you need to call it in MS-DOS interface. Please open MS-DOS interface by clicking Start—Run and input cmd in Open combo box, then click OK button. For learning the usage of the command line application, you can drag doc2pdf.exe into MS-DOS interface to see its usage as shown in Figure 7.

command line usage

Figure 7

There are three examples which are written by following the command line usage.

  • doc2pdf -s openpwd=123 -s ownerpwd=456 -s keylen=0 -s permission=3900 -i C:\test.doc -o C:\out.pdf
  • doc2pdf -a "Author" -i C:\input.dwg -o C:\output.pdf
  • doc2pdf -i C:\test.pdf -o C:\out.tif -c 4 -b 1 -r 200
  • doc2pdf -i C:\*.doc -o C:\*.pdf

The first three examples are for convert single file. The first one is to convert DOC to PDF and set open password as 123 and owner password as 456. The key length is set as 0 which stands for 40 bit RC4 encryption. Permission is 3900 which means denying anything. The second one is to convert DWG to PDF file and set PDF author as Author. The third one is to convert PDF to TIF format and compress the target file with CCITT Group 4 fax encoding method, set color depth as 1-bit, specify output resolution as 200 DPI.

The last example is for converting DOC to PDF in batches.

There are more useful information about Document Converter at its homepage. If you are interested in it, just enter the page now!

Why Is PCL to PDF Command Line So Practical?

PCL to PDF Command Line is designed for helping Windows users convert PCL to PDF with command line easily.  This CMD application allows you to print PCL, PXL and PX3 to PDF, PS, TIFF, JPEG, BMP, PCX and PXL mainly. Based on elementary processes like above, PCL to PDF Command Line could bring you various objective properties so that it could really satisfy your requirements quickly!  Supported systems: PCL to PDF Command Line needs to run in Windows 98/ME/NT/2000/XP/2003/Vista/7/2008 of both 32 and 64-bit Experience PCL to PDF Command Line, please feel free to click on here. Usage of PCL to PDF Command Line:

pcltool.exe [options] <supported source file> [<supported target file>]

 Supported input and output formats, including raster and vector image formats:

  • Input formats – PCL, PXL, PX3, PRN
  • Output formats – PDF, PS, TIFF, JPEG, BMP, PCX, PXL
Top and practical supported options of PCL to PDF Command Line:
  • About objective width and height: pcltool.exe -width 800 -height 600 d:\in.pcl e:\out.tif
  • About objective resolution: pcltool.exe –xres 300 –yres 300 d:\in2.pcl e:\out2.tif
  • About objective image bit-count: pcltool.exe –bitcount 8 d:\in2.pcl e:\out2.tif
  • About objective rotation: pcltool.exe –rotate 180 d:\in2.pcl e:\out2.tif (180 could be changed to 90, 270)
  • About merging PDF with 4 ways if file exists: pcltool.exe –append 2 d:\in2.pcl e:\out2.pdf
where –append 2 could be also: -append 0: Overwrite if PDF file exists -append 1: Insert before first page of existed PDF file -append 2: Append to last page of existed PDF file -append 3: Rename filename existed PDF file
  • About merging PDF normally with various ways:
-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 -mergepdf "C:\test.pdf*100-200*250-300": Extract page ranges from PDF file -mergepdf "C:\*.pdf": Merge PDF files into one PDF file
  • About encrypting PDF: pcltool.exe –openpwd 222222 –keylen 1 –ownerpwd 123456 –encryption 16 d:\in2.pcl e:\out2.pdf
Also maybe you need to know the following: -openpwd <string>: Set 'open password' to PDF file -keylen 0:  40 bit RC4 encryption (Acrobat 3 or higher) -keylen 1: 128 bit RC4 encryption (Acrobat 5 or higher) -keylen 2: 128 bit RC4 encryption (Acrobat 6 or higher) -ownerpwd <string>: Set 'owner password' to PDF file -encryption    0: Encrypt the file only -encryption 3900: Deny anything -encryption    4: Deny printing -encryption    8: Deny modification of contents -encryption   16: Deny copying of contents -encryption   32: No commenting ===128 bit encryption only -> ignored if 40 bit encryption is used -encryption  256: Deny FillInFormFields -encryption  512: Deny ExtractObj -encryption 1024: Deny Assemble -encryption 2048: Disable high res. printing -encryption 4096: Do not encrypt metadata
  • About bursting PDF into single PDF page:
-burstpdf <string>: Burst PDF file into single page PDF files …   … … … For more supported options, please go to official website of PCL to PDF Command Line. To know how to use PCL to PDF Command Line and other versions of PCL to PDF Converter, please go to user guide page.
A Powerful PDF Maker—PDF Creator

A Powerful PDF Maker—PDF Creator

Maybe you need to convert multiple kinds of file formats to PDF document everyday. Do you have a helpful handy tool? If not, please choose VeryPDF PDF Creator which is a virtual printer designed for you to create PDF document from any kinds of printable documents, including file formats of MS Office, OpenOffice, TXT, HTML, Webpage, AutoCAD, various image formats, etc. It is also a good tool for editing PDF description, encrypting PDF document, emailing created PDF, etc.

In this article, you will see how to use PDF Creator to create PDF document. Before knowing how it works, you need to download and install it on your computer by following the installation wizard. In the end of the installation, you will be reminded whether to set this virtual printer as default printer. Of course, you are recommended to choose Yes if you need to create PDF document often. Please see the introduction for this application in below contents.

Set parameters

You will not see PDF Creator in your computer disk because it locates in Printers and Faxes folder. Please find it, right click the printer and click Properties—Printing Preferences to open the window which contains ten tabs. Then you can set different parameters in each tab.

Page Setup

In this tab, you can customize PDF page size, page margin, page orientation, PDF graphic resolution, etc. according to your needs.

set PDF page

Figure 1

Compression

In this tab, you can compress color, grayscale or Monochrome image for created PDF document with different kinds of compression methods to reduce the PDF size.

compress PDF

Figure 2

Doc Info

In this tab, you can choose the version for output PDF document for suite different PDF reader or viewer. You can also edit PDF description like Title, Subject, Author, etc.

edit PDF description

Figure 3

Save as

In this tab, you can choose the output location for target files if you want to create PDF documents in batches. You can also the rename methods. For viewing the target file at the first time when the conversion is over, please check the option View after creation.

save PDF in batches

Figure 4

Font Embedding

You can add all the fonts appear in source file in this tab so that the created PDF document can be successfully read in any PDF viewer or any computer.

embed font

Figure 5

Security

In this tab, you can choose to encrypt PDF by adding open password to protect the document from being opened freely or set permissions for protecting the document from being modified, copied, printed, etc. The encryption level can be set as 40 or 128-bit.

encrypt PDF

Figure 6

Email

This tab enables you to email the created PDF document to your friends, families, etc. via SMTP server. You just need to input the address of recipients, Outgoing SMTP Server, your authentication user name and password. Then check Email after creation in Save as tab shown in Figure 4, this function will be activated.

email PDF

Figure 7

Then please click OK button. When you want to create PDF document, you just need to print the document to PDF Creator, then the conversion will be done. There are also Pro version and COM version of PDF Creator for your requirements. For more information, please visit its homepage.

Privacy Policy

What Information Do We Collect?

VeryPDF Online Tools collects information from you when you register on our site, place an order, subscribe to our newsletter, respond to a survey or fill out a form.

When register on our site, as appropriate, you may be asked to enter your name or e-mail address. You may, however, visit our site anonymously.

What Do We Use Your Information for?

Any of the information we collect from you may be used in one of the following ways:

a. To personalize your experience
Your information helps us to better respond to your individual needs.
b. To improve our website
We continually strive to improve our website offerings based on the information and feedback we receive from you.
c. To improve customer service
Your information helps us to more effectively respond to your customer service requests and support needs.
d. To process transactions
Your information, whether public or private, will not be sold, exchanged, transferred, or given to any other company for any reason whatsoever, without your consent, other than for the express purpose of delivering the purchased product or service requested.
e. To send periodic emails
The email address you provide for order processing, may be used to send you information and updates pertaining to your order, in addition to receiving occasional company news, updates, related product or service information, etc.

How Do We Protect Your Information?

VeryPDF Online Tools implements a variety of security measures to maintain the safety of your personal information when you place an order or enter, submit, or access your personal information.

VeryPDF Online Tools offers the use of a secure server. All supplied sensitive/credit information is transmitted via Secure Socket Layer (SSL) technology and then encrypted into our Payment gateway providers database only to be accessible by those authorized with special access rights to such systems, and are required to keep the information confidential.

After a transaction, your private information (credit cards, social security numbers, financials, etc.) will not be stored on our servers.

Do We Use Cookies?

Yes. (Cookies are small files that a site or its service provider transfers to your computer’s hard drive through your Web browser (if you allow) that enables the sites or service providers systems to recognize your browser and capture and remember certain information.

We use cookies to help us remember and process the items in your shopping cart.

Do We Disclose Any Information to Outside Parties?

We do not sell, trade, or otherwise transfer to outside parties your personally identifiable information. This does not include trusted third parties who assist us in operating our website, conducting our business, or servicing you, so long as those parties agree to keep this information confidential. We may also release your information when we believe release is appropriate to comply with the law, enforce our site policies, or protect ours or others rights, property, or safety. However, non-personally identifiable visitor information may be provided to other parties for marketing, advertising, or other uses.

Blogs and Forums

We provide the capacity for users to post information in blogs and forums for sharing information in a public space on the website. This information is publicly available to all users of these forums and visitors to VeryPDF Online Tools. We require registration to publish information, but given the public nature of both platforms, any personal Information disclosed within these forums may be used to contact users with unsolicited messages. We encourage users to be cautious in disclosure of personal Information in public forums as VeryPDF Online Tools is not responsible for the personal Information users elect to disclose.

Third Party Links

Occasionally, at our discretion, we may include or offer third party products or services on our website. These third party sites have separate and independent privacy policies. We therefore have no responsibility or liability for the content and activities of these linked sites. Nonetheless, we seek to protect the integrity of our site and welcome any feedback about these sites.

Children’s Online Privacy Protection Act Compliance

We are in compliance with the requirements of COPPA (Children’s Online Privacy Protection Act), we do not collect any information from anyone under 13 years of age. Our website, products and services are all directed to people who are at least 13 years old or older.

Online Privacy Policy

This online privacy policy applies only to information collected through our website and not to information collected offline.

Terms and Conditions

Please also visit our Terms and Conditions section establishing the use, disclaimers, and limitations of liability governing the use of our website at http://www.verypdf.com/terms-of-use.html

Your Consent

By using our site, you consent to our online privacy policy.

Notification of Changes

If we decide to change our privacy policy, we will post those changes on this page, and/or update the Privacy Policy modification date below.
This policy was last modified on May 30, 2012

Changes to Our Privacy Policy

If you have any questions or concerns regarding this Privacy Policy Statement, please contact using the information below.
Website: www.VeryPDF.com
Email: support@verypdf.com

How to Use PDF to Word Converter

How to Use PDF to Word Converter

The application VeryPDF PDF to Word Converter supplies two ways for converting PDF to DOC, DOCX of MS Office Word, RTF document: GUI method and command line method. There are six kinds of reconstruction modes which are able to ensure the accurate output layouts of the target file. You can also set the page range for the converted PDF page. In addition, the application supports to only retain text in target file by deleting all pictures of graphics. With a huge language basement, PDF to Word Converter supports more than fifteen kinds of languages.

GUI method

1. Download and install PDF to Word Converter

Please click here to download PDF to Word Converter to your computer and then double click the installer and follow the setup wizard to finish the installation step by step, which is easy enough for everyone. 

2. Add file (s)

After opening the application by double clicking its icon or open from Start menu, you will see the smart user interface of PDF to Word Converter like the one shown in Figure 1, you can add files into it by clicking File—Open or use the shortcut key Ctrl+ F to open file picker window in which you can choose the document (s) to be converted. Or you can drag and drop PDF document (s) into the application directly.

Interface of PDF to Word Converter

Figure 1

3. Set parameters for output file

After adding PDF document (s), the window Preferences which is for setting PDF parameters will pop up and you can make different settings in it according to your needs. Please see the window in Figure 2. Four tabs are available for setting different parameters.

clip_image002

Figure 2

In Reconstruction Mode, you can control the output layout for target file by choosing the suitable mode. For knowing the detailed information about each mode, you can read the user manual PDF to Word Converter.

In General Tab, you can set the converted page range for converted PDF document, either all pages or specified page range. You can also customize the output Word page zoom percentage from 50% to 200%.

In Language tab, you can choose Auto or English Document. If there are some non-English PDF documents, you can easily convert them to Word document with the help of the language basement embedded in PDF to Word Converter. 

In Graphics tab, you can choose to delete all pictures of graphics (Like line, arc, etc.) in original PDF document for reducing the file size of output document.

4. Save target file

After clicking on OK button, the dialog box for saving target file (s) will pop up. If you convert a single file, you need to save the target file in Save as dialog box. If you convert a batch of files, you will need to save target files in Browse for folder window.

Command line method

1. Open MS-DOS interface

Use following two ways to open MS-DOS interface:

  • Click Start—Run and input cmd or CMD in Open combo box, then click OK button.
  • Use shortcut key Window+ R to open Run dialog box and then do the same work.

2. Type your command line

The usage of PDF to Word Converter is like the one below:

PDF2Word [Option] –i <PDF File> -o [<DOC File>]

To apply the usage template, please see a successfully run command line example:

PDF2Word –z 100 -f 2 -l 10 -i D:\input.pdf -o D:\output.doc

In the command line,

PDF2Word stands for the called program PDF2Word.exe in the folder of the application.

  • -z 100 means the zoom percentage of output DOC document.
  • -f 2 is to specify the first converted page as 2.
  • -l 10 is to specify the last converted page as 8.
  • -i following with D:\input.pdf is the path of source file.
  • -o following with D:\a.doc is the path of target file.

3. Run the conversion

At last, please don’t forget to press Enter button on the keyboard to run the conversion. If you want to learn more options about the command line, you can use the command –h or –? to print the usage information in MS-DOS interface.

You can get more useful information about PDF to Word Converter when you enter its homepage. If you input scan or image PDF document or when you find PDF to Word Converter cannot export exact text as normal, maybe you can try PDF to Word OCR Converter or Scan to Word OCR Converter.