Sort Score
Result 10 results
Languages All
Labels All
Results 371 - 380 of 2,615 for

file signature

(0.14 sec)
  1. Detect file type of container item | Documentation

    This article explains that how to detect File type of container item....Signature Product Solution GroupDocs...attachments / Detect file type of container item Detect file type of container...

    docs.groupdocs.com/parser/java/detect-file-type...
  2. Load file from Azure blob storage | Documentation

    This article demonstrates how to convert File stored in Azure Blob storage using GroupDocs.Conversion for .NET API....Signature Product Solution GroupDocs.../ Loading files from different sources / Load file from Azure...

    docs.groupdocs.com/conversion/net/load-file-fro...
  3. How to edit Mobi file | Documentation

    This article demonstrates how to edit Mobi Files using Java programming language....Signature Product Solution GroupDocs...How to edit Mobi file How to edit Mobi file Leave feedback On...

    docs.groupdocs.com/editor/java/how-to-edit-mobi...
  4. Load a file of a specific format | Documentation

    This example demonstrates how to load a File of some particular format. advanced_usage.loading_Files.LoadingFileOfSpecificFormat // Explicitly specifying the format of a File to load you can spare some time on detecting the format LoadOptions loadOptions = new LoadOptions(FileFormat.Spreadsheet); // Constants.InputXls is an absolute or relative path to your document. Ex: @"C:\Docs\source.xls" try (Metadata metadata = new Metadata(Constants.InputXls, loadOptions)) { SpreadsheetRootPackage root = metadata.getRootPackageGeneric(); // Use format-specific properties to extract or edit metadata System....Signature Product Solution GroupDocs...Loading files / Load a file of a specific format Load a file of a...

    docs.groupdocs.com/metadata/java/load-a-file-of...
  5. Get supported file formats | Documentation

    This article shows that how to get the list of all supported File formats of GroupDocs.Redaction by using C#....Signature Product Solution GroupDocs...Get supported file formats Get supported file formats Leave feedback...

    docs.groupdocs.com/redaction/net/get-supported-...
  6. Get supported file formats | Documentation

    This article explains how to get the list of all supported File formats....Signature Product Solution GroupDocs...Get supported file formats Get supported file formats Leave feedback...

    docs.groupdocs.com/watermark/java/get-supported...
  7. Get supported file formats | Documentation

    This article explains how to obtain supported File formats list when viewing documents with GroupDocs.Comparison within your Java applications....Signature Product Solution GroupDocs...Get supported file formats Get supported file formats Leave feedback...

    docs.groupdocs.com/comparison/java/get-supporte...
  8. Save a modified file to the original source | D...

    This article shows how to save the modified content to the underlying source in Java....Signature Product Solution GroupDocs...Advanced Usage / Saving files / Save a modified file to the original...

    docs.groupdocs.com/metadata/java/save-a-modifie...
  9. GroupDocs.Signature for .NET Visual Studio Plug...

    Team GroupDocs is pleased to announce release of GroupDocs.Signature for .NET Visual Studio Plugin. The exciting fact about this plugin is, there is no need to download DLL and Examples separately. It has reduced the efforts to run E-Signature API examples for the developers. All you have to do is to install the MSI package and then a new extension will be added in Visual Studio File menu. Clicking on this extension you can run either C# or Visual Basic examples....Signature for .NET Visual Studio Plugin...reduced the efforts to run E-Signature API examples for the developers...

    blog.groupdocs.com/signature/groupdocs-signatur...
  10. Load password-protected file | Documentation

    Load password-protected File In order to open password-protected documents, you have to pass your password to LoadOptions class constructor or assign it to its Password property of an instance of LoadOptions class: LoadOptions loadOptions = new LoadOptions("mypassword"); final Redactor redactor = new Redactor("protected_sample.docx", loadOptions); try { // Here we can use document instance to perform redactions redactor.apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions("[personal]"))); redactor.save(); } finally { redactor.close(); }...Signature Product Solution GroupDocs...password-protected file Load password-protected file Leave feedback...

    docs.groupdocs.com/redaction/java/load-password...