Is there a switch to create a multipage tiff images from html currently I'm using "c:\doc2any\doc2any.exe -useoffice 1 -multipagetif -xres 300 -yres 300 -compression 32773 "{0}" "{1}
but it doesn't split the page I just get one very long image. any ideas?
Customer
------------------------------------
Thanks for your message, you may add "-useprinter" parameter to try again, for example,
doc2any.exe -useoffice 1 -useprinter -multipagetif -xres 300 -yres 300 -compression 32773 D:\downloads\YZGZSQB.doc D:\downloads\_out.tif
doc2any.exe -useoffice 1 -useprinter -multipagetif -xres 300 -yres 300 -compression 32773 D:\downloads\YZGZSQB.html D:\downloads\_out.tif
You can use above command line to convert Office and HTML files to multi-page TIFF file.
Please notice, above command lines are using MS Office to render Office and HTML files to TIFF files, MS Office may load your HTML files slowly.
You can also use "HTMLPrint to Any Converter Command Line" to convert HTML files to multi-page TIFF file, "HTMLPrint to Any Converter Command Line" can be downloaded from this web page,
https://www.verydoc.com/htmlprint-to-any.html
https://www.verydoc.com/htmlprint2any_cmd.zip
after you download it, you can run following command lines to convert from HTML files to multi-page TIFF and PDF files,
html2any.exe -printtopdf C:\out.pdf http://www.verypdf.com
html2any.exe -printtopdf C:\out.pdf -ps2pdfopt "-ownerpwd owner -keylen 2 -encryption 3900" http://www.verypdf.com
html2any.exe -printtopdf C:\out.pdf -ps2pdfopt "-subject \"subject\" -creator \"creator\"" http://www.verypdf.com
html2any.exe -printtopdf C:\out.pdf -ps2pdfopt "-$ XXXXXXXXXXXX" http://www.verypdf.com
html2any.exe -printtoimage C:\out.jpg http://www.verypdf.com
html2any.exe -printtoimage C:\out.png -imgw 800 -imgh 1000 http://www.verypdf.com
html2any.exe -printtoimage C:\out.gif -imgxres 300 -imgyres 300 http://www.verypdf.com
html2any.exe -printtoimage C:\out.png -imgbc 1 http://www.verypdf.com
html2any.exe -printtoimage C:\out.tif -multipage -imgbc 24 http://www.verypdf.com
html2any.exe -printtoimage C:\out.tif -multipage -imgbc 24 -compress 5 http://www.verypdf.com
html2any.exe -printtoimage C:\out.tif -multipage -imgbc 1 -compress 4 http://www.verypdf.com
html2any.exe -printtoimage C:\out.tif -multipage -imgbc 24 -compress 32773 http://www.verypdf.com
html2any.exe -printtoimage C:\out.tif -multipage -imgbc 1 -compress 88881 http://www.verypdf.com
html2any.exe -printtoimage C:\out.jpg -quality 50 http://www.verypdf.com
html2any.exe -printtoimage C:\out.jpg -rotate 90 http://www.verypdf.com
html2any.exe -printtoimage C:\out.tif -multipage http://www.verypdf.com
html2any.exe -printtoimage C:\out.jpg -gray http://www.verypdf.com
If you encounter any problem with html2any.exe software, please feel free to let us know, we will assist you asap.