Create your first automation in just a few minutes.Try Studio Web →
by Novigo Solutions
13
Snippet
130
Summary
Summary
This snippet check whether a PDF file is corrupt or not.
Overview
Overview
This snippet contains the following two arguments:
Input Arguments:
1. in_PdfFullFilePath (String): Path of the PDF file that needs to be checked if it is corrupted or not.
Example: "E:\PDF_File.pdf"
Output Arguments:
1. out_IsPdfCorrupted (Boolean): This is the output which returns a Boolean value after checking whether the PDF is corrupted or not.
Example: out_IsPDFCorrupted = True, if PDF is corrupted.
out_IsPDFCorrupted = False, if PDF is not corrupted.
Features
Features
This workflow checks if a PDF is not corrupted before extracting the details from the file.
Additional Information
Additional Information
Dependencies
UiPath.System.Activities and Syncfusion.Pdf.Net.Core
Code Language
Visual Basic
Technical
Version
1.0.0Updated
June 14, 2023Works with
Studio: 21.10 - 22.10
Certification
Silver Certified
Collections
Support
UiPath Community Support
Resources