Problem with Commandline conversion function
Moderators: SDS, support, admin
Problem with Commandline conversion function
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
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
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:It must be called like: file your_file
Alexander.
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"
Alexander.
Technical Support E-mail: support@cadsofttools.com
Chat support on Skype: cadsofttools.support
Chat support on Skype: cadsofttools.support