Sort Score
Result 10 results
Languages All
Labels All
Results 301 - 310 of 5,558 for

file signature

(0.28 sec)
  1. Load File From Stream | GroupDocs

    Pass any Python File-like object — open() handle, io.BytesIO, boto3/azure-blob/requests response body — to the Converter constructor to convert documents directly from memory or cloud storage without touching the local Filesystem....Signature Product Solution GroupDocs...Documents / Load From Stream Load File From Stream Leave feedback On...

    docs.groupdocs.com/conversion/python-net/develo...
  2. GroupDocs Blog

    GroupDocs Blog - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers...The Compressed files (e.g .ZIP or TAR) use file compression in...be used to compress multiple files into a single archive. This...

    blog.groupdocs.com/groupdocs.blog/page/46/
  3. Annotate, Sign and Convert Documents Online Usi...

    Fast changing trends in technology require professionals and organizations to adapt and stay abreast. Organizations with a large number of employees focus on productivity to generate revenues, whereas professionals and consultants look for utility and cost. In the 90s there were limited options for document management, except for Microsoft Word - an editing software. Now, things have changed and there are many alternatives available. However, certain apps have compelling features and fit your requirements but may not provide other features....and can be stored in a single file. No new installations are needed...desk! How Do I Take Online Signatures? # After incorporating suggestions...

    blog.groupdocs.com/total/annotate-sign-convert-...
  4. How to save document with password | GroupDocs

    This article explains how to save document with password protection....Signature Product Solution GroupDocs...GroupDocs.Signature Product Family / GroupDocs.Signature for .NET...

    docs.groupdocs.com/signature/net/save-signed-do...
  5. Implement custom serialization with Metadata si...

    This article explains how to implement custom serialization for Metadata electronic Signatures....Signature Product Solution GroupDocs...GroupDocs.Signature Product Family / GroupDocs.Signature for .NET...

    docs.groupdocs.com/signature/net/implement-cust...
  6. Sign Document With Secure Custom Metadata Signa...

    id: sign-document-with-secure-custom-metadata-Signatures url: Signature/net/sign-document-with-secure-custom-metadata-Signatures title: Sign document with secure custom Metadata Signatures weight: 12 description: “This section contains articles with explanation how to create Metadata electronic Signatures and embed into metadata custom object with its serialization and encryption. The examples show how to customize object serialization and encryption.” keywords: productName: GroupDocs.Signature for .NET toc: True hideChildren: False GroupDocs.Signature provides additional features with MetadataSignature class like following ability to embedded custom objects into metadata ability to specify custom objects encryption and serialization ability to collect and populate standard document Signatures Here are the steps to embed custom object into Metadata Signature with GroupDocs....Signature Product Solution GroupDocs...GroupDocs.Signature Product Family / GroupDocs.Signature for .NET...

    docs.groupdocs.com/signature/net/developer-guid...
  7. Load file from stream | GroupDocs

    This article demonstrates how to convert File presented as a stream using GroupDocs.Conversion for .NET API....Signature Product Solution GroupDocs.../ Loading files from different sources / Load file from stream...

    docs.groupdocs.com/conversion/net/load-file-fro...
  8. Searching for document signatures with exceptio...

    This article explains how to handle exceptions when searching for electronic Signatures with GroupDocs.Signature API....Signature Product Solution GroupDocs...GroupDocs.Signature Product Family / GroupDocs.Signature for .NET...

    docs.groupdocs.com/signature/net/searching-for-...
  9. Load Password-Protected File | GroupDocs

    Unlock and convert password-protected Word, Excel, PowerPoint, and PDF documents by passing a LoadOptions instance with the password attribute to the Converter constructor in GroupDocs.Conversion for Python via .NET....Signature Product Solution GroupDocs...Password-Protected File Load Password-Protected File Leave feedback...

    docs.groupdocs.com/conversion/python-net/develo...
  10. Save overwriting original file | GroupDocs

    The following example demonstrates how to save the redacted document, replacing an original File: // Make a copy of sample File Files.copy(new File("Sample.docx").toPath(), new File("OverwrittenSample.docx").toPath(), StandardCopyOption.REPLACE_EXISTING); // Apply redaction final Redactor redactor = new Redactor("OverwrittenSample.docx"); try { RedactorChangeLog result = redactor.apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions(java.awt.Color.RED))); if (result.getStatus() != RedactionStatus.Failed) { SaveOptions options = new SaveOptions(); options.setAddSuffix(false); options.setRasterizeToPDF(false); // Save the document in original format overwriting original File redactor.save(options); } } finally { redactor....Signature Product Solution GroupDocs...overwriting original file Save overwriting original file Leave feedback...

    docs.groupdocs.com/redaction/java/save-overwrit...