html converter (htmltools)

How to convert html to pcx format?

PCX is an image file format,which was the native file format for PC Paintbrush . It became one of the first widely accepted DOS imaging standards.The PCX file format has mostly been replaced by newer image formats such as GIF, JPEG and PNG,etc.but is still used by some fax and scanning applications. Multi-page PCX fax documents use the .DCX extension.

If you want to convert html to pcx format,you can use an easy to learn software called HTML Converter Command Line which can be downloaded at the website https://www.verypdf.com/htmltools/htmltools.zip .

Here are some steps for you to learn.

Step1.Click start menu and click “run” in the menu like figure1.Then input “cmd” in “open” edit box of the popup dialog and click “OK” button like figure2.

image

                                     figure1.

image

                                     figure2.

Step2.Input the commands to convert html to pcx in cmd.exe dialog box.The commands include the called program,source file,target file.Please look at figure3.

image

                                                                         figure3.

The commands are "C:\Documents and Settings\admin\Local Settings\Temp\htmltools\htmltools.exe" "www.verypdf.com" "C:\Documents and Settings\admin\Desktop\New Folder\.verypdf.pcx"

"C:\Documents and Settings\admin\Local Settings\Temp\htmltools\htmltools.exe"   stands for the directory of htmltools.exe.

“www.verypdf.com”  stands for the URL of the webpage you want to convert from html to pcx.

"C:\Documents and Settings\admin\Desktop\New Folder\.verypdf.pcx"  stands for the directory and name of target file.If you don’t specify the directory but only name the file,the target file will be saved in current directory automatically.But now it will be saved in the location you specified.Please look at figure4.

image

                                                                          figure4.

Then you can open the pcx file by some kind of viewer just like GSview,IrfanView,etc.

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

How to convert PDF to TIF with JPEG compression?

You can choose to use PDF To Image Converter v2.1 to convert PDF to TIF with JPEG compression.

About JPEG compression:

One of the hottest topics in image compression technology today is JPEG. JPEG stands for the Joint Photographic Experts Group, JPEG provides a compression method that is capable of compressing continuous-tone image data with a pixel depth of 6 to 24 bits with reasonable speed and efficiency, but unlike all of the other compression methods such as RLE, LZW, or the CCITT standards, which are all lossless compression formats, JPEG is primarily a lossy method of compression. JPEG is not only a single algorithm, but also may be thought as a toolkit of image compression methods that may be altered to fit the needs of the user. JPEG may be adjusted to produce very small, compressed images that are of poor quality relatively in appearance but still suitable for many applications. Conversely, JPEG is capable of producing very high-quality compressed images that are still far smaller than the original uncompressed data.

How to convert PDF to TIF with JPEG compression in PDF To Image Converter v2.1? Here I will show you an example.

Step1. Launch PDF To Image Converter v2.1 on your pc and preview your pdf file in preview area.

快照111

Step2. After previewing your pdf file, add this pdf file into the table of batch process through clicking “Add” button under this table, then choose its target file type as TIF(.tif is TIFF’s extension) and type a target folder’s route for your TIF’s location.

快照114

Step3. Click the check-box in front of “JPEG” in “Compression” options, this will offer you JPEG compression during converting PDF to TIF.

If you would like to get just one TIF file, other than single TIF images, you could click the check-box in front of “Multiple page”.

快照115

Step4. Click “Convert” button to start this processing from PDF to TIF with JPEG compression. Close your PDF To Image Converter v2.1. Here is the TIF image with JPEG compression.

快照117

You could click this link: https://www.verypdf.com/pdf2tif/index.htm#dl to know more on this converter.

VN:F [1.9.20_1166]
Rating: 10.0/10 (1 vote cast)
VN:F [1.9.20_1166]
Rating: 0 (from 0 votes)
html converter (htmltools)

How to convert html to pdf format?

By using the software HTML Converter Command Line,you can convert html to pdf file.HTML Converter Command Line allows you to convert web pages to PDF, PS (postscript), WMF, EMF vector formats.It support one URL to one pdf file and batch conversion.

HTML Converter command line application can be called from within ASP, VB, VC, Delphi, BCB, Java, .NET and COM+ etc. program languages. It uses advanced techniques to allow efficient asynchronous multithreaded operations.

This article will teach you how to convert html to pdf file from one to one and many to many(batch conversion).

1.One to one

(1)Please run cmd.exe.You should click “start” – “run” like figure1 and input “cmd” in “open” edit box in the popup dialog,then click “OK” like figure1.

image

                                   figure1.

image

                                   figure2.

(2)Then you should input commands in cmd.exe.Please look at figure3.

image

                                                                      figure3.

The commands are "C:\Documents and Settings\admin\Local Settings\Temp\htmltools\htmltools.exe" "www.verypdf.com"

"C:\Documents and Settings\admin\Local Settings\Temp\htmltools\htmltools.exe"  is the directory of htmltools.exe.

“www.verypdf.com”  is the URL of webpage.

There is no information about the target file in the commands.Htmltool will help you to convert the source file to pdf file by default if you don’t specify the output file and the pdf file will be saved in current directory automatically.Please look at figure4.

image

                                                                      figure4.

But if you specify the directory of target file,the file will be saved in the location you have set.For example,the commands are "C:\Documents and Settings\admin\Local Settings\Temp\htmltools\htmltools.exe" “www.verypdf.com”  "C:\Program Files\verypdf.pdf"

The target file will be saved in specified directory—“C:\Program Files\” with the name verypdf.

2.Batch conversion(many to many)

Htmltools can not only batch convert local html to pdf files,but also the webpage or URLs.

2.1 local batch conversion of html to pdf

(1)Run cmd.exe and input commands showed in figure5.

image

                                                                   figure5.

The command line of batch conversion are "C:\Documents and Settings\admin\Local Settings\Temp\htmltools\htmltools.exe" "D:\test\html\*.html"

"C:\Documents and Settings\admin\Local Settings\Temp\htmltools\htmltools.exe"  stands for the directory of htmltools.exe.

"D:\test\html\*.html"  stands for the path of source files.You should pay attention to *.html which means batch converting html files.

There is no information about the target files and they will be saved in the same folder with source files using the same file name but converted to pdf format.Please look at figure6.

image

                                                                         figure6.

2.2  Webpage batch conversion of html to pdf

If you want to batch convert html of webpage to pdf files,you can input commands line as follows.

htmltools.exe https://www.verypdf.com verypdf.pdf
htmltools.exe
http://www.verydoc.com verydoc.pdf
htmltools.exe
http://www.google.com google.pdf

and run this .bat file,you will convert more web pages or URLs to pdf files at one time.

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

How to edit note comment in docPrint preview application?

In docPrint preview application, you can add and edit note comment, text comment,  ellipse comment, and some other comments on current page  in the Annotate Document dialog box. In docPrint preview application,  add note comments also means to add icons. You can not change the size of an icon, but you can edit  note comment by changing the color, type, opacity of an icon, choosing to cut, delete, copy, move it,  and set it to the background or foreground.

If you want to move the icon, you can click on the note comment and drag it to wherever you like.

If you want to cut, delete, copy, move it,  and set it to the background or foreground, at first, you should  right click the icon. When a menu as illustrated below appears on the screen, you can do as following:

360截图20111025104506968

  • To cut the selected note comment, you should press Ctrl+X on keybord, or choose Cut on the menu.
  • To copy the selected note comment, you should press Ctrl+C on keybord, or choose Copy on the menu.
  • To delete the selected note comment, you should press Delete on keybord, or choose Delete on the menu.
  • To paste the  note comment you have copied to the clipboard, you should press Ctrl+V on keybord.
  • To set the selected note comment to the background/foreground, you should choose Set to Background/Foreground on the menu.
  • To lock the note comment, or the other comment close to it, you can choose Lock/Unlock on the menu.

If you want to change the color, type, opacity of an icon, you can choose Properties to open the Properties dialog box.

image

There are dozens of icons you can choose in the combo box of Icon. In addition you can change the color of each icon on current page by selecting the proper color on the  palette which will appear on the screen after you click the Color combo box. Moreover, you can also edit note comment by pulling the control button from right to left. The little the rate in the Opacity box, the more transparent the icon will be.

To download the latest version or free trial version of VeryPDF docPrint. please visit the following website https://www.verypdf.com/artprint/index.html

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

How to edit text comment in docPrint preview application?

Have you ever wanted to add anything or edit  the content of a text comment on  current page when you previewed a file in docPrint preview application before sending the file to a printer? VeryPDF docPrint preview application supports you to do such things as add and edit text comment before you send job to your printer.

Supposing you are viewing the effect of the comments on a page in the Annotate Document dialog box, you feel it’s better to make a change  on the text comment. Then, you should do the following steps as below:

Click the comment button 360截图20111024124057156 to make all the buttons on the toolbar be with color.

You can edit text content in the text box, as well as edit text box.

To edit text content

To edit content in the text box, you should double click the red rectangle.  When a cursor appears in the text box, you can move the cursor and edit the content in the text box.

image

After you modify the content in the text box, click wherever outside the text box on current page, and you will see the following text box with different content:

image

To change the font type, size and color of the content, you should right click the mouse, then, a menu will appear

360截图20111025104506968 

Click Properties to run the Properties dialog box

image

You can change the text color, font, font size in the dialog box. To learn how to change properties, you can read related article at the following website: https://www.verypdf.com/wordpress.

To edit  text box

To edit text box, you can click the selected text comment. When it is marked by a rectangle with tiny circles as illustrated below, you can edit text box.

image

To move the text box, you can put the mouse on the text box, press the left key of the mouse down, and drag it to wherever you like.

To enlarger the text box, you can move the mouse to the corner of the rectangle. When a cursor with two open arrows appears on the screen, press the left key of the mouse down, and drag the border of the rectangle to adjust size of the text box

To copy, cut and delete the text box, you should choose Copy  or press Ctrl+C on the keyboard  to copy text comment to the clipboard; When you choose Cut or hit Ctrl+X  on the keyboard, you can cut the text comment; If you choose Delete or press Delete key on the keyboard, you will delete the selected text comment . Though you cannot find a paste option on the menu, you can paste the text box you have copied to the clipboard  on the current page by pressing Ctrl+V.

If there are a lot of comments on the current page, and you want to set the text comment to foreground, you should either select the text comment and choose Set to Foreground to set the text comment to the foreground, or select other comments which covers the text comment, and choose Set to Background to set them as the background.

In addition,  if there are  several comments which are close to each other on current page, making you unable to edit the text comment, you can choose Lock/Unlock  to lock the other irrelevant comments on current page, meaning while keep the text comment being unlocked.

To get more information about VeryPDF docPrint,  please visit https://www.verypdf.com/artprint/index.html . You can also download  free versions of VeryPDF software from the website.

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