Sort Score
Result 10 results
Languages All
Labels All
Results 641 - 650 of 9,971 for

new

(0.03 sec)
  1. Working with spreadsheet document attachments |...

    This article explains how to work with spreadsheet document attachments while using GroupDocs watermarking API...Consulting Blog Knowledge Base New Releases Status Websites aspose...SpreadsheetLoadOptio loadOptions = new SpreadsheetLoadOptio (); // Specify...

    docs.groupdocs.com/watermark/net/working-with-s...
  2. Save overwriting original file | Documentation

    The following example demonstrates how to save the redacted document, replacing an original file: // Make a copy of sample file Files.copy(New File("Sample.docx").toPath(), New File("OverwrittenSample.docx").toPath(), StandardCopyOption.REPLACE_EXISTING); // Apply redaction final Redactor redactor = New Redactor("OverwrittenSample.docx"); try { RedactorChangeLog result = redactor.apply(New ExactPhraseRedaction("John Doe", New ReplacementOptions(java.awt.Color.RED))); if (result.getStatus() != RedactionStatus.Failed) { SaveOptions options = New SaveOptions(); options.setAddSuffix(false); options.setRasterizeToPDF(false); // Save the document in original format overwriting original file redactor.save(options); } } finally { redactor....Consulting Blog Knowledge Base New Releases Status Websites aspose.... copy ( new File ( "Sample.docx" ). toPath (), new File ( "OverwrittenSample...

    docs.groupdocs.com/redaction/java/save-overwrit...
  3. Accept or Reject detected changes | Documentation

    Following this guide you will learn how to apply or discard changes detected during document comparison process using GroupDocs.Comparison for Java API....Consulting Blog Knowledge Base New Releases Status Websites aspose.... try ( Comparer comparer = new Comparer ( "source.docx" )) {...

    docs.groupdocs.com/comparison/java/accept-or-re...
  4. Search for Metadata Signatures in Images using ...

    We at GroupDocs, are pleased to announce another monthly release of GroupDocs.Signature for .NET. This latest release 18.12 of the API comes up with a feature to add and search for Metadata Signatures in Images. Apart from that, a few fixes and improvements are also introduced in this version, therefore, we recommend you to download the New version of the API to evaluate the exciting New features and enhance your document e-signing experience....the new version of the API to evaluate the exciting new features...ImagesSearchMetadata searchOptions = new ImagesSearchMetadata(); // search...

    blog.groupdocs.com/signature/groupdocs.signatur...
  5. Clone Passwords and Style Settings are Introduc...

    GroupDocs team is glad to announce another monthly release of .NET Document Comparison API v17.7.0 with advanced features like Cloning passwords and Cloning Metadata for all major file formats and adding support for New style settings. This monthly release is also including improvements like IComparisonStyle interface in cells file format along with fixes. Major Changes are done for HTML, PDF, Cells, Emails and Words document formats. Detailed information is listed below....formats and adding support for new style settings. This monthly...NET 17.7.0 introducing four new features, like support of Bold...

    blog.groupdocs.com/comparison/document.comparis...
  6. Set zoom level when converting to HTML using Gr...

    We are pleased to announce another monthly release of GroupDocs.Conversion for Java 17.7. This version of the API comes with number of New features such as setting zoom level, conversion from LaTex and getting extended document information. Aside this, multitude of improvements, bug fixes and some New document formats are introduced in this release. We would recommend you to download the New release and evaluate the exciting features to enhance document conversion experience....the API comes with number of new features such as setting zoom...improvements, bug fixes and some new document formats are introduced...

    blog.groupdocs.com/conversion/releasing-documen...
  7. Add ParagraphMerger Using GroupDocs.Comparison ...

    Team GroupDocs is really pleased to announce the release of version 17.10 of GroupDocs.Comparison for .NET API which not only adds a number of New features to the API, but also adds numerous enhancements along-with some bug fixes. The API now allows adding password to PDF documents. It also adds ParagraphMerger to the API. Not only this; the API has also made improvements related to the PDF document format beside improving Comparison....which not only adds a number of new features to the API, but also...The GroupDocs.Comparison API - New Features # Monthly release of...

    blog.groupdocs.com/comparison/add-paragraphmerg...
  8. Load document from stream | Documentation

    This article demonstrates how to convert document presented as stream using GroupDocs.Conversion for Node.js via Java API....Consulting Blog Knowledge Base New Releases Status Websites aspose...readStream ) const converter = new groupdocs . conversion . Converter...

    docs.groupdocs.com/conversion/nodejs-java/load-...
  9. Add image annotation | Documentation

    The page describes how to add image annotation to a document using GroupDocs.Annotation for Java....Consulting Blog Knowledge Base New Releases Status Websites aspose...final Annotator annotator = new Annotator ( "input.pdf" )){ ImageAnnotation...

    docs.groupdocs.com/annotation/java/add-image-an...
  10. Searching for document signatures with exceptio...

    This article explains how to handle exceptions when searching for electronic signatures with GroupDocs.Signature API....Consulting Blog Knowledge Base New Releases Status Websites aspose...loadOptions = new LoadOptions (); Signature signature = new Signature...

    docs.groupdocs.com/signature/java/searching-for...