DocsMarshal.Workflow.ActivityLibrary.Pdfv 2018.4.0.1

An activity list that allows you to perform several operations on pdf files.



DocsMarshal.Workflow.ActivityLibrary.From_Pdf_To_String

This activity takes a pdf document as input and returns as result a string containing all the text content of the file.


DocsMarshal.Workflow.ActivityLibrary.ImageToPdf

Converts an image to a PDF document containing that image


DocsMarshal.Workflow.ActivityLibrary.PdfAddNote

This activity adds sticky notes to a PDF document. Notes represents text annotations linked to contents within a PDF document.


DocsMarshal.Workflow.ActivityLibrary.PdfAddWatermark

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


DocsMarshal.Workflow.ActivityLibrary.PdfExtractPages

This activity takes as input a range of pages and creates a new file containing only that range.


DocsMarshal.Workflow.ActivityLibrary.PdfExtractPagesWithBarcode

this activity performs a search on a pdf file and divides it into many subfiles according to the barcode.


DocsMarshal.Workflow.ActivityLibrary.PdfGetBarcodes

This activity returns the list of all the barcodes found in a pdf document.


DocsMarshal.Workflow.ActivityLibrary.PdfGetMetadata

This activity returns metadata of a pdf document.


DocsMarshal.Workflow.ActivityLibrary.PdfGetPageText

This activity return the text of a pdf document in a specific page.


DocsMarshal.Workflow.ActivityLibrary.PdfGetTextWithOcr

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.


DocsMarshal.Workflow.ActivityLibrary.PdfMerge

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.


DocsMarshal.Workflow.ActivityLibrary.PdfMergeMany

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.


DocsMarshal.Workflow.ActivityLibrary.PdfPrintV2

this activity performs a print of a pdf file


DocsMarshal.Workflow.ActivityLibrary.PdfRemovePage

This activity removes a page form a given pdf document.


DocsMarshal.Workflow.ActivityLibrary.PdfToBmp

This activity convert a single page of a pdf file to a BMP file.


DocsMarshal.Workflow.ActivityLibrary.PdfToJpg

This activity convert a single page of a pdf file to a JPG image.


DocsMarshal.Workflow.ActivityLibrary.PdfToPdfA

This activity convert a PDF file into a PDF/A file using the selected Pdf Compatibility.


DocsMarshal.Workflow.ActivityLibrary.PdfToPng

This activity convert a single page of a pdf file to a PNG image.