Sort Score
Result 10 results
Languages All
Labels All
Results 2,631 - 2,640 of 5,752 for

file comparison

(0.04 sec)
  1. Remove pages | GroupDocs

    Follow this guide and learn how to remove page from PDF or Word document, delete worksheet from Excel File or remove slides from PowerPoint presentations with GroupDocs.Merger for .NET API....Comparison Product Solution GroupDocs...Call method and pass desired file path to save resultant document...

    docs.groupdocs.com/merger/python-net/remove-pages/
  2. Add password to PDF with permissions | GroupDocs

    This article explains how to add password for PDF document with permissions using GroupDocs.Merger for .NET....Comparison Product Solution GroupDocs...to it; Call method specifying file path to save resultant document...

    docs.groupdocs.com/merger/python-net/add-passwo...
  3. Errors and Exceptions | GroupDocs

    Handle parsing errors using groupdocs.parser.exceptions and add troubleshooting steps for GroupDocs.Parser for Python via .NET....Comparison Product Solution GroupDocs...Troubleshooting checklist Confirm the file path exists and is readable...

    docs.groupdocs.com/parser/python-net/errors-and...
  4. Load from Stream | GroupDocs

    Load from Stream As an alternative to a local File, Redactor can open a document from stream. The following example demonstrates how to load and redact a document using Stream: final FileInputStream stream = new FileInputStream("sample.docx"); try { final Redactor redactor = new Redactor(stream); try { // Here we can use document instance to make redactions redactor.apply(new DeleteAnnotationRedaction()); redactor.save(); } finally { redactor.close(); } } finally { stream.close(); }...Comparison Product Solution GroupDocs...As an alternative to a local file, Redactor can open a document...

    docs.groupdocs.com/redaction/java/load-from-str...
  5. Save in original format | GroupDocs

    This article demonstrates that how to save File in its original format with current date as a suffix...Comparison Product Solution GroupDocs...example demonstrates how to save file in its original format with...

    docs.groupdocs.com/redaction/python-net/save-in...
  6. Handling incorrect document password exception ...

    This article shows how to handle incorrect 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-incor...
  7. Verify QR-code signatures | GroupDocs

     This article explains how to provide advanced verification of QR-code electronic signatures with GroupDocs.Signature API....Comparison Product Solution GroupDocs.... QR ); // sign document to file VerificationResult result =...

    docs.groupdocs.com/signature/java/verify-qr-cod...
  8. Extract attachments from PDF portfolios | Group...

    This article explains that how to extract attachments from PDF documents...Comparison Product Solution GroupDocs...attachments ) { // Print the file path Console . WriteLine ( item...

    docs.groupdocs.com/parser/net/extract-attachmen...
  9. Use advanced logging | GroupDocs

    Learn advanced logging techniques available in the redaction API...Comparison Product Solution GroupDocs...records: C# using ( Stream stream = File . Open ( @"sample.docx" , FileMode...

    docs.groupdocs.com/redaction/net/use-advanced-l...
  10. Remove document password | GroupDocs

    This article explains how to remove password for PDF, Word, Excel, PowerPoint documents by using GroupDocs.Merger for .NET....Comparison Product Solution GroupDocs...method; Call method specifying file path to save resultant document...

    docs.groupdocs.com/merger/net/remove-document-p...