This command allows you to quickly change the size of the current document.

Change File Size Dialog

Complexity: constant-time.

Entered number is interpreted according to the following table:

Type Interpretation
Hexadecimal Size of the file in bytes in hexadecimal format.
Decimal Size of the file in bytes in decimal format.
KB Size of the file in kilobytes in decimal floating-point format.
MB Size of the file in megabytes in decimal floating-point format.
GB Size of the file in gigabytes in decimal floating-point format.

The resulting file size among with a free space on the drive from which you opened a file is displayed at the bottom of the window.

Memory or disk space is not consumed regardless of the resulting file size. Although, make sure you have enough free disk space if you are going to save the document.

When the size of the file is increased as a result of this operation, a newly inserted area is filled with byte 00.

See Also