HomeSort by relevance Sort by last modified time
    Searched refs:pdf_path (Results 1 - 5 of 5) sorted by null

  /external/pdfium/testing/tools/
run_javascript_tests.py 25 pdf_path = os.path.join(working_dir, input_root + '.pdf')
35 cmd_to_run.extend([pdfium_test_path, pdf_path])
run_pixel_tests.py 27 pdf_path = os.path.join(working_dir, input_root + '.pdf')
42 cmd_to_run.extend([pdfium_test_path, '--png', pdf_path])
run_corpus_tests.py 32 pdf_path = os.path.join(working_dir, input_filename)
40 shutil.copyfile(input_path, pdf_path)
46 cmd_to_run.extend([pdfium_test_path, '--png', pdf_path])
  /external/pdfium/core/src/fpdfdoc/
doc_form.cpp 1034 CFDF_Document* CPDF_InterForm::ExportToFDF(const CFX_WideStringC& pdf_path,
1040 return ExportToFDF(pdf_path, fields, true, bSimpleFileSpec);
1044 const CFX_WideStringC& pdf_path,
1053 if (!pdf_path.IsEmpty()) {
1055 CFX_WideString wsFilePath = FILESPEC_EncodeFileName(pdf_path);
1060 filespec.SetFileName(pdf_path);
    [all...]
  /external/pdfium/core/include/fpdfdoc/
fpdf_doc.h 635 CFDF_Document* ExportToFDF(const CFX_WideStringC& pdf_path,
638 CFDF_Document* ExportToFDF(const CFX_WideStringC& pdf_path,

Completed in 86 milliseconds