Problem with Commandline conversion function

Discuss and ask questions about ABViewer.

Moderators: SDS, support, admin

Post Reply
fmenne
Posts: 1
Joined: 08 Mar 2010, 22:15

Problem with Commandline conversion function

Post by fmenne » 09 Mar 2010, 00:09

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

support
Posts: 3271
Joined: 30 Mar 2005, 11:36
Contact:

Re: Problem with Commandline conversion function

Post by support » 10 Mar 2010, 16:46

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.
Technical Support E-mail: support@cadsofttools.com
Chat support on Skype: cadsofttools.support

Post Reply