PDF to Vector Converter

VeryDOC PDF to HPGL Command Line Converter

   VeryDOC PDF to HPGL Command Line Converter can be used to convert  convert PDF to HPGL by command line. There are some pressing problems grew out of the inadequacy file formats being used by different printers. We believe the new developed software for converting PDF to HPGL by command line corresponds more closely to the actual development of the practicing printing job. By it the printing job can be the expansion of much wider areas. In the following part,  I will show you how to use this software.

 What HPGL file format can be used for?

Taking full advantage of HPGL file format should be based on fully understanding of what it is and how it is used. So here I will quote some explanation from wiki hoping it  HPGL can benefit more who are really need.
Hewlett Packard Graphics Language is the full name of HPGL, which is the primary printer control language used by Hewlett-Packard plotters. Now it is widely used by pen plotters used to produce engineering drawings. HPGL has been widely emulated by other plotter manufacturers, and is the de facto standard language for pen plotters.

How to convert PDF to HPGL by command line?

  • Download PDF to HPGL Converter is the necessary step.
  • As it is command line software, after downloading please extract it to some folder and then you can check the elements in it.
  • Please do the conversion in compliance with the usage and example.

Usage: pdf2vec.exe [options] [Options] <PDF Files

Examples

  • When do single file conversion from PDF to HPGL, please refer to the following command line.
    pdf2vec.exe C:\in.pdf C:\out.hpgl
  • When you need to batch conversion, you can write an bat file like the following command line.
    for %%F in ("%CD%\*.pdf") do pdf2vec.exe "%%F" "%%~dpnF.hpgl"
  • When you need to convert one page of a PDF file or some pages of PDF file, please refer to the following command line.
    pdf2vec.exe -swfopt "-p 2,4,6-8 " C:\in.pdf C:\out.hpgl
  • -p <range>: Convert only pages in range with range e.g. 1-20 or 1,4,6,9-11 or 3-5,10-12
    If you need just a page range to be converted, you can specify the start page and end page by those parameters:
    -firstpage <int>         : first page to print, from 1 to max page
    -lastpage <int>          : last page to print, from 1 to max page

  • This software also can be used to together with printers. Say after conversion, you can print it to printer directly. And if you need to tell output color to printer, please use the following parameter.
  • -color <int>             : specify color or monochrome to printer,
        1 : monochrome
        2 : color
    pdf2vec.exe -color 1 C:\in.pdf C:\out.hpgl

If you need to know more about this converter, please check them in the readme.txt and website. During the using, if you have any question, please contact us as soon as possible.

            

PDF to Vector Converter

VeryDOC PDF to EPS Command Line Converter

   VeryDOC PDF to EPS Command Line Converter can be used to convert PDF to EPS in batch by command line. It also was developed with functions correspondings to PDF to EPS based on full understanding of EPS file formats. Meanwhile this software also be used to convert PDF to other vector image formats like SVG, Postscript (PS), EPS, SWF (Flash), XPS, HPGL, PCL etc.In the following part, I will take some examples to show you how does this software works.

What EPS can be used for?

EPS is short for Encapsulated Post Script, which is usually used by artists and graphic designers with specific equipment configurations. When you use Adobe Illustrator and Adobe Photoshop software (or some other vector- and dot-based drawing programs like Corel Draw, you will be very familiar with this file format.  When you do printing job and you didn't have a postscript printer, you could import EPS into Photoshop and print them out to your non-postscript laser printer.

First, Download and Install

  • Download PDF to EPS Converter to your computer. Once downloading finishes, there will be an zip file in the downloaded folder.
  • Please extract it to some folder and then you can check the elements in the extracted folder.

Second, Convert PDF to EPS

     Before run the conversion, you’d better read the website and readme.txt carefully then you can master this tool fast and professionally. Then you can do the conversion following the usage and examples.

Usage:  pdf2vec.exe [options] [Options] <PDF Files>

  • When you need to convert single PDF to EPS, simple call it like the following template.
    pdf2vec.exe C:\in.pdf C:\out.eps
  • When you need to scale the output EPS file to some degree, please refer to the following command line.
    pdf2vec.exe -scale 50 C:\in.pdf C:\out.eps
  • -scale <int>: specify the factor by which the printed output is to be scaled, The apparent page size is scaled from the physical page size by a factor of scale/100.

  • When you need to specify color or monochrome to printer, please refer to the following command line.
    pdf2vec.exe -color 1 C:\in.pdf C:\out.eps
  • -color <int>             : specify color or monochrome to printer,
        1 : monochrome
        2 : color

  • When you need to convert password protected PDF file to EPS, please refer to  the following command line.
    pdf2vec.exe –pv2rupw xxxx  -pv2ropw xxx C:\in.pdf C:\out.eps
  • -pv2ropw <string>        : owner password (for encrypted files)
    -pv2rupw <string>        : user password (for encrypted files)

  • When you need to only extract one or a few pages from PDF file and then convert it to EPS file, please refer to the following command line.
    pdf2vec.exe -swfopt "-p 2 -j 75" C:\in.pdf C:\out.eps

Please check more parameters and examples in the readme.txt. During the using, if you have any question, please contact us as soon as possible. Now let us check the conversion effect from the following snapshot.

input PDF and output EPS

HTMLPrint to Any Converter

How to print HTML to a specific printer by command line?

Question:I am writing a service on the local server side which will accept the printer name and other inputs from the UI application and print the html file to the desired network printer. It is not a desktop application. I have a processed html file which I am reading into a string and want its output sent to the desired printer. Do you guys have such software?

****************************************************************************************

Answer:According to your needs, maybe you can have a free trial software VeryDOC HTMLPrint to Any Converter, which can be used to batch print html, mhtml files or Web URLs to Windows Printer, it is print the whole web page's content to Windows Printer without user interaction, you can use it to full control printer's capability by command line. During the using, if you have any question, please contact us as soon as possible. In the following part, I will show how to use it.

Step 1. Download and Install

  • Download HTMLPrint to Any Converter Command Line.
  • This software has been compressed to zip file for uploading and downloading fast. So after downloading, please extract it to some folder.  If you need to know more information, please refer to the homepage.
  • If you are familiar command line software, simply check the parameters saved in the readme.txt then you can know how to use it.

Step 2. Print HTML to specific printer

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

Examples:

  • When you need to specify printer name and printing copies, please refer to the following template. Meanwhile, you can specify the paper size. PDFcamp Printer is an example of the printer name.
    html2any.exe -printer "PDFcamp Printer" -copies 3 -paper 9 C:\test.htm
    html2any.exe -printer "PDFcamp Printer" -paper "11x17in" C:\test.htm
    -printer <string>     : printer name to print
    -paper <string>       : set paper size to printer
    -copies <int>           : copies to print
    You can also use the virtual printer instead of real printer, by virtual printer you can use this software as file format conversion software. By the following command line, you can convert html to PDF by Adobe PDF virtual printer.
    html2any.exe -printer "Adobe PDF" -paper "215.9x279.4mm" C:\test.htm
  • When you need to prompt the user with the print dialog so they can change printer settings and/or select pages manually, please use parameter –prompt.
    html2any.exe -savedevmode C:\printer.dat -printer docPrint
  • When you need to restore printer settings, please use -savedevmode parameter
    html2any.exe -loaddevmode C:\printer.dat C:\test.htm

I can not list all the parameters here, if you need to know more, please check parameters and usage in the readme.txt. During the using, if you have any question, please contact us as soon as possible.

PDF to Vector Converter

VeryDOC PDF to PostScript Command Line Converter

    VeryDOC PDF to PostScript Command Line Converter can be used to convert PDF to PS by command line in batch. It supports all version PDF file and other file formats like EMF, WMF, SVG, Postscript (PS), EPS, SWF (Flash), XPS, HPGL, PCL as output. If you are developer, there is also developer version available. By the developer version, you convert PDF to PS from Visual Basic, C/C++, Delphi, ASP, PHP, C#, .NET, etc. In this article. I will take converting PDF to PS by script to show you how to use this software.

When will use PostScript file format?

PostScript can be used to describe PostScript Printer as this file format tells everything one needs to know about a printer: the known fonts, the patches that should be down loaded, the available memory, the trays, the way to ask it duplex printing, the supported media, etc. PostScript has pretended to be a device independent page description language, and the PPD files are here to prove that device independence was a failure.So this file format is widely used in printing area. Meanwhile

Step 1. Download

  • Download PDF to PostScript Converter. Out of uploading and downloading convenience consideration, we have compressed it to zip file. After downloading, please unzip it and then check the elements in it.
  • More software information has been stated on the website, please check the usage through website or readme.txt which is included in the extracted folder.

Step 2. Convert PDF to PS from script.

Usage: pdf2vec.exe [options] [Options] <PDF Files>

Examples

  • When simply convert PDF to PS, please refer to the following command line.
    pdf2vec.exe C:\in.pdf C:\out.ps
  • When converting password protected PDF file to PS, please refer to the following template. The password I refer to here is open password, as this software can convert owner password protected PDF file to PS directly. But there is also some exception, when only inputting open password is useless,please try to input the owner password using the following two parameters. Here “123456” is just an example.
  • -pv2ropw <string>        : owner password (for encrypted files)
    -pv2rupw <string>        : user password (for encrypted files)
    pdf2vec.exe –pv2ropw 123456  C:\in.pdf C:\out.ps

  • When you need to specify the page range to be converted, please use parameter –p which allows you to convert pages in the specified like 1-20 or 1,4,6,9-11 or 3-5,10-12.
    pdf2vec.exe "-p 2 -j 75" C:\in.pdf C:\out.ps
    Please note “” is necessary when you specify the page range. If you need to specify the start page and end page, please use parameters:
  • -firstpage <int>         : first page to print, from 1 to max page
    -lastpage <int>          : last page to print, from 1 to max page

  • When you need to scale the output PS file, please use parameter “-scale”  which specifies the factor by which the printed output is to be scaled, The apparent page size is scaled from the physical page size by a factor of scale/100.
  • When you need to specify the output PS color, please use parameter “–color” which will specify color or monochrome to printer  1 : monochrome 2 : color

Two numerous functions to be detailed here, please check more in the readme.txt. During the using, if you have any question, please contact us as soon as possible.

DOC to Any Converter

How to convert Word to XML by command line?

Question: Word to XML converter - we need a solution that works on an internal CMS system so that it dynamically gets exported to XML. Do you guys have such software? If you do not have, can you customize one for us?

***************************************************************************************

Answer: According to your need, you can have a free trial of this software: VeryDOC Word to XML Converter. This software is command line version , which can be used to batch convert DOC, DOCX to XML file from PHP, VB and others applications. Through PHP, I guess you can make it work on an internal CMS system. In the following part, I will show you how to do the conversion from script.

First, download Word to XML Converter.

  • For facilitating uploading and downloading, we compressed this software to zip file. So after downloading, you will find a zip file.
  • Please extract the zip file to some folder and check the elements in it.

Second, convert word to XML following usage and examples.

Usage: DOC2Any [options] <in-file> [<out-file>]

  • When converting single word file to XML file, please refer to the following command line.
    doc2any.exe C:\in.doc C:\out.XML
  • doc2any.exe C:\in.docx C:\out.XML

  • When you need to do the batch conversion using wild characters, please refer to the following command line. By the following command line, you can convert a whole folder  or a directory doc file to XML file in batch.
    doc2any.exe C:\*.doc C:\*.XML

Note:when you convert doc file to XML, Office word application is not necessary to be installed. But when converting docx file to XML file, you need to install Office 2007 or later versions.

  • If you need to do the conversion together with other applications, please use the  developer version, which is licensed
  • by per Developer, Royalty Free Runtime Desktop Distribution, can be run on any number of servers/computers. There are many examples of calling from VB, VC, C++ and others, facilitating the conversion fast and easy.

Meanwhile this software also can be used to convert all the DOC, DOCX, DOCM, RTF, TXT, PPT, PPTX, XLS, XLSX files to PDF, Postscript, PS, EPS, SVG, SWF, XPS, PCL, HPGL, HTML, MHTML, RTF, Text, XML, JPG, TIFF, EMF, WMF, BMP, GIF, PNG, TGA, PCX, etc. formats. And there is no language limitation. But if you use the trial version, it only converts first three pages of the file. When you use the registered version, this limitation will be removed. During the using, if you have any question, please contact us as soon as possible.