8.18/6/2018

The Hex Viewer

The Hex Viewer is a tool for viewing the characters in the sample data file as hexadecimal values. ASCII characters appear on the right side of the Hex Viewer, and the corresponding hexadecimal values on the left side. This is useful when you are selecting an emulation or fine-tuning the size and structure of the data page.

The Hex Viewer is also a standalone tool and can also be used outside of PlanetPress Design. It is located in the following folder:
C:\Program Files\Common Files\Objectif Lune\PlanetPress Suite 7\Tools

Working with the Hex Viewer

To open the Hex Viewer from PlanetPress Design:

To exit the Hex Viewer:

To open a different file in the Hex Viewer:

To save a file from the Hex Viewer:

To save the sample data file as a binary or hexadecimal text file:

  1. Choose File | Save As and choose one of the following:
    • Bin file: Choose to save the sample data file as a binary file.
    • Hex file: Choose to save the sample data file as a text file, where each two-character text string is the hexadecimal code for a byte of data.
  2. Use the Save As dialog box that appears to save the file.

To adjust the view:

To navigate through the input data:

To get a hard copy of the Hex Viewer presentation of the file:

  1. Be certain that you want to print the complete sample data file as it appears in the Hex Viewer. If it is quite large and you only want the first few pages, you may want to cancel the print job after those pages print. Alternatively, you might copy and paste the portion of interest into a separate Hex Viewer file and get a hard copy of that file.
  2. Choose File | Print Layout and choose the representation you want to use for the values that represent the input data.
    • Hex: Choose to print the values that represent the input data as hexadecimal values.
    • Decimal: Choose to print the values that represent the input data as decimal values.
    • Octal: Choose to print the values that represent the input data as octal values.
  3. Choose File | Print Setup.
  4. Choose File | Print.

To determine the hexadecimal value of a byte of input data or vice-versa:

To search for a hexadecimal value or text string:

  1. Position the pointer in the Hex Viewer at the point at which you want to start the search.
  2. Choose Edit | Find.
  3. In the Find Data dialog box, enter the hexadecimal value or text string. If you are searching for a text string, you can specify the case sensitivity of the search.
    • To enter a hexadecimal value, type the value. You can also precede the value with a dollar sign ($).
    • To enter a text string, enter the letter t or T, followed by the text string. A lower case t specifies a case-sensitive search. An upper case T specifies a case-insensitive search.
  4. Click OK.
  5. If necessary, choose Edit | FindNext to find the next occurrence of the search term.

To edit the sample data file:

To copy and paste a portion of the input data into a separate Hex Viewer file:

  1. Select the portion of the input data you want to paste into a separate file.
  2. Choose Edit | Copy.
  3. Choose Edit | New to display an empty file in the Hex Viewer.
  4. Choose Edit | Paste.

To undo commands:

  1. Choose Edit | Undo.
  2. Repeat step 1 as many times as necessary. The Hex Viewer supports multiple Undo commands.