Sort Score
Result 10 results
Languages All
Labels All
Results 4,251 - 4,260 of 15,639 for

file

(0.14 sec)
  1. Compare Word Documents in Node.js | GroupDocs

    Learn how to compare Word documents programmatically using GroupDocs.Comparison for Node.js via Java. Compare documents with custom styling, handle password-protected Files, and use streams for memory-efficient processing....repository contains all source files, helper classes, and configuration...utils/ │ ├── fileHelper.js # File utilities │ ├── licenseHelper...

    docs.groupdocs.com/comparison/nodejs-java/legal...
  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....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...digital signatures for various file formats. Using digital signatures...

    docs.groupdocs.com/signature/java/
  4. GroupDocs.Redaction for Python via .NET | Group...

    A .NET 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 using c#...from documents across various file formats. It provides a unified...

    docs.groupdocs.com/redaction/python-net/
  5. Edit PDF | GroupDocs

    This guide demonstrates how to edit content of PDF Files like a common text documents using a GroupDocs.Editor for .NET.... Save to a file or a stream string outputPath...responsible for loading the PDF files into the . It has only one property...

    docs.groupdocs.com/editor/net/edit-pdf/
  6. 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(); }...example demonstrates how to save file in its original format with...

    docs.groupdocs.com/redaction/java/save-in-origi...
  7. Save comparison result in different format | Gr...

    Learn how to save the comparison result to different output formats using GroupDocs.Comparison for Python via .NET....formats depend on the source file type. Common targets include...

    docs.groupdocs.com/comparison/python-net/save-c...
  8. GroupDocs.Viewer for .NET 25.12 – Latest Update...

    Explore what’s new in GroupDocs.Viewer for .NET 25.12. Available now on NuGet and GroupDocs website....that wrapped the entire result file. Bug VIEWERNET‑5568 Hyperlinks...

    blog.groupdocs.com/viewer/groupdocs-viewer-for-...
  9. Get a list of changes | GroupDocs

    This article explains how to get a collection of changes between compared documents when using GroupDocs.Comparison for Node.js via Java.... Comparer ( 'sample-files/source.docx' ); // Add the target...source comparer . add ( 'sample-files/target.docx' ); // Perform the...

    docs.groupdocs.com/comparison/nodejs-java/get-l...
  10. Process Hyperlinks and Numbered Lists in Words ...

    GroupDocs team is glad to announce another monthly release where Improved Performance and new features are introduced . The latest GroupDocs.Annotation for .NET 17.4.0 API now provides support to process Hyperlink and Number List in words document format along with Improvements and Fixes. We recommend our user to download the latest API release to use new exciting features and enhance their application with GroupDocs.Annotation for .NET. GroupDocs.Annotation for .NET - New Features and ChangesThis monthly release is providing three new features like processing of “Tables and hyperlink” in words document format and two improvements in Annotating “Words and CAD File formats”....in Annotating “Words and CAD file formats”. Major changes are...Improvement in Annotating CAD files Improvement in import annotations...

    blog.groupdocs.com/annotation/hyperlinks-number...