---
title: "DAS content extraction using the command line"
canonical_url: "https://www.nutrient.io/guides/document-automation-server/content-extraction/using-kingfisher-from-the-command-line/"
md_url: "https://www.nutrient.io/guides/document-automation-server/content-extraction/using-kingfisher-from-the-command-line.md"
last_updated: "2026-06-09T10:25:14.360Z"
description: "Learn how to use DAS Content Extraction with Kingfisher.Commandline.exe for safe and efficient document automation."
---

# Efficient content extraction with DAS command line

DAS Content Extraction can be accessed using the command line to run rules that have already been created in the Graphical User Interface (GUI). You can also run DAS Content Extraction directly from the command line.

The executable used for running DAS Content Extraction from the command line is `Kingfisher.Commandline.exe`.

## Using job definition file

This is the preferred and safest method to run DAS Content Extraction from the command line. This method ensures you set up the job correctly and you are sure of what it does.

If you create a job in DAS Content Extraction, an xml job definition file is automatically created in the **conditions** folder within the installation Directory.

When using the command line option, the xml file can be stored in a different location if required. For example, "c:\mydocuments\1001.xml". Thus, a working copy of definitions can be stored in a different (possibly less secure) location to the original.

**Usage**

```console

Kingfisher.Commandline.exe -jobfile=“..\\conditions\\1001.xml”

```

---

## Related pages

- [Streamline document processing with DAS](/guides/document-automation-server/content-extraction/autobahn-dx-integration.md)
- [Explore document automation and content extraction](/guides/document-automation-server/content-extraction/acknowledgements.md)
- [Streamline document automation with content extraction](/guides/document-automation-server/content-extraction.md)
- [Unlocking PDF processing with content extraction](/guides/document-automation-server/content-extraction/introduction.md)
- [Organize your Document Automation Server files](/guides/document-automation-server/content-extraction/kingfisher-files-and-directories.md)
- [Streamline document automation with DAS content extraction](/guides/document-automation-server/content-extraction/kingfisher-configuration-file-kingfisherconfig.md)
- [Document Automation Server Content Extraction release notes](/guides/document-automation-server/content-extraction/release-notes.md)
- [How to use trigger files for job automation](/guides/document-automation-server/content-extraction/trigger-files.md)
- [Efficient content extraction for diverse PDF files](/guides/document-automation-server/content-extraction/support.md)
- [Streamline document automation with XML job files](/guides/document-automation-server/content-extraction/xml-job-condition-files.md)

