PDF Password Remover

VeryDOC PDF Password Remover- remove PDF password in batch

  Have you ever been perplexed by those situations where you can not open some PDF files directly as you need to input the password each time, or  even if you can open PDF files but you can change or edit it, let alone printing? If yes, the following article will be helpful for you. In this article, I will show you VeryDOC PDF Password Remover which can be used to remove PDF password in batch.

Step 1. Download PDF Password Remover

  • This software only works under Window system, if you are Mac user, please download the Mac version.
  • And this software is GUI version, so you need to install it. The installation may take 5-10 seconds. And the installation is quite simply, please double click the exe file and follow installation message then you can install it easily.

Step 2. Remove PDF password

  • The following snapshot is from the PDF Password Remover interface. Please note that this software only can remove owner password protected PDF password directly. When you need to remove the open password, you need to know and input the password during removing process.

software interface of PDF password remover

  • Click button Open to add PDF file to software interface. If the password protected PDF file is mixed together with the normal PDF file, please do not worry. Simply add all of them to software interface, the normal PDF will give error message. And the password protected PDF will be removed the password directly.
  • During the removing password, you will be removed to specify the output folder and name one by one. Once you specified the output folder, the removing process will end.
  • But when you remove the open password protected PDF file, there will be pop up message reminding to input the password. But you do not need to input both, normally if you  know one of the user password or owner password and input it in the dialogue box then the removing process will succeed.

Note: now if you use the GUI version, the limitation that each time you have to specify output folder can not be removed. But we will fix this matter in the next version. But this limitation can be avoided by the command line version.  This software either can be used as GUI version and command line version.

  • Please go to the installation folder and find the executable exe file named pdfdecrypt and call it in the MS Dos Windows then you can use it as command line software.

The following is the PDF Password Remover commend line parameters.
-------------------------------------------------------------------
Usage: pdfdecrypt [options]
-i [pdf file name] : decrypt PDF filename or directory.
-o [pdf file name] : PDF file will be generated.
   If you not specify the -o parameter, the default output file will overwrite t
he input PDF file.
-u                 : user password.
-w                 : owner password.
-v                 : view the PDF file after decryption.
-l [log file name] : specify log file for output message.
-?                 : help.
-h                 : help.
--------------------------------------------------------------------
Example:
     pdfdecrypt -i C:\sample.pdf -o C:\decrypt.pdf -w owner -u user -l C:\error.
log
     pdfdecrypt -i C:\sample.pdf
     pdfdecrypt -i C:\sample.pdf -o C:\out.pdf -w "owner password"
     pdfdecrypt -i C:\sample.pdf -o C:\out.pdf -u "user password"
     pdfdecrypt -i C:\pdfdir\ -o D:\ -l C:\error.log

During the using, if you have any question, please contact us as soon as possible.

VN:F [1.9.20_1166]
Rating: 0.0/10 (0 votes cast)
VN:F [1.9.20_1166]
Rating: 0 (from 0 votes)
EMF to Vector Converter

VeryDOC EMF to PDF Command Line Converter

   VeryDOC EMF to PDF Converter is a professional command line application which can be used to convert Metafile (EMF, WMF) to PDF in batch by command line. By this way, you can make EMF with big size to smaller PDF file which can be printed at high resolution. In the following part, I will show details about how to use this software.

Step 1. Download Metafile to PDF Command Line

  • As it is command line version software, we have compressed it to zip file. When the downloading finishes, please extract it to some folder. Then you can check the elements in it.
  • Before run the conversion, please read the website and readme.txt file carefully.

Step 2. Convert EMF to PDF

Usage: emf2pdf [options] <emf-file> [<pdf-file>]

Example:

  • When you need to convert single EMF file to PDF, please use the following template.
    emf2pdf [options] <emf-file> [<pdf-file>]
  • When converting EMF file to PDF in batch, you can use wild character or write bat file yourself. Please refer to the following template.
    emf2pdf.exe C:\*.emf C:\*.pdf
  • When you need to convert emf file to PDF/A, please refer to the following command line.
    emf2pdf.exe -pdfa C:\in.emf C:\out.pdf
    -pdfa               : Create PDF/A compliance PDF file
  • When you need to create PDF/X compliance PDF file, please refer to the following command line.
    emf2pdf.exe -pdfx C:\in.emf C:\out.pdf
    -pdfx               : Create PDF/X compliance PDF file
  • When converting emf to PDF and specify margins, please refer to the following command line.
    emf2pdf.exe -margin 100x100x100x100 C:\in.emf C:\out.pdf
  • -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

  • When you need to set password for the output PDF file, please refer to the following command line.
    emf2pdf.exe -ownerpwd 123 -keylen 2 -encryption 3900 C:\in.emf C:\out.pdf

-openpwd <string>   : Set 'open password' to PDF file
  -ownerpwd <string>  : Set 'owner password' to PDF file
  -keylen <int>       : Key length (40 or 128 bit)
        -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)
As there are too many parameters, I can not list all of them. If you need to know more, please check the readme.txt file. During the using, if you have any question, please contact us as soon as possible.

VN:F [1.9.20_1166]
Rating: 0.0/10 (0 votes cast)
VN:F [1.9.20_1166]
Rating: 0 (from 0 votes)
HTMLPrint to Any Converter

Print HTML to Jpg and specify width and height

   VeryDOC HTMLprint to Any Converter can be used to print HTML to Jpg and specify the image width and height. You can also use this software as HTML printing tools. By it you can do the printing job and conversion job together. Jpg is one of the output image file formats, it also can output tif, gif, png and other common image file formats. When converting website to image, it allows you to set output image width and height. In the following part, I will show you how to make it work.

Step 1. Download HTMLprint to Any Converter

  • This software is command line version but for easy uploading and downloading, we have compressed it to zip file.
  • Once the downloading finishes, please extract it to some folder then you can check the elements in it.
  • Please find the readme.txt, which contains all the parameters and examples. The executable file is named as html2any.
  • If you need to check the conversion effect, please double click the bat file.

Step 2. Print HTML to Jpg

Usage: html2any.exe [options] <HTML/MHTML file or URL>

Example

  • When converting website to jpg and specify the output image quality, please refer to the following command line.
    html2any.exe -printtoimage C:\out.jpg -quality 50 http://www.verypdf.com
    -printtoimage <string>  : this is an order to print HTML document to image files
    Following this parameter, please input the full file path and specify the file name.
    -quality <int>          : Set quality (1~100) to JPEG file
    Please note that this parameter is only available for JPEG or jpg  file. By it you can control the image quality. The better the quality is, the bigger the output file size it.
  • Now let us go to solution for converting  HTML to Jpg and specify the width and height.
    html2any.exe -printtoimage C:\out.jpg -imgw 800 -imgh 1000 http://www.verypdf.com

    -imgw <int>             : Set width to out image file
    -imgh <int>             : Set height to out image file
    Here please do not be confused with those parameters. The following parameters can help you control the HTML length and width. Say if there is long HTML website but you only need 100 near the top, you can use parameter dlgheight to cut 100 from this long HTML. If you use imgh, it will convert the whole website to jpg within the long of 100.
    -dlgwidth <int>         : set width to HTML dialog
    -dlgheight <int>        : set height to HTML dialog

  • When you need to offset HTML file in X and Y directions, please use the following two parameters.

    -imgxres <int>          : Set X resolution to out image file
    -imgyres <int>          : Set Y resolution to out image file

  • When you need to control the bit count of output image file, please use parameter -imgbc which allows you to  set color depth (1, 4, 8) for out image conversion.

By here I guess you can master one way of converting HTML to Jpg and specify the output width and height. During the using, if you have any question, please contact us as soon as possible.

VN:F [1.9.20_1166]
Rating: 0.0/10 (0 votes cast)
VN:F [1.9.20_1166]
Rating: 0 (from 0 votes)
Advanced PDF Editor

How to make beautiful background for PDF file?

In this article, I will share one method of creating PDF with beautiful background. Normally speaking, PDF files will be created with white background. It is not because we do not want to change it as it is too complicated to change.However, if there is no Adobe application installed, you can not even edit PDF file let alone creating PDF. My method is less expensive than buying an Adobe software, I will use VeryDOC Advanced PDF Editor instead, which only charges at 89$.

Step 1. Install Advanced PDF Editor

  • This software is GUI version, so you need to install its software interface. And this application is very small, the installation process only takes a few seconds.
  • The installation is quite easy, please double click the exe file and follow the installation message.
  • Once the installation finishes, there will be an icon on the desktop. Please click the icon to launch this software.

Step 2. Import Image Background

  • Please click option Open to add image background to software interface. The following snapshot is from the software interface.

software interface of PDF Editor

  • Please note when you choose image files, please change the default file type PDF to All files or else there will show nothing in the containing folder.

Step 3. Add text or other image file to the background.

  • Please click option Edit Comment then there will some buttons turn to black from grey. Please click T icon and draw area in the image. Left click the area then you will find the dropdown list, please go to Properties. This step can be illustrated by the following snapshot.  When you need to add another image file, like company logo and others, please click the stamp icon. And the position of the text and image can be removed or moved according to your needs.

add text part

  • The following snapshot is from the Properties menu tab. There are tens of fonts style for you to choose. And please adjust the fill color same as the background image. Then you can create PDF more beautifully. And the font size can be set too. Once you  finish setting part, please click button Close to back to the main interface.

Properties menu tab 

  • Please double double click the area then you can input the content for the PDF. And the frame can be dragged as big as you need. Then you can import content for PDF file.

By this method, you can create PDF with beautiful background. Please have a glance from the following snapshot. During the using, if you have any question, please contact us as soon as possible.

create PDF

VN:F [1.9.20_1166]
Rating: 0.0/10 (0 votes cast)
VN:F [1.9.20_1166]
Rating: 0 (from 0 votes)
HTMLPrint to Any Converter

Print HTML to Tiff and Compress it by CCITT

  In the market, there are various tools which can be used to convert HTML to tiff allowing to compress it by CCITT compression method. But maybe converting HTML to tiff is just one of your desired functions, when you need to do conversion together with printing, this article will be helpful for you.VeryDOC HTMLPrint to Any Converter is a typically professional tool which can be used to batch print html or Web URLs to Windows Printer and do the conversion together.  In the following part, I will take converting HTML to tiff for example to show you how to use it.

Step 1. Download HTMLPrint to Any Converter

Once downloading finishes, you will find it is a zip file. Please extract it to some folder then you can find the executable file.

In the extracted folder, there is a Dll, three bat files, readme.txt,ps2pdf and html2any. When you do the conversion, please call html2any. If you need to check the conversion effect, simply run the bat file by double clicking.

Step 2. Convert HTML to tiff and Compress it.

Usage:html2any.exe [options] <HTML/MHTML file or URL>

Examples:

  • When converting single HTML to tiff, please refer to the following template.
    html2any.exe -printtoimage C:\out.tif  http://www.verypdf.com
    -printtoimage <string>  : print HTML document to image files
  • When you need to compress it, please refer to the following command line.  Parameter –compress 2 is an order to compress tiff file by CCITT. And this software also provides other compression methods, like G3 ClassF  and others. Please check details in the following parameter list.
    html2any.exe -printtoimage C:\out.png -compress 2 http://www.verypdf.com
  • compress <int>         : Set compression to TIFF image
        -compress 1     : NONE compression
        -compress 2     : CCITT modified Huffman RLE
        -compress 3     : CCITT Group 3 fax encoding (1d)
        -compress 4     : CCITT Group 4 fax encoding
        -compress 5     : LZW compression
        -compress 6     : OJPEG compression
        -compress 7     : JPEG DCT compression
        -compress 32773 : PACKBITS compression
        -compress 32809 : THUNDERSCAN compression
        -compress 88880 : 204x98  G4 ClassF TIFF
        -compress 88881 : 204x196 G4 ClassF TIFF
        -compress 88882 : 204x98  G3 ClassF TIFF
        -compress 88883 : 204x196 G3 ClassF TIFF

  • When you need to convert HTML to multipage tiff, please use the following command line.
     html2any.exe -printtoimage C:\out.tif -multipage http://www.verypdf.com
    -multipage              : Create multipage TIFF file
  • If you need to make the HTML to grey tiff for printing, please use parameter –gray.
    -gray                   : Create 8bit image file at grayscale color space

By those examples, I guess you can master one way for converting HTML to tiff.  During the using, if you have any question, please contact us as soon as possible.

VN:F [1.9.20_1166]
Rating: 0.0/10 (0 votes cast)
VN:F [1.9.20_1166]
Rating: 0 (from 0 votes)