Extract Information from PDF

Extract Information from PDF

Description

You can extract information from your PDF File.

Input Arguments

Input ArgumentTypeDescriptionRequired?Advanced Option?Default
FilePDFThe file from which information shall be extracted. File only – no string/Base64 allowed✔️-

Output

ResponseTypeDescription
AuthorStringName of the author of the PDF.
CreatorStringSoftware used to create the PDF.
ProducerStringSoftware or tool that produced the final PDF output.
SubjectStringSubject metadata of the PDF (if defined).
TitleStringTitle metadata of the PDF (if defined).
KeywordsStringAny keywords associated with the PDF.
CreationDateNumberTimestamp of when the PDF was created.
ModificationDateNumberTimestamp of the last modification.
FileSizeNumberFile size in bytes.
PDFVersionNumberVersion of the PDF specification used.
PageCountNumberTotal number of pages in the PDF.
BodyObjectFull JSON object containing all extracted information. Useful for variables.

Power Automate Examples

Extract Information from PDF

We use the Get file content action to retrieve PDF File from our OneDrive as input and extract information from it. Therafter, we use the information as dynamic content.

Picture

💡

Looking for the response to this example? Scroll up to see the Output tab.

Known Limitations

⚠️
If you experienced other limitations please get in touch with us!