Page 1 of 1

Problem with Commandline conversion function

Posted: 09 Mar 2010, 00:09
by fmenne
Hi !

We just bought our first Abviewer 7.2.5.6 Enterprise license and have a question regarding
command-line converting:

When I use the "/c tiff width=4000" as parameter I receive a 15 MB TIFF File.
The file is so big, because uncompressed TIFF is used. When I convert this tiff manually
to LZW compressed, it only consumes 32 KB.

Is there an additional switch to enable compression on commandline ?


best regards
Frank

Re: Problem with Commandline conversion function

Posted: 10 Mar 2010, 16:46
by support
Hello.
Unfortunately such switch doesn't provided. However you can create the .bat file and call it instead the ABViewer. For example file.bat file with the following content will open specified file:

Code: Select all

ABViewer "%1"
It must be called like: file your_file

Alexander.