Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Images/DocToImages/DocToImages.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* one per page. You can also create a mult-page TIFF file. This program requires that you enter
* formatting values manually at the command line.
*
* Copyright (c) 2007-2023, Datalogics, Inc. All rights reserved.
* Copyright (c) 2007-2025, Datalogics, Inc. All rights reserved.
*
*/

Expand Down Expand Up @@ -422,7 +422,7 @@ static void Usage()
Console.WriteLine("-grayhalftone = [n|y] - is a grayscale image halftone? Only valid for format=tif and color=gray.");
Console.WriteLine("-first=[y|n] Only convert the first PDFL page, default=n");
Console.WriteLine("-quality=1-100. Only valid for an output type of jpg, default for jpg is 75");
Console.WriteLine("resolution=[horiz x vert] ( target DPI, [12-1200], default=300");
Console.WriteLine("-resolution=[horiz x vert] ( target DPI, [12-1200], default=300");
Console.WriteLine("\tA single value sets both horizontal and vertical the same.");
Console.WriteLine("\tex: resolution=300 -or - resolution=480x640");
Console.WriteLine("-fontlist=\"dir1;dir2;dirN\"");
Expand Down
Loading