Lines Matching refs:pdf_path
51 pdf_path = os.path.join(self.working_dir, input_root + '.pdf')
63 pdf_path)
71 raised_exception = self.TestText(input_root, expected_txt_path, pdf_path)
73 raised_exception, results = self.TestPixel(input_root, pdf_path)
85 def Generate(self, source_dir, input_filename, input_root, pdf_path): argument
91 output_event_path = os.path.splitext(pdf_path)[0] + ".evt"
96 shutil.copyfile(original_path, pdf_path)
106 def TestText(self, input_root, expected_txt_path, pdf_path): argument
110 cmd_to_run = [self.pdfium_test_path, pdf_path]
117 def TestPixel(self, input_root, pdf_path): argument
121 cmd_to_run.append(pdf_path)