Home
last modified time | relevance | path

Searched refs:pdf_path (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/testing/tools/
Dtest_runner.py51 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
[all …]
/external/pdfium/core/fpdfdoc/
Dcpdf_interform.h74 std::unique_ptr<CFDF_Document> ExportToFDF(const CFX_WideStringC& pdf_path,
78 const CFX_WideStringC& pdf_path,
Dcpdf_interform.cpp1193 const CFX_WideStringC& pdf_path, in ExportToFDF() argument
1199 return ExportToFDF(pdf_path, fields, true, bSimpleFileSpec); in ExportToFDF()
1203 const CFX_WideStringC& pdf_path, in ExportToFDF() argument
1212 if (!pdf_path.IsEmpty()) { in ExportToFDF()
1214 CFX_WideString wsFilePath = CPDF_FileSpec::EncodeFileName(pdf_path); in ExportToFDF()
1221 filespec.SetFileName(pdf_path); in ExportToFDF()