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
Do you have to have interop installed on the server for the SDK to run? I want to avoid using microsoft interop in my web application. I am trying to convert .docx to .pdf format.
[Reply]
VeryDOC Reply:
November 5th, 2011 at 6:28 am
@Jill,
VeryDOC DOC to Any Converter is able convert from DOCX files to PDF files, you may download the trial version from our website to try,
http://www.verydoc.com/doc-to-any.html
if you encounter any problem with VeryDOC DOC to Any Converter, please feel free to let us know.
[Reply]
Do you have to have Microsoft interop on the server to use the conversion tools? I am currently using openXmlPowerTools to generate and merge .docx files, but need to convert to .pdf for some users and cannot install Interop on my server. If I can do the conversion without Interop, is it better to user the SDK or the COM?
Thanks…
[Reply]
VeryDOC Reply:
November 5th, 2011 at 5:51 am
Thanks for your message, you can use DOC to Any Converter to convert office documents to PDF files,
http://www.verydoc.com/doc-to-any.html
[Reply]
VeryDOC Reply:
November 5th, 2011 at 5:52 am
Thanks for your message, you can use DOC to Any Converter to convert office documents to PDF files, DOC to Any Converter can be downloaded from following web page,
http://www.verydoc.com/doc-to-any.html
[Reply]