Uipath Marketplace
MarketplaceListingsSnippetPDF File Corrupt Check

Create your first automation in just a few minutes.Try Studio Web

PDF File Corrupt Check

PDF File Corrupt Check

by Novigo Solutions

13

Snippet

Downloads

116

back button
back button
carouselImage0
next button
next button

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

Publisher

Novigo Solutions

Visit publisher's page

Trusted Source

License & Privacy

License Agreement

Privacy Terms

Technical

Version

1.0.0

Updated

Jun 14, 2023

Works with

Studio: 21.10 - 22.10

Certification

Silver Certified

Collections

Support

UiPath Community Support

Resources

Similar Listings