File Conversion and Manipulation

Manipulation of different file types

You can convert files to different formats and manipulate then when working with Kognitos

Convert from Word (.Docx & .Doc) to PDF

Many tools require a document to be in PDF format for processing. Kognitos gives you the ability to convert the filetype from Word (.doc or .docx) to a portable document format (.pdf). Here is an example of a command that is used to convert a file as above:

the file is the document
read the file as a pdf

Convert a picture (.jpg / .png) to PDF

In many cases, a picture needs to be converted to a PDF prior to processing. This capability is build into Kognitos. Here is an example of how to convert a file to PDF:

convert a file to a pdf file with
	the file is the picture

merge (Document)

On occasion, it will be necessary to combine multiple PDFs into a single document. Here is an example where all input files are merged into a single file:

get the attachments
get the above as the scanned documents
merge the scanned documents into a single document where
	the document name is "statements.pdf"