Skip to content

PdfToText

Akram El Assas edited this page Nov 20, 2022 · 2 revisions
<?xml version="1.0" encoding="utf-8" ?>
<Tasks>
  <!--
   PdfToText is a sequential task that extracts TEXT from PDF files.
    
   The TEXT files generated are loaded by this task so that other tasks can select them through the selectFiles option.
  -->
  <Task id="$int" name="PdfToText" description="$string" enabled="true|false">
    <!-- 
      The PDF files loaded by the task having as id $taskId will be
      used to generate TEXT files.
    -->
    <Setting name="selectFiles" value="$taskId" />
    <Setting name="selectFiles" value="$taskId" />
    <!-- You can add as many selecteFiles as you want.-->
  </Task>
</Tasks>
Clone this wiki locally