Pdf2dwg is an important part of the automation (hence we need command line version) of our processing which needs to be included in the testing

Hi

We already have 2 licensed instances of this product and it is excellent.

My I.T. section want me to test our production process on a virtual server for a couple of weeks.

Pdf2dwg is an important part of the automation (hence we need command line version) of our processing which needs to be included in the testing

I it possible to get a trial license for such.

If so what information (server ID, etc.) would you need.

Thanks.
Customer
-------------------------------------------

image
Thanks for your message, you may download and test the trial version of "PDF to DWG Converter Command Line" from this web page,

https://www.verydoc.com/pdf-to-dwg-dxf.html
https://www.verydoc.com/pdf2dwg.zip

after you download it, you can run following command lines to convert from PDF files to DWG and DXF files easily,

    pdf2dwg.exe C:\*.pdf C:\*.dxf
    pdf2dwg.exe C:\*.pdf C:\*.dwg
    pdf2dwg.exe C:\test.pdf C:\out.dxf
    pdf2dwg.exe -drawtext 1 C:\test.pdf C:\out.dxf
    pdf2dwg.exe -xscale 0.5 -yscale 0.5 C:\test.pdf C:\out.dxf
    pdf2dwg.exe -page 3 C:\test.pdf C:\out.dxf
    pdf2dwg.exe -rotate 45 C:\test.pdf C:\out.dxf
    pdf2dwg.exe -mm -ctl C:\test.pdf C:\out.dxf
    pdf2dwg.exe -mm -ctl C:\test.pdf C:\out.dxf
    pdf2dwg.exe -ptl C:\test.pdf C:\out.dxf
    pdf2dwg.exe -spline 1 C:\test.pdf C:\out.dxf
    pdf2dwg.exe -spline 2 C:\test.pdf C:\out.dxf
    pdf2dwg.exe C:\test.dxf C:\test.dwg
    pdf2dwg.exe -ver 10 C:\test.dwg C:\test.dxf
    pdf2dwg.exe -ver 16 C:\test.dwg C:\test.dwg

Please notice, "VeryDOC PDF to DWG Converter Command Line" is can only convert from vector PDF files to vector DWG and DXF files, if your PDF files were created from scanner or camera, you need use "VeryPDF Raster to Vector Converter Command Line" software, this software does convert from scanned PDF files to vector DXF and DWG files,

http://www.verypdf.com/raster-to-vector/try-and-buy.html#buy_cmd
https://www.verydoc.com/dl.php?file=raster2vector.zip
https://www.verydoc.com/raster-to-vector-converter-command-line/index.html

Please refer to more information about "VeryPDF Raster to Vector Converter Command Line" software at below,

C:\>Raster2Vector.exe
Convert image files and PDF files to smooth and scalable vector formats.
Input formats: pdf, jpg, gif, png, tif, tga, pcx, pnm (pbm, pgm, ppm), bmp
Output formats: eps, postscript, ps, pdf, svg, dxf, pgm, emf
-pagesize parameter is support A4, A3, A5, B5, Letter, Legal, Tabloid, Statement
, Executive, Folio, Quarto, 10x14. Format names are case insensitive.
-width and -height dimensions can have optional units, e.g. 6.5in, 15cm, 100pt.
Default is inches (or pixels for pgm, dxf).

Usage: RasterToVector [options] <in-file> [<out-file>]
  -pagesize <string>   : set page size (default is letter)
  -width <string>      : width of output file, unit: in/cm/pt
  -height <string>     : height of output file, unit: in/cm/pt
  -res <string>        : resolution (in dpi)
  -rotate <string>     : rotate counterclockwise by angle
  -margin <string>     : set margin to output file, unit: in/cm/pt
  -lmargin <string>    : set left margin to output file, unit: in/cm/pt
  -rmargin <string>    : set right margin to output file, unit: in/cm/pt
  -tmargin <string>    : set top margin to output file, unit: in/cm/pt
  -bmargin <string>    : set bottom margin to output file, unit: in/cm/pt
  -tight               : remove whitespace around the input image
  -linecolor <string>  : set line color #rrggbb (default black)
  -fillcolor <string>  : set fill color #rrggbb (default transparent)
  -opaque              : make white shapes opaque
  -speckle <int>       : suppress speckles of up to this size (default 2)
  -invert              : invert color for input image
  -svggroup            : group related paths together
  -svgflat             : whole image as a single path
  -bwthreshold <int>   : set threshold value for color image to BW conversion, default is 240
  -method2             : use second method to convert raster to vector format
  -centerline          : trace a character's centerline, rather than its outline
  -pdfres <int>        : resolution to render PDF pages, default is 150 DPI
  -addcmd <string>     : Reserved parameter
  -v                   : Print copyright and version info
  -h                   : Print usage information
  -help                : Print usage information
  --help               : Print usage information
  -?                   : Print usage information
  -$ <string>          : Input registration key
Example:
   Raster2Vector.exe C:\*.tif C:\*.pdf
   Raster2Vector.exe C:\in.tif C:\out.eps
   Raster2Vector.exe C:\in.png C:\out.pdf
   Raster2Vector.exe C:\in.tif C:\out.ps
   Raster2Vector.exe C:\in.tif C:\out.svg
   Raster2Vector.exe C:\in.tif C:\out.pgm
   Raster2Vector.exe C:\in.tif C:\out.dxf
   Raster2Vector.exe -method2 C:\in.tif C:\out.emf
   Raster2Vector.exe -width 595pt -height 842pt C:\in.pdf C:\out.pdf
   Raster2Vector.exe -pagesize a4 C:\in.pdf C:\out.pdf
   Raster2Vector.exe -width 8.5 -height 11 C:\in.png C:\out.pdf
   Raster2Vector.exe -res 300 C:\in.png C:\out.pdf
   Raster2Vector.exe -margin 30pt C:\in.png C:\out.pdf
   Raster2Vector.exe -lmargin 10pt -tmargin 10pt -rmargin 10pt -bmargin 10pt C:\in.png C:\out.pdf
   Raster2Vector.exe -tight C:\in.png C:\out.pdf
   Raster2Vector.exe -linecolor #FF0000 C:\in.png C:\out.pdf
   Raster2Vector.exe -fillcolor #FF0000 C:\in.png C:\out.pdf
   Raster2Vector.exe -opaque C:\in.png C:\out.pdf
   Raster2Vector.exe -speckle 10 C:\in.png C:\out.pdf
   Raster2Vector.exe -invert C:\in.png C:\out.pdf
   Raster2Vector.exe -svggroup C:\in.png C:\out.svg
   Raster2Vector.exe -svgflat C:\in.png C:\out.svg
   Raster2Vector.exe -bwthreshold 240 C:\color.png C:\out.eps
   Raster2Vector.exe -method2 -centerline C:\color.png C:\out.eps
   Raster2Vector.exe -pdfres 300 C:\color.pdf C:\out.eps

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

Related Posts

Leave a Reply

Your email address will not be published. Required fields are marked *


Verify Code   If you cannot see the CheckCode image,please refresh the page again!