Sort Score
Result 10 results
Languages All
Labels All
Results 2,041 - 2,050 of 31,399 for

new

(0.06 sec)
  1. Working with worksheet headers and footers | Do...

    This article explains how to work with worksheet headers and footers 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-w...
  2. Use redaction policies | Documentation

    Learn how to deal.If you have a corporate sensitive data removal policy as a list of redaction rules, you don't need to specify them in your code. You can specify an XML document with a list of pre-configured redactions....Consulting Blog Knowledge Base New Releases Status Websites aspose...policy = new RedactionPolicy ( new Redaction [] { new ExactPhraseRedaction...

    docs.groupdocs.com/redaction/net/use-redaction-...
  3. redactorsettings - GroupDocs.Redaction for Java...

    All Classes Packages com.groupdocs.redaction com.groupdocs.redaction.configuration com.groupdocs.redaction.exceptions......RedactorSettings () Initializes a new instance of the RedactorSettings...ILogger logger) Initializes a new instance of the RedactorSettings...

    apireference.groupdocs.com/redaction/java/com.g...
  4. RedactorSettings - GroupDocs.Redaction for Java...

    All Classes Packages com.groupdocs.redaction com.groupdocs.redaction.configuration com.groupdocs.redaction.exceptions......RedactorSettings () Initializes a new instance of the RedactorSettings...ILogger logger) Initializes a new instance of the RedactorSettings...

    apireference.groupdocs.com/redaction/java/com.g...
  5. GroupDocs.Search for Java 21.2 Release Notes | ...

    Note This page contains release notes for GroupDocs.Search for Java 21.2 Major Features There are the following improvementes in this release: Implement ability to perform boolean search with stop words Implement ability to get status of indexed file Implement ability to delete files indexed from stream Full List of Issues Covering all Changes in this Release Key Summary Category SEARCHNET-2486 Implement ability to perform boolean search with stop words Improvement SEARCHNET-2487 Implement ability to get status of indexed file Improvement SEARCHNET-2485 Implement ability to delete files indexed from stream Improvement Public API and Backward Incompatible Changes Implement ability to perform boolean search with stop words This improvement allows to perform boolean search on queries containing stop words....Consulting Blog Knowledge Base New Releases Status Websites aspose...Creating an index Index index = new Index ( indexFolder ); // Indexing...

    docs.groupdocs.com/search/java/groupdocs-search...
  6. GroupDocs.Signature for .NET 22.8 Release Notes...

    Note This page contains release notes for GroupDocs.Signature for .NET 22.8 Major Features This release contains improvements with the standard QR Code embedded objects processing to support empty or a missing values, especialy with the Event QR Code type support. The important changes were made to provide more secure and update implementation of the AES data encryption for the QR Code and metadata objects. An updates with the webp file format support were made to support its processing over the creating the signatures, verifying and searching them in this image document format....Consulting Blog Knowledge Base New Releases Status Websites aspose...Code data serialization. The new AES improved implementation was...

    docs.groupdocs.com/signature/net/groupdocs-sign...
  7. Unleash Watermarking Power in Your Node.js Apps...

    Empower Node.js developers with document text & image watermarking, search & more functionalities. Download GroupDocs.Watermark Node.js via Java 24.3....Text & Image Watermarking Great news for Node.js developers! GroupDocs...document const watermarker = new groupdocsWatermark . Watermarker...

    releases.groupdocs.com/watermark/nodejs-java/ne...
  8. GroupDocs.Editor for Node.js via Java 24.10 Rel...

    GroupDocs.Editor for Node.js via Java 24.10 Release Notes – the latest updates and fixes....10 brings a set of new features, bug fixes, and improvements...Summary EDITORJS-2769 New Feature Introduce a new feature to provide...

    releases.groupdocs.com/editor/nodejs-java/relea...
  9. RedactorSettings | GroupDocs.Redaction for .NET...

    Represents redaction settings allowing to customize the redaction process....RedactorSettings () Initializes a new instance of the RedactorSettings...RedactorSettings (ILogger) Initializes a new instance of the RedactorSettings...

    reference.groupdocs.com/redaction/net/groupdocs...
  10. Working with CAD metadata | Documentation

    The GroupDocs Metadata API provides the feature to read basic metadata in CAD files. The supported CAD formats are: DWG DXF Reading CAD metadata To access metadata in a CAD drawing, the GroupDocs.Metadata API provides the CadRootPackage.getCadPackage method. The following code snippet reads metadata associated with a CAD file. advanced_usage.managing_metadata_for_specific_formats.cad.CadReadNativeMetadataProperties try (Metadata metadata = New Metadata(Constants.InputDxf)) { CadRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getCadPackage().getAcadVersion()); System.out.println(root.getCadPackage().getAuthor()); System.out.println(root.getCadPackage().getComments()); System.out.println(root.getCadPackage().getCreatedDateTime()); System.out.println(root.getCadPackage().getHyperlinkBase()); System.out.println(root.getCadPackage().getKeywords()); System.out.println(root.getCadPackage().getLastSavedBy()); System.out.println(root.getCadPackage().getTitle()); // ....Consulting Blog Knowledge Base New Releases Status Websites aspose...CadReadNativeMetadat try ( Metadata metadata = new Metadata ( Constants . InputDxf...

    docs.groupdocs.com/metadata/java/working-with-c...