Sort Score
Result 10 results
Languages All
Labels All
Results 7,061 - 7,070 of 31,393 for

new

(0.06 sec)
  1. Generate signature preview | Documentation

    This topic explains how to get document signature preview in c#...Consulting Blog Knowledge Base New Releases Status Websites aspose...QrCodeSignOptions signOptions = new QrCodeSignOptions { EncodeType...

    docs.groupdocs.com/signature/net/generate-signa...
  2. Extraction in separate process | Documentation

    This article describes how to minimize the situation of resource shortage in the indexing process...Consulting Blog Knowledge Base New Releases Status Websites aspose...args ) { using ( var host = new GroupDocs . Search . ExtractionHost...

    docs.groupdocs.com/search/net/extraction-in-sep...
  3. Load Document | Documentation

    Following this guide, you will learn how to load a document from the local disk or file stream for editing with GroupDocs.Editor for Node.js via Java API....Consulting Blog Knowledge Base New Releases Status Websites aspose...some document const editor = new groupdocsEditor . Editor ( inputFilePath...

    docs.groupdocs.com/editor/nodejs-java/load-docu...
  4. ID3V2EncodingType - GroupDocs.Metadata for Java...

    All Classes Packages com.groupdocs.metadata com.groupdocs.metadata.core com.groupdocs.metadata.export com.groupdocs.m......byte[] pictureData) Initializes a new instance of the ID3V2AttachedPicture... String text) Initializes a new instance of the ID3V2CommentFrame...

    apireference.groupdocs.com/metadata/java/com.gr...
  5. GroupDocs.Editor for .NET 21.3 Release Notes | ...

    Note This page contains release notes for GroupDocs.Editor for .NET 21.3 GroupDocs.Editor for .NET version 21.3 delivers one New feature, one significant improvement and a lot of bugfixes in different parts of the product, mainly in WordProcessing and Presentation processing. New feature Version 21.3 of GroupDocs.Editor contains aNew feature — utility class ResourceTypeDetector. This class contains 2 static method, which can help customers to process the HTML resources. There is a special article “Working with HTML resources”, which describes this in detail....Consulting Blog Knowledge Base New Releases Status Websites aspose...NET version 21.3 delivers one new feature, one significant improvement...

    docs.groupdocs.com/editor/net/groupdocs-editor-...
  6. Working with ZIP archives | Documentation

    Get ZIP format metadata The API allows detecting ZIP archives and reading format metadata. The following steps are needed to be followed: Load a ZIP archive Get the root metadata package Extract the native metadata package using the ZipRootPackage.getZipPackage method Read the ZIP archive properties Loop through ZipPackage.getFiles to extract information about the archived files The following code snippet shows how to get metadata from a ZIP archive. advanced_usage.managing_metadata_for_specific_formats.archive.ZipReadNativeMetadataProperties...Consulting Blog Knowledge Base New Releases Status Websites aspose...); try ( Metadata metadata = new Metadata ( Constants . InputZip...

    docs.groupdocs.com/metadata/java/working-with-z...
  7. Queries in text and object form | Documentation

    This article gives the knowledge about two ways to create a search query: in text or object form using Java search API....Consulting Blog Knowledge Base New Releases Status Websites aspose...Creating index Index index = new Index ( indexFolder ); // Indexing...

    docs.groupdocs.com/search/java/queries-in-text-...
  8. PageArea - GroupDocs.Parser for Java - API Refe...

    All Classes Packages com.groupdocs.parser com.groupdocs.parser.data com.groupdocs.parser.exceptions com.groupdocs.par......PageArea pageArea) Initializes a new instance of the FieldData class...FieldData linkedField) Initializes a new instance of the FieldData class...

    apireference.groupdocs.com/parser/java/com.grou...
  9. PageArea - GroupDocs.Parser for Java - API Refe...

    All Classes Packages com.groupdocs.parser com.groupdocs.parser.data com.groupdocs.parser.exceptions com.groupdocs.par......PageArea pageArea) Initializes a new instance of the FieldData class...FieldData linkedField) Initializes a new instance of the FieldData class...

    apireference.groupdocs.com/parser/java/com.grou...
  10. Document Comparison - Free Support Forum - grou...

    Hi, I am using this code to compare 2 documents. try (Comparer comparer = New Comparer(“./src/main/resources/doc_v1.docx”)) { comparer.add(“./src/main/resources/doc_v2.docx”); comparer.compare(“Output.docx”); } It’s…... try (Comparer comparer = new Comparer(“./src/main/resources/doc_v1...able to identify every new change in a new document as Aspose did...

    forum.groupdocs.com/t/document-comparison/15051