doc to any converter

How can I call Doc2Any SDK from 64bit EXE application? Can you help us to provide the 64bit DOC to Any Converter SDK?

How can I call Doc2Any SDK from 64bit EXE application? can help us to provide the 64bit DOC to Any Converter SDK?

Customer
------------------------------------

image

https://www.verydoc.com/doc-to-any.html
https://www.verydoc.com/doc2any_sdk.zip

You can call Doc2Any SDK from 64bit application by doc2anyCom.exe COM interface, you may run a cmd window by administrator privilege, and run following command line to register the COM Component,

doc2anyCom.exe /regserver

After you register doc2anyCom.exe successful, you can call it from 64bit application to convert office files to PDF files, please refer to a simple VBScript source code at below,
--------------------------------------------------------
Set fso = CreateObject("Scripting.FileSystemObject")
strInFile = "D:\downloads\verypdf.doc"
strOutFile = "D:\downloads\out.pdf"
strCmd = "-$ XXXX-XXXX-XXXX-XXXX -ownerpwd 123 -keylen 2 -encryption 3900 " & """" & strInFile & """ """ & strOutFile & """"

msgbox strCmd

set VeryPDFCom = CreateObject("VeryPDF.doc2anyCom")
strReturn = VeryPDFCom.doc2any(strCmd)
msgbox "Processing finished."
--------------------------------------------------------
You can also call doc2anyCom.exe COM from 64bit C# application by following source code,

using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Windows.Forms;
using VeryPDF;
using System.IO;

namespace WindowsFormsApplication1
{
    public partial class Form1 : Form
    {
        public Form1()
        {
            InitializeComponent();
        }

        private void button1_Click(object sender, EventArgs e)
        {
            string appPath = Path.GetDirectoryName(Application.ExecutablePath);
            string strInFile = "D:\\downloads\\verypdf.doc";
            string strOutFile = "D:\\downloads\\_test_out.pdf";

            string strCmd = "-$ XXXX-XXXX-XXXX-XXXX -ownerpwd 123
                       -keylen 2 -encryption 3900";
            strCmd += " \"" + strInFile + "\" \"" + strOutFile + "\"";
            MessageBox.Show(strCmd);

            System.Type VeryPDFType = System.Type.GetTypeFromProgID
                        ("VeryPDF.doc2anyCom");
            VeryPDF.doc2anyCom VeryPDFCom = (VeryPDF.doc2anyCom)
                        System.Activator.CreateInstance(VeryPDFType);
            string strReturn = VeryPDFCom.doc2any(strCmd);
            MessageBox.Show("Processing finished.");
        }
    }
}

VeryPDF

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

Does your API support conversion from docx and pdf to svg?The flawless and easy way to publish PDF and Office (DOC, DOCX, XLS, XLSX, PPT, PPTX, RTF, TXT, etc.) documents as web-ready SVG files

Does your API support conversion from docx and pdf to svg? Can we try this somewhere?

Customer
------------------------------------------------------

image
Thanks for your message, yes, we have APIs which can convert from DOCX and PDF files to SVG files, please download and try the following products,

1. PDF to Vector Converter Command Line or SDK, you can use this software to convert from PDF files to SVG files,

https://www.verydoc.com/pdf-to-vector.html
https://www.verydoc.com/pdf2vec_cmd.zip

2. DOC to Any Converter Command Line or SDK, you can use this software to convert from DOC, DOCX, XLS, XLSX, PPT, PPTX, RTF, etc. files to SVG files,

https://www.verydoc.com/doc-to-any.html
https://www.verydoc.com/doc2any_cmd.zip

Please download the products from above web pages to try, please feel free to let us know if you encounter any problem with them.

VeryDOC

Remark: The flawless and easy way to publish PDF and Office (DOC, DOCX, XLS, XLSX, PPT, PPTX, RTF, TXT, etc.) documents as web-ready SVG files.

PDF2SVG is an efficient, stand-alone utility for converting and publishing PDF and Office (DOC, DOCX, XLS, XLSX, PPT, PPTX, RTF, TXT, etc.) files as web-ready SVG graphics, the open-standard W3C recommendation for high-end graphics on the web.

PDF2SVG is offered as an easy-to-use command-line application and as a software development component that can be used as a building block for other client and server-based applications.

PDF2SVG enables high-quality PDF and Office to SVG conversion that maintains the original layout of the document and preserves hyperlinks, colors and fonts. The resulting self-contained and compact SVG files can be distributed, viewed, edited, stored, printed, and published onto web sites and CD-ROMs. For quick and easy document navigation and viewing, PDF2SVG can be configured to create page thumbnails as well as an XML summary describing the document components such as metadata, bookmarks, annotations, etc. Using XSLT or any other XML processor, the user can quickly generate custom HTML and JavaScript 'wrappers' that enable the user to browse multi-page documents in any web browser.

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, metafile to pdf converter

Convert WMF and EMF with Accuracy. EMF to Vector converts WMF and EMF into PDF, SVG, EPS, DWG, DXF, PNG, GIF, JPEG and TIFF

Convert WMF and EMF with Accuracy. EMF to Vector Converter Command Line for Windows converts WMF and EMF into the most used vector and image formats including PDF, SVG, EPS, DWG, DXF, PNG, GIF, JPEG and TIFF.

image

EMF to Vector Converter Command Line is a fast and powerful metafile converter. With it, you can transform native Windows metafiles into useful formats for other applications.

Metafile to PDF Command Line,
https://www.verydoc.com/emf-to-pdf.html

EMF to Vector Converter Command Line,
https://www.verydoc.com/emf-converter.html

Metafile to PDF Converter Command Line,
http://www.verypdf.com/app/metafile-to-pdf-converter/index.html

VeryPDF Mini EMF Printer Driver, print any printable documents to EMF and WMF,
http://www.verypdf.com/app/mini-emf-printer-driver/index.html

HTML Converter Command Line (htmltools.exe) does convert EMF and WMF files to PDF files,
http://www.verypdf.com/app/html-converter/index.html
http://www.verypdf.com/app/html-converter/try-and-buy.html#cmd

Windows Metafiles (WMF) and Enhanced Metafiles (EMF) are the native Windows vector formats. Unfortunately, they don’t travel well. If you want to use them on the Web, UNIX, Linux, the Mac or in specialized applications, you’ll need to convert them. EMF to Vector Converter Command Line does that brilliantly!

Metafiles are everywhere!!!

You see them on screen, in software programs as well as behind the scenes in the GDI display and print code that drives Windows application. When you copy a drawing to the clipboard from PowerPoint for example, it is stored as a Metafile. You can save or export metafiles in most Windows graphics applications. Both formats are used to save, exchange and publish drawings, diagrams, maps, charts, plots, forms and reports across the Windows platform. WMF and EMF are not broadly supported outside of the Windows environment. Web pages, for example cannot display metafiles. Other environments that lack support for viewing or authoring Metafiles are UNIX, CAD, XML and PS/PDF print production systems. They require their graphics to be in different formats. EMF to Vector Converter Command Line is the bridge between Windows and all of these other environments.

Use EMF to Vector Converter Command Line on your desktop to convert WMF and EMF to all industry-standard formats. Convert just one file as easily as multiple files or complete directories. Server versions and developer SDK versions are also available.

Features in EMF to Vector Converter Command Line:

  • Convert one file or multiple files using the built in batch mode
  • Convert all pages or specify a page rage
  • Intelligent object recognition
  • Rotate to any degree
  • Concatenates characters to form editable words and lines of text
  • Option to ignore text, images or paths during conversion
  • Specify minimum line width
  • Vector graphics, raster images and font text strings supported in vector output formats
  • Options to choose resolution, color depth and compression for raster output formats
  • Separates layers in CAD drawing based on colors
  • Dashed/dotted lines as segments
  • Easy Windows "Wizard" interface selects files, set options and converts in 3 easy steps
  • Outputs industry standard vector output formats which are scaleable and editable at the text and object level including PDF, EPS, SVG, DXF, PS, HPGL, CGM, MIF
  • High-fidelity image formats for Web and Office including JPEG, GIF, PNG, BMP and TIFF can be generated at ideal resolution settings for print or screen display
  • Options to map, reference, substitute or outline Type 1 and TrueType fonts to compensate for font mismatches between source and target systems
  • Batch tools (FLY Batch) and developer DLL available (FLY SDK). Linux and UNIX versions offer command line interface.
  • Output to raster image formats

Vector Formats:

  • SVG for XML and the Web
  • CGM for tech pubs and engineering
  • MIF for FrameMaker
  • EPS and PostScript
  • DXF for CAD/CAM/CNC
  • HPGL for CAD plotting and viewing
  • WMF for Microsoft Office
  • EMF for Microsoft Office and Microsoft Windows printing

Raster Formats:

  • TIFF for imaging, archiving, faxing, printing
  • GIF, PNG and JPEG for the Web or office
  • BMP for Microsoft Windows applications
  • ASCII for index, search and processing

Text Formats:

  • ASCII text with placement
  • Stripped ASCII text
  • ASCII preview (first few lines from file for summary)

Platforms:

  • Runs on Microsoft Windows (32-bit and 64-bit OS in 32-bit compatibility mode)
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 compressor

How to reduce/shrink the size of a PDF file and attached it to the invoice from any Windows device?

Hi VeryPDF Support,

I have a question about your Advanced PDF Tools Command Line software.

What does the server licenses allow me to do verses the stand alone user licenses?

I am evaluating your product for a client to reduce PDF images. My client has a network which consists of a Linux server, a Windows server, some PC's, Laptops, and some thin client workstations running a virtual desktop. At times there will be multiple users running invoices of which I would need to reduce/shrink the size of a PDF file and attached it to the invoice from any Windows device.

Thank you,
Customer
----------------------------------------------------


Please refer to following information to understand the different licenses,

Desktop License (End User License): It can be run from one user account on the computer, it is licensed by per user, you will need to purchase a license for each user who wish to use the product. End user license can't be run on Win2000 Server, Win2003 Server, Win2008 Server, etc. server systems, it can only be run on Win9x, WinXP, Vista, Win 7 etc. non-server systems.

Server License: It can be run on one server/computer with any number of users, it is licensed by per production server/computer (you needn't pay for development/test and backup servers), you will need to purchase a server license for each production server/computer you wish to run Server License on. Server License can be run Windows NT Server, Windows 2000 Server, Windows 2003 Server, Windows 2008 Server etc. server systems. After you purchase a server license for a server, all users on this server will able to use this product without any restrictions.

Please notice: Server License is can only be accessed by all users or applications which reside in this server, you can't place the exe file on a shared folder and use it from several clients. If you wish to use it by this method, you will need to purchase a developer license or purchase a license for each client, and register the software from each client, then each client will able to use the software without any license problem.

Developer License (Royalty Free License): It can be run on any number of servers or computers with any number of users, it is licensed by per developer. Developer License is royalty free for runtime desktop redistribution. Developer License does cover the Server License.

If you wish run our product (command line or SDK or COM) on lots of computers, you need purchase Developer License (Royalty Free License), once you purchase the Developer License, you can run our product on any number of computers, you can also integrate our product with your application and distribute it with your own application royalty free.

However, if you will run our product on one server only, the one server license will enough to you, you may choose proper license according to how many computers that you will run our product on.

You may look at full license agreement from following page,

http://www.verypdf.com/custom/license_agreement.htm

If you need Maintenance Service, please refer to our support options from following web page,

http://www.verypdf.com/custom/maintenance.htm

also, if you wish reduce/shrink the size of a PDF file, we suggest you may download "VeryDOC PDF Compressor Command Line" from following web page to try, you can use "VeryDOC PDF Compressor Command Line" to compress PDF files easily,

https://www.verydoc.com/pdfcompressor.html
https://www.verydoc.com/url/pdfcompressor.zip

pdfcompressor.exe -jbig2 C:\in.pdf C:\out.pdf
pdfcompressor.exe -jbig2 -jpx C:\in.pdf C:\out.pdf
pdfcompressor.exe -jpx -jpxquality 1 C:\in.pdf C:\out.pdf
pdfcompressor.exe -jpx -jpxquality 0.5 C:\in.pdf C:\out.pdf
pdfcompressor.exe -jpx -jpxquality 10 C:\in.pdf C:\out.pdf
pdfcompressor.exe -preset screen C:\in.pdf C:\out.pdf
pdfcompressor.exe -preset ebook C:\in.pdf C:\out.pdf
pdfcompressor.exe -preset printer C:\in.pdf C:\out.pdf
pdfcompressor.exe -preset prepress C:\in.pdf C:\out.pdf
pdfcompressor.exe -preset default C:\in.pdf C:\out.pdf
pdfcompressor.exe -ci jpx -mi jbig2 C:\in.pdf C:\out.pdf
pdfcompressor.exe -ci jpx -gi jpx -mi jbig2 C:\in.pdf C:\out.pdf
pdfcompressor.exe -ci jpg -cidown -cidownres 50 -gi jpg -gidown -gidownres 50 -mi fax -midown -midownres 50 C:\in.pdf C:\out.pdf
pdfcompressor.exe -ci jpg -cidown -cidownres 50 -cidowntype 1 C:\in.pdf C:\out.pdf
pdfcompressor.exe -gi jpg -gidown -gidownres 50 -gidowntype 1 C:\in.pdf C:\out.pdf
pdfcompressor.exe -mi fax -midown -midownres 50 -midowntype 1 C:\in.pdf C:\out.pdf

VeryPDF

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 compressor

The functions that interest to us are: the color PDF compression (JPEG2000 or similar) and JBIG2 compression for PDF in black and white

Good morning.

We are interested in your software for PDF file processing.

The functions that interest to us are: the color PDF compression (JPEG2000 or similar) and JBIG2 compression for PDF in black and white.

We are interested, also, to PDF conversion, single or multi-page, in Tiff format.

We seek a component to be integrated with an application (one application and one development desktop) that we sell to customers who would use it at their location (not in the cloud) to create and process documents and, as last, compress and convert them to TIF file.

We would like a "developer" license that is without costs for each deployment and no runtime to be installed on client PCs.

We would like to know if your software performs the required functions and if you sell it with a license of this kind.

If your answer is positive I ask you, please, to tell us a link to download an evaluation version and the link to download the manual (if separate from the software download).

At same time, I ask you to give us an indication of the price of the license.

Thank you.

Best regards.
Customer
-------------------------------------------------------


Thanks for your message, we suggest you may download "VeryDOC PDF Compressor Command Line" or "PDF Compressor SDK" from following web page to try,

https://www.verydoc.com/pdfcompressor.html
https://www.verydoc.com/url/pdfcompressor.zip
https://www.verydoc.com/dl2.php/pdfcompressor_sdk.zip

"VeryDOC PDF Compressor Command Line" and "PDF Compressor SDK" products are contain JPEG2000 and JBIG2 compression, you can use these products to compress color and grayscale images in PDF files with JPEG2000 compression (JPXDecode), and compress black and white images in PDF files using JBIG2 compression (JBIG2Decode), these algorithm will compress your PDF files smaller enough.

The cost of Developer License for "VeryDOC PDF Compressor Command Line" and "PDF Compressor SDK" products are USD$2499 and USD$3499, after you purchase either one, you can integrate it into your product and distribute it along with your product to your customers royalty free.

We suggest you may download the trial version from our website for evaluation first, if you encounter any problem, please feel free to let us know, we will assist you asap.

VeryDOC

See Also:

.NET JBIG2 SDK to encode, decode JBIG2 images. Professional JBIG2 Technology for .NET Developments. JBIG2 compression for PDF Optimizer
http://www.verypdf.com/wordpress/201510/net-jbig2-sdk-to-encode-decode-jbig2-images-professional-jbig2-technology-for-net-developments-jbig2-compression-for-pdf-optimizer-41916.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)