CAD Software

VeryUtils DWG to Image Command Line User Guide

DWG to Image Command Line allows you to batch convert DWG, DXF and DWF to JPG (JPEG), TIFF (TIF), GIF, PNG, BMP, WMF and EMF in silent without interface. You can integrate DWG to Image Command Line into your application and distribute it along with your product to your customers royalty free. You can call DWG to Image Command Line from your server application, Windows Desktop application and batch scripts easily.

https://veryutils.com/dwg-to-image-converter-command-line

image

How to use DWG to Image Command Line software?

1. DWG to Image Command Line is a command line application, you can run it from DOS Command Line window, it's a standalone application and without depend on any third party software.

2. From Windows "Start" menu, click on "Run" or hold on "Win" and press "R" on keyboard to launch Windows Run Prompt, in the blank of the Run Prompt, enter "cmd" command to launch a CMD window, you may look at following web page for more information,

https://veryutils.com/blog/top-10-methods-to-run-a-command-line-window-in-windows-10/

3. Use "cd" (change the current working directory) command of MS-Dos command line to locate to the installation Dos folder of DWG to Image Converter,   for instance, you may change the current folder to D:\VeryUtils, and so on.

4. You can run dwg2img.exe to show more command line options,

DWGTools Converter Command Line v3.2
Convert DWG and DXF files to Raster BMP, JPG, PNG, TIFF, GIF formats.
Usage: dwg2img [options] <dwg-file> [<out-file>]
  -fontdir <string>  : a folder contain .ctb, .shx, etc. files
  -dpi <int>         : set DPI to output file
  -width <fp>        : set width, unit is point
  -height <fp>       : set height, unit is point
  -unit <string>     : cm, mm, pt, in, default is pt
  -linewidth <string>: set line width, unit in mm
  -colormode <int>   : set color mode, 0 is color and 1 is black and white
  -bgcolor <int>     : set background color, same as AutoCAD color index
  -zoomtype <int>    : set zoom type, 1 is 'Zoom All' and 2 is 'Zoom Extend'
  -noext             : don't append suffix to filename for single page file
  -fixed             : fix precision problem
  -debug             : output debug message
  -$ <string>        : input registration key
Examples:
  dwg2img.exe C:\test.dwg C:\out.bmp
  dwg2img.exe C:\test.dwg C:\out.jpg
  dwg2img.exe C:\test.dwg C:\out.gif
  dwg2img.exe C:\test.dwg C:\out.png
  dwg2img.exe C:\test.dwg C:\out.tif
  dwg2img.exe C:\*.dwg C:\*.png
  dwg2img.exe -dpi 300 C:\test.dwg C:\out.tif
  dwg2img.exe -width 1024 -height 768 C:\test.dwg C:\out.tif
  dwg2img.exe -bgcolor 255 C:\test.dwg C:\out.tif
  dwg2img.exe -colormode 1 C:\test.dwg C:\out.tif
  dwg2img.exe -fontdir "C:\fonts" C:\test.dwg C:\out.tif
  dwg2img.exe -linewidth "1=0.1;2=0.1;3=0.1" C:\test.dwg C:\out.tif

5. You can run above command lines to convert DWG, DXF and DWF to JPG (JPEG), TIFF (TIF), GIF, PNG, BMP, WMF and EMF easily, if you encounter any problem with this software, please feel free to let us know, we are glad to assist you asap.

PDF Software

VeryUtils PDF Print Command Line for .NET

VeryUtils PDF Print Command Line can be used in any type of .NET application to silently print PDF documents. The integration with existing .NET applications is extremely easy and no installation is necessary. The downloaded archive contains PDFPrint Command Line application, you can call this PDFPrint Command Line from C# source code to print PDF files silent easily. You can select the target printer, set the paper size, orientation and margins, print in color or in gray scale, select the range of PDF pages to print.

https://veryutils.com/pdf-print-command-line

image

VeryUtils PDF Print does not depend on Adobe Reader or other third party tools.

PDF Print for .NET highlight features:
* Print PDF documents from any version of PDF files.
* Silently print without displaying any print dialog.
* Does not depend on Adobe Reader or other third party tools.
* Allows you to select the printer to be used for printing.
* Allows you to select the paper size, orientation and margins.
* Print password protected PDF documents.
* Add watermarks and stamps during printing.
* Print only a range of PDF pages.
* Get the number of pages in a PDF document.
* Support for .NET 4.0 framework and later.

You can use following C# source code to call pdfprint.exe application,

using System.Diagnostics;

class Program
{
    static void Main()
    {
        LaunchCommandLineApp();
    }

    static void LaunchCommandLineApp()
    {
        // Part 1: use ProcessStartInfo class.
        ProcessStartInfo startInfo = new ProcessStartInfo();
        startInfo.CreateNoWindow = false;
        startInfo.UseShellExecute = false;
        startInfo.FileName = "D:\\veryutils\\pdfprint.exe";
        startInfo.WindowStyle = ProcessWindowStyle.Hidden;

        // Part 2: set arguments.
        startInfo.Arguments = "-printer docPrint D:\\test.pdf";

        try
        {
            // Part 3: start with the info we specified.
            // ... Call WaitForExit.
            using (Process exeProcess = Process.Start(startInfo))
            {
                exeProcess.WaitForExit();
            }
        }
        catch
        {
            // Log error.
        }
    }
}

Business Software, PDF Software

VeryUtils Excel To PDF Converter Command Line for .NET without MS Excel application

VeryUtils Excel To PDF Converter Command Line is a Windows command line application, it is a standalone application and can be used to convert from XLS, XLSX, CVS, etc. formats to HTML, PDF, XLS, XLSX, CSV, etc. formats without require MS Excel or OpenOffice application installed in your system. VeryUtils Excel To PDF Converter Command Line can be used in any type of .NET application to convert Excel documents to PDF. The integration with existing .NET applications is extremely easy and no installation is necessary in order to run the converter. The downloaded archive contains a Command Line application for Excel to PDF conversion, you can call this command line application from your C#, VB.NET, ASP.NET etc. .NET applications easily.

https://veryutils.com/excel-converter-command-line

The Excel to PDF Converter does not require Microsoft Excel or other third party tools.

image

VeryUtils Excel To PDF Converter Command Line highlight features:
* Convert Excel XLS and XLSX documents to PDF
* Does not require Microsoft Excel or other third party tools
* Convert all the worksheets or select the worksheets in workbook to convert
* Set PDF page size to a standard (A4, etc.) or a custom size
* Set PDF page orientation and PDF document margins
* Add headers and footers with page numbering to PDF pages
* Append or prepend external PDF files to conversion result
* Password protect and set permissions of the PDF document
* Support for .NET 4.0 framework and later
* Excel Converter can be run via command line.
* Convert up to 20 times faster when not using Excel.
* more...

More info on specific Excel file conversions:
* Convert XLS to CSV
* Convert XLSX to CSV
* Convert CSV to XLS
* Convert CSV to XLSX
* Convert CSV to PDF
* Convert XLS to PDF
* Convert XLSX to PDF
* Convert CSV to HTML
* Convert XLS to HTML
* Convert XLSX to HTML
* Convert Excel to TXT
* Convert Excel to TXT Command Line
* Text to Excel Converter
* Text to Excel Command Line Converter
* Convert Excel to/from to many file types.

Command Line examples:
ConvertExcel.exe --export-options "separator=; format=raw" sample.xlsx _out_sample-xlsx2txt.txt
ConvertExcel.exe sample.xlsx _out_sample-xlsx2csv.csv
ConvertExcel.exe sample.xlsx _out_sample-xlsx2xls.xls
ConvertExcel.exe sample.xlsx _out_sample-xlsx2pdf.pdf
ConvertExcel.exe _out_sample.csv _out_sample-csv2xls.xls
ConvertExcel.exe _out_sample.csv _out_sample-csv2xlsx.xlsx
ConvertExcel.exe sample.xlsx _out_sample-xlsx2html.html
ConvertExcel.exe sample.xlsx _out_sample-xlsx2ods.ods
ConvertExcel.exe --merge-to=_out_merged.xls _out_sample-xlsx2csv.csv sample.xlsx _out_sample-xlsx2xls.xls
ConvertExcel.exe --export-options "paper=iso_a2_420x594mm" sample.xlsx _out_sample-xlsx2pdf-paper-size.pdf
ConvertExcel.exe --export-file-per-sheet _out_merged.xls _out_files-per-sheet-%n-%s.csv

You can use following C# source code to call ConvertExcel.exe application to convert Excel formats to other formats,

using System.Diagnostics;

class Program
{
    static void Main()
    {
        LaunchCommandLineApp();
    }

    static void LaunchCommandLineApp()
    {
        // Part 1: use ProcessStartInfo class.
        ProcessStartInfo startInfo = new ProcessStartInfo();
        startInfo.CreateNoWindow = false;
        startInfo.UseShellExecute = false;
        startInfo.FileName = "D:\\veryutils\\ConvertExcel.exe";
        startInfo.WindowStyle = ProcessWindowStyle.Hidden;

        // Part 2: set arguments.
        startInfo.Arguments = "D:\\sample.xlsx D:\\out.pdf";

        try
        {
            // Part 3: start with the info we specified.
            // ... Call WaitForExit.
            using (Process exeProcess = Process.Start(startInfo))
            {
                exeProcess.WaitForExit();
            }
        }
        catch
        {
            // Log error.
        }
    }
}

Business Software, PDF Software, VeryUtils

docuPrinter SDK is a software development tool for developers and programmers

docuPrinter SDK is a software development tool that developers and programmers can use to control PDF, EMF, Image Virtual Printers and programmatically create PDF, PS, EPS, EMF, WMF, TIFF, PNG, BMP etc. raster image and vector files from their own applications.

docuPrinter SDK download page,
https://veryutils.com/docuprinter-sdk

Pure PDF Virtual Printer Driver without additional files, for integrate into developer's projects easily,
https://veryutils.com/pdf-virtual-printer

image

The docuPrinter SDK is suitable for all Windows operating systems from Windows Server 2000 to Windows 2012 and later systems, because docuPrinter SDK contains C/C++ libraries and ActiveX controls, it can be passed through most programming languages ​​(such as C, C++, Visual Basic, Delphi, MS FoxPro and MS Access. The docuPrinter SDK is also compatible with .NET, which means that VB.NET, C# and J# programmers can also take full advantage of the product.

The main functions of docuPrinter SDK:
* Windows 2000, XP, 2003, Vista, 2008, 7 and later systems (32-bit and 64-bit versions);
* Create PDF, EPS, PostScript, TEXT, JPEG, TIFF, PNG, PCX, BMP, PSD and PCL-X files from any Windows application that supports printing;
* 40bit/128bit/256bit PDF encryption (security) support;
* PDF linearization (fast Web viewing) support;
* Font embedding, resolution and image compression support;
* Apply for stationery and watermark;
* Multi-language support;
* Combine (merge) multiple documents into one PDF file;
* Merge (merge) multiple documents into a single TIFF file;
* Able to create enhanced PDF from MS Word;
* Able to create enhanced PDF from MS Excel;
* Able to create enhanced PDF from MS PowerPoint;
* more functions.

Business Software, Utilities

Print to PDF or Image from any Windows application! PDF Printer Driver & TIF Printer Driver & EMF Printer Driver & Image Printer Driver

PDF Virtual Printer is a virtual printer driver for Windows system that able to create PDF, PS, EPS, TIFF, PNG, JPG files from any Windows application.

https://veryutils.com/pdf-virtual-printer

EMF/PDF/Image Virtual Printer Driver is a virtual printer driver for Windows system that able to create PDF, PS, EPS, TIFF, PNG, JPG files from any Windows application.

https://veryutils.com/emf-pdf-image-virtual-printer-driver-sdk

PDF Virtual Printer is based on PostScript Printer Driver.
EMF/PDF/Image Virtual Printer is based on Microsoft UniDrv Printer Driver.

UniDrv (Universal Printer Driver or Unidriver) is a GDI-based Microsoft Windows universal printer driver and architecture for non-PostScript printers. It is used to simplify driver development of non-PostScript printers (also called Winprinters) for printer manufacturers. Unidrv allows the creation of a printer-specific minidriver in the form of a GPD (Generic Printer Description) file, similar to a PPD file, which is much simpler than kernel mode driver development. Unidrv was introduced in Windows 2000 and replaced the Raster Device Driver (RASDD) interface used in Windows NT 4.0 and earlier versions.

image

With these virtual printer products, you can convert to PDF or image from any Windows application that allows printing. Convert DOC, DOCX, XLS, XLSX, PPT, PPTX, HTML, RTF, TEXT, etc. to PDF or Image formats! Print any AutoCAD format as PDF or image.

After you install either one of these virtual printer software, you can simply print a document to virtual printer and save to PDF, EPS, PostScript, TEXT, JPEG, TIFF, PNG, PCX, BMP, PSD and PCL-XL files from any Windows application. These virtual printer software can even enable novice computer operators to generate high-quality searchable PDF or image files easily.

These virtual printer products are used by lots of customers worldwide, including print shops, publishers, government agencies, and the world that needs to create PDF, EPS, PostScript, TEXT, JPEG, TIFF, PNG, PCX, BMP, PSD or PCL-XL files.

Main feature in VeryUtils virtual printer products:
* Create PDF, EPS, PostScript, TEXT, JPEG, TIFF, PNG, PCX, BMP, PSD and PCL-X files from any Windows application that supports printing;
* 128/256-bit PDF encryption (security) support;
* PDF linearization (fast Web viewing) support;
* Font embedding, resolution and image compression support;
* Apply stationery and watermark-comprehensive Unicode support;
* One-click conversion from Windows Explorer to PDF, EPS, PostScript, TEXT, JPEG, TIFF, PNG, PCX, BMP, PSD and PCL-X;
* Multi-language support;
* Combine (merge) multiple documents into one PDF file;
* Merge (merge) multiple documents into a single TIFF file;
* Use the default email client to send the converted file via email;
* Drag and drop PDF, PostScript and EPS files to PDF, EPS, PostScript, TEXT, JPEG, TIFF, PNG, PCX, BMP, PSD and PCL-XL;
* Able to create enhanced PDF from MS Word;
* Able to create enhanced PDF from MS Excel;
* Able to create enhanced PDF from MS PowerPoint;
* Able to create enhanced PDF from MS Publisher;