DOC to Any Converter, PDF to Image Converter, XPS to PDF and Image Converter

doc to any converter is not creating tif image for pdf,xls,eml,xps file

Hi,

I have tried using doc converter for jpg, bmp,tiff ,pdf ,xls, eml , xps, html, MHTML into 300X300 dpi grayscale tiff image and used

strCmd = “-$ XXXXXXXXXXXXXXXXXXXX -debug -useprinter -multipagetif -xres 300 -yres 300 -bitcount 1 -compression 5 C:\\* C:\\*.TIF”;

This is not creating tif image for pdf, xls, eml, xps file. And creating emty tiff for any image file,html, mhtml im using. same command is running succesfully for doc,rtf,ppt txt .

I dont have ms office. I have open office installed on my machine. I want to convert this for creating OCR through tiff files.

Please suggest me a solution

=================================================

Thanks for your message, doc2any.exe can't convert PDF file to TIFF file, you need download PDF to Image Converter from following web page to convert PDF file to image file,

https://www.verydoc.com/pdf-to-image.html

you can run following command line to convert PDF file to TIFF file,

pdf2img.exe C:\verydoc.pdf C:\out.tif

pdf2img.exe -f 1 -l 10 -r 300 -mono C:\verydoc.pdf C:\out.tif

doc2any.exe can convert XLS file to TIFF file without any problem, you can run following command line to convert from XLS file to TIFF file,

doc2any.exe -useprinter -useoffice 1 -compression 32773 -bitcount 1 -xres 300 -yres 300 C:\test.xls C:\out.tif

doc2any.exe can't convert EML format to TIFF format at the moment.

doc2any.exe can't convert XPS to TIFF file, you can download XPS to PDF Converter from following web page, XPS to PDF Converter can convert XPS file to TIFF image,

https://www.verydoc.com/xps-to-pdf.html

you can run following command line to convert XPS file to TIFF image and other image formats,

xps2pdf.exe -xres 600 -yres 600 C:\in.xps C:\out.jpg
xps2pdf.exe -xres 600 -yres 600 C:\in.xps C:\out-%04d.jpg
xps2pdf.exe -width 1024 -height 768 C:\in.xps C:\out-%04d.jpg
xps2pdf.exe -xres 600 -yres 600 -bitcount 1 C:\in.xps C:\out-%04d.tif
xps2pdf.exe -xres 600 -yres 600 -bitcount 1 C:\in.xps C:\out.tif
xps2pdf.exe C:\in.xps C:\out.ps
xps2pdf.exe C:\in.xps C:\out.eps
xps2pdf.exe C:\in.xps C:\out.bmp
xps2pdf.exe C:\in.xps C:\out.tif
xps2pdf.exe C:\in.xps C:\out.jpg
xps2pdf.exe C:\in.xps C:\out.png
xps2pdf.exe C:\in.xps C:\out.pcx

VeryDOC

PDF to Word Converter

Can I use your PDF to Word Converter to convert from PDF file to HTML document format?

 

Yes, you can use VeryDOC PDF to Word Converter to help you to convert PDF file to HTML document format. Only two steps you need to do. If you don’t have VeryDOC PDF to Word Converter, you can go to download it on the website at http://www.verypdf.com/. If you have one, let’s go on.

Step 1: Convert PDF to Word

First, drag the file you want to convert to the list box.

Second, select either “MS Word Document (*.DOC)”or “Rich Text Format (*.RTF)”. I was once recommended to select the second option, but after compare the resulting HTML documents from Word documents in both formats, I find that each option is as good as the other one.

Third, click the Convert button. If you input a lot of PDF files, and don’t select those files, the software can automatically convert them in order in a few seconds.

Step 2: Change Word to HTML.

Open the Word file in either RTF format or DOC format in Office, and save it in HTML format.

Moreover, if you want to convert from PDF files to XML, PowerPoint, or other formats, you can repeat Step 1, and save to the format as you like in the MS Office.

DOC to Any Converter

How to convert doc to pcx by VeryDOC DOC to any converter

First go to DOS window, if the operation you can’t do anyway, please go to the website of https://www.verydoc.com then refer to doc to ps, in which tell you how to go in.

Like other conversion doc to pcx is also very easy there are two steps next.

Step1: write down the route of VeryDOC DOC to any converter in your computer, if you confuse to understand it, you can directly drag the icon into DOS window.

How to convert doc to pcx by VeryDOC DOC to any converter

Step2: Similarly drag the doc document into DOS window continuously twice with the latter a little alteration that substitute pcx for doc.

How to convert doc to pcx by VeryDOC DOC to any converter

This is the final operation for doc to pcx, then with the press of the enter key, the result appears.

How to convert doc to pcx by VeryDOC DOC to any converter

Look at the picture marked with the blue circle.

DOC to Any Converter

How to call doc to any SDK from my application?

Hi,
Thanks for your prompt reply.
I have downloaded doc2any sdk in trial version it doesn't have any exe. I have doc2any dll file.
Please let me know how to use dll in this case I want to in corporate it into my web/desktop application.

Thanks,
=======================
doc2any sdk is contain following examples,

example_C#
example_vb
example_vc

you can compile and run these examples and check them how to work, these examples are call doc2any.dll internally.

You can also refer to a C# example at below, this C# example does call "pdfshell.dll" to convert documents, "pdfshell.dll" then call to doc2any.dll internally,

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

[DllImport(@"pdfshell.dll", CharSet = CharSet.Auto)]
static extern uint DocToAnyRunCmd([MarshalAs(UnmanagedType.LPStr)] string strCmdLine);

private void button1_Click(object sender, EventArgs e)
{
string strCmd;
strCmd = "-$ XXXXXXXXXXXXXXXXXXXX C:\\example.doc C:\\example.pdf";
uint nRet = DocToAnyRunCmd(strCmd);
}
}
}
~~~~~~~~~~~~~~~~~~~~~~~~~~
==============================
I am not able to convert pdf,html,mhtml, xls images(jpg,bmp) into desired tiff 300X300 dpi black and white LZW compression. But with same command i can convert doc,rtf and txt,docx,ppt format.

I have open office installed on my computer and Visual studio 2008.

Please tell me how can i do that with Any Doc doc2any sdk.

I also tried using docprint sdk. With docprint i m unable to convert doc,docx,rtf, txt ppt (ms office document) but it was able to convert pdf,html etc with same command. Also it gives me message of tries left and i have very few tries left and i m still testing it .
========================
Doc2any.exe can't convert PDF, HTML, MHTML files to TIFF files, you need following products to convert from PDF, HTML, MHTML files to TIFF files,

You can use PDF to Image Converter to convert PDF files to image files,

https://www.verydoc.com/pdf-to-image.html

You can use HTMLPrint to Any Converter product to convert HTML and MHTML files to TIFF files,

https://www.verydoc.com/htmlprint-to-any.html

however, doc2any.exe is able to convert XLS files to TIFF files without any problem if your system has MS Excel application installed, if your system hasn't MS Excel application installed, the conversion will failed.

docPrint SDK product is depend on MS Office application to convert DOC, DOCX, RTF, PPT, PPTX, XLS, XLSX, etc. office documents to PDF and TIFF files, if your system hasn't MS Office installed, docPrint SDK will fail.

However, docPrint SDK product is able to convert HTML, MHTML PDF files to TIFF files without MS Office application installed.

VeryDOC

VeryDOC

DOC to Any Converter

How to convert doc to ps by VeryDOC DOC to any converter?

Click on start menu, choose the run column and click it, you’ll see a dialogue window,input the character “cmd” and confirm, thus DOS widow is unfolded.

Because we need convert doc to ps, doc document must be prepared, similarly the software of VeryDOC DOC to any converter prepared which is downloaded in the site of https://www.verydoc.com/doc-to-any.html or https://www.verydoc.com/doc2any_cmd.zip 

The following is our operation, I suppose the software has been downloaded in the D disk of the computer and the doc document been founded on the desktop of the computer, then to convert doc to ps, I first drag the icon of the software into DOS window,  DOS window will display the characters that are: D:\doc2any_cmd\doc2any.exe, it indicates the operation is right, this is the first for the conversion of doc to ps.

Next drag the icon of the doc document twice, the second time need a little alteration that substitute ps for doc. That’s all the progress of doc to ps.

Below is the illustration, you can compare them with your operation.

How to convert doc to ps by VeryDOC DOC to any converter?

The first drag for doc to ps

How to convert doc to ps by VeryDOC DOC to any converter?

The second and the third drag for doc to ps, notice the difference marked by a red circle.

How to convert doc to ps by VeryDOC DOC to any converter? 

The success, look at the picture marked with red color