Sort Score
Result 10 results
Languages All
Labels All
Results 4,431 - 4,440 of 15,588 for

file

(0.08 sec)
  1. Compare documents | GroupDocs

    This article demonstrates how to compare Word, Excel, PowerPoint, Outlook, OneNote, PDF, Image, HTML, AutoCAD, Visio, OpenDocument, OneNote documents using GroupDocs.Comparison for Java....file.Path ; // ... try ( Comparer..."result.pdf" ); } The output file is as follows: Compare documents...

    docs.groupdocs.com/comparison/java/compare-docu...
  2. Email attachments | GroupDocs

    Extract, add, and remove attachments in email messages using Python via .NET.... name ) print ( "File format:" , attachment . get_document_info...get_document_info () . file_type ) with open ( os . path . join...

    docs.groupdocs.com/watermark/python-net/email-a...
  3. Queries on features available on groupdocs.Comp...

    Do we have an option to compare PDF with a pre-existing PDF supplied as an input. Is there a feature which allows us to mask few fields(exclude from comparison) on PDF which are bound to change such as Invoice Date, Ser…...takes a source and a target file as input and compare them. Now...to you how do you pass these files. See how documents could be...

    forum.groupdocs.com/t/queries-on-features-avail...
  4. Troubleshooting | GroupDocs

    This section contains issues that you may face and solutions for them when processing Files with GroupDocs.Viewer....solutions for them when processing files with GroupDocs.Viewer. Chinese...change the maximum size of a file How to migrate to GroupDocs...

    docs.groupdocs.com/viewer/java/troubleshooting/
  5. Verifying documents with exception handling | G...

     This article explains how to handle exceptions when verifying document electronic signatures with GroupDocs.Signature API....issues, missing required data, files etc. For handling these exceptions...setPassword("1234567890"); // sign document to file VerificationResult result =...

    docs.groupdocs.com/signature/java/verifying-doc...
  6. GroupDocs.Search for .NET 25.11 – Latest Update...

    Explore what’s new in GroupDocs.Search for .NET 25.11. Available now on NuGet and GroupDocs website....enhancement for plain‑text files and a fix that makes text extraction...text extractor for plain‑text file types (SEARCHNET‑3524) – the...

    blog.groupdocs.com/search/groupdocs-search-for-...
  7. Parse and Extract Fillable PDF Form Field Value...

    Parse fillable PDF forms and extract form field values of PDF documents in C# using parsing & data extraction .NET API by GroupDocs.... Load the PDF file using Parser class. Parse the...application that can parse PDF files and fetch values from fillable...

    blog.groupdocs.com/parser/parse-and-extract-dat...
  8. How to Run Examples | GroupDocs

    This article describes how to run Java Search API code examples....with code examples and sample files is hosted at Github. Run examples...open Examples/runExamples.js file using your favorite text editor...

    docs.groupdocs.com/search/nodejs-java/how-to-ru...
  9. Save in original format | GroupDocs

    This article demonstrates that how to save File in its original format with current date as a suffix...example demonstrates how to save file in its original format with...%d %H-%M-%S" ) so . redacted_file_suffix = date_time_str result_path...

    docs.groupdocs.com/redaction/python-net/save-in...
  10. Load from a stream | GroupDocs

    This example demonstrates how to load a File from a stream. advanced_usage.loading_Files.LoadFromStream // Constants.InputDoc is an absolute or relative path to your document. Ex: @"C:\Docs\source.doc" try (InputStream stream = new FileInputStream(Constants.InputDoc)) { try (Metadata metadata = new Metadata(stream)) { // Extract, edit or remove metadata here } } More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples: GroupDocs.Metadata for ..../ Advanced Usage / Loading files / Load from a stream Load from...load a file from a stream. advanced_usage.loading_files.LoadFromStream...

    docs.groupdocs.com/metadata/java/load-from-a-st...