Sort Score
Result 10 results
Languages All
Labels All
Results 3,081 - 3,090 of 6,540 for

file comparison

(0.83 sec)
  1. GroupDocs.Signature for Python via .NET | Group...

    GroupDocs.Signature for Python via .NET is an easy to use electronic signature API designed for C#/.NET applications...Comparison Product Solution GroupDocs...sign electronic docs of various file formats. This e-signing API...

    docs.groupdocs.com/signature/python-net/
  2. GroupDocs.Redaction for Java | GroupDocs

    A Java API for redaction of sensitive and classified information from the documents. You can redact in adobe pdf, redact in excel or in many of different File formats....Comparison Product Solution GroupDocs...from the documents of different file formats. The API provides a...

    docs.groupdocs.com/redaction/java/
  3. GroupDocs.Signature for Java | GroupDocs

    GroupDocs.Signature for Java is an easy to use electronic signature API designed for Java applications...Comparison Product Solution GroupDocs...digital signatures for various file formats. Using digital signatures...

    docs.groupdocs.com/signature/java/
  4. Developer guide | GroupDocs

    Explains GroupDocs.Markdown for Python via .NET converter features and shows how to convert PDF, Word, Excel, Epub, Text inside your Python applications...Comparison Product Solution GroupDocs...images as Base64, save to the file system, skip images, or use...

    docs.groupdocs.com/markdown/python-net/develope...
  5. Processes cancellation | GroupDocs

    This article explains how to control signature processing (cancellation) for large documents with GroupDocs.Signature API....Comparison Product Solution GroupDocs...// ... }; // sign document to file signature . Sign ( "signedSample"...

    docs.groupdocs.com/signature/net/processes-canc...
  6. Handling password required exception | GroupDocs

    This article shows how to handle missing document password exception with GroupDocs.Signature API....Comparison Product Solution GroupDocs...}; // try to sign document to file, we expect for PasswordRequiredExce...

    docs.groupdocs.com/signature/net/handling-passw...
  7. Handling password required exception | GroupDocs

    This article shows how to handle missing document password exception with GroupDocs.Signature API....Comparison Product Solution GroupDocs...); // try to sign document to file, we expect for PasswordRequiredExce...

    docs.groupdocs.com/signature/java/handling-pass...
  8. Save in original format | GroupDocs

    The following example demonstrates how to save File in its original format with current date as a suffix: final Redactor redactor = new Redactor("sample.docx"); try { // Here we can use document instance to perform redactions redactor.apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions("[personal]"))); SaveOptions saveOptions = new SaveOptions(); saveOptions.setAddSuffix(true); saveOptions.setRasterizeToPDF(false); saveOptions.setRedactedFileSuffix(new SimpleDateFormat("dd-MM-yyyy").format(new Date())); // Saving in original format with date as DateTime.getNow().toShortDateString()a suffix redactor.save(saveOptions); } finally { redactor.close(); }...Comparison Product Solution GroupDocs...example demonstrates how to save file in its original format with...

    docs.groupdocs.com/redaction/java/save-in-origi...
  9. Processes cancellation | GroupDocs

    This article explains how to control signature processing (cancellation) for large documents with GroupDocs.Signature API....Comparison Product Solution GroupDocs...// ... }; // sign document to file signature . sign ( "Signed.pdf"...

    docs.groupdocs.com/signature/java/processes-can...
  10. Update annotations | GroupDocs

    This page describes how to edit annotation properties - change annotation position, size, appearance etc. when annotate documents using GroupDocs.Annotation for Java....Comparison Product Solution GroupDocs...add ( original ); // Save to file annotator . save ( "outputPath"...

    docs.groupdocs.com/annotation/java/update-annot...