pub fn code_file_to_pdf( input_path: &Path, output_path: &Path, ) -> Result<(), CodeToPdfError>
Convert a plaintext code file to a PDF at the given output path. The output will use a bundled monospaced font.