An activity list that allows you to perform several operations on pdf files.
This activity takes a pdf document as input and returns as result a string containing all the text content of the file.
Converts an image to a PDF document containing that image
This activity adds sticky notes to a PDF document. Notes represents text annotations linked to contents within a PDF document.
This activity adds a watermark to every page of an input pdf. The watermark is an image, given in input, which is positioned in the center of each page of the pdf file, with a given size and opacity
This activity takes as input a range of pages and creates a new file containing only that range.
this activity performs a search on a pdf file and divides it into many subfiles according to the barcode.
This activity returns the list of all the barcodes found in a pdf document.
This activity returns metadata of a pdf document.
This activity return the text of a pdf document in a specific page.
This activty takes as input a pdf file and returs string representing the content of the pdf document. This activity must be used if the pdf file was created from an image.
This activity merge together two pdf files: it takes as inputs a base pdf file and a pdf file to merge with the first one. The activity returns a third file that that contains the other two files merged together.
This activity takes a list of pdf files and merge them together from the first to the last and returns a single pdf containing all the files.
this activity performs a print of a pdf file
This activity removes a page form a given pdf document.
This activity convert a single page of a pdf file to a BMP file.
This activity convert a single page of a pdf file to a JPG image.
This activity convert a PDF file into a PDF/A file using the selected Pdf Compatibility.
This activity convert a single page of a pdf file to a PNG image.