Lines Matching refs:pdf_path
53 pdf_path = os.path.join(self.working_dir, input_root + '.pdf')
65 pdf_path)
73 raised_exception = self.TestText(input_root, expected_txt_path, pdf_path)
75 raised_exception, results = self.TestPixel(input_root, pdf_path)
99 def Generate(self, source_dir, input_filename, input_root, pdf_path): argument
105 output_event_path = os.path.splitext(pdf_path)[0] + '.evt'
110 shutil.copyfile(original_path, pdf_path)
119 def TestText(self, input_root, expected_txt_path, pdf_path): argument
123 cmd_to_run = [self.pdfium_test_path, '--send-events', pdf_path]
129 def TestPixel(self, input_root, pdf_path): argument
133 cmd_to_run.append(pdf_path)