This section explains how to load document from stream with GroupDocs.Signature API....Watermark Product Solution GroupDocs...new FileInputStream ( "sample.pdf" ); Signature signature = new...
This section explains how to load document from local disk with GroupDocs.Signature API....Watermark Product Solution GroupDocs...signature = new Signature ( "sample.pdf" )) { TextSignOptions options...
This article shows how the redaction API is used to load file from disk....Watermark Product Solution GroupDocs...add_suffix = True so . rasterize_to_pdf = False result_path = redactor...
This article explains how to handle exceptions when searching for electronic signatures with GroupDocs.Signature API....Watermark Product Solution GroupDocs...Signature ( "samplePasswordProtec.pdf" )) { DigitalSearchOptions options...
This article demonstrates that how to save a document to any custom file at any location on the local disc or a even a Stream...Watermark Product Solution GroupDocs...@"C:\\Temp\\sample_output_file.pdf" , FileMode . Open , FileAccess...
This article explains how to provide advanced search for Form Field electronic signatures with GroupDocs.Signature API....Watermark Product Solution GroupDocs...signature = new Signature ( "signed.pdf" )) { FormFieldSearchOptio options...
This topic explains how to verify Text electronic signatures with GroupDocs.Signature API....Watermark Product Solution GroupDocs...signature = new Signature ( "sample.pdf" ); TextVerifyOptions options...
This article explains how to search for QR-code electronic signatures with GroupDocs.Signature API....Watermark Product Solution GroupDocs...signature = new Signature ( "sample.pdf" )) { // search for signatures...
This article demonstrates that how to save file in its original format with current date as a suffix...Watermark Product Solution GroupDocs...add_suffix = True so . rasterize_to_pdf = False date_time_str = datetime...
This article demonstrates that how to save the redacted document, replacing an original file...Watermark Product Solution GroupDocs...add_suffix = False so . rasterize_to_pdf = False result_path = redactor...