The document explains the conversion of infix expressions into reverse polish notation (postfix). It details a method involving the processing of operands and operators based on their precedence. An example conversion is provided, illustrating the final postfix expression as '2 1 - 4 3 * / 15 +'.