Sort Score
Result 10 results
Languages All
Labels All
Results 1,711 - 1,720 of 9,970 for

new

(0.05 sec)
  1. Loading XML Documents with Options | Documentation

    Learn this article and check how to load and convert XML documents with advanced options using GroupDocs.Conversion for Java API....Consulting Blog Knowledge Base New Releases Status Websites aspose...XmlLoadOptions loadOptions = new XmlLoadOptions (); loadOptions...

    docs.groupdocs.com/conversion/java/load-xml-doc...
  2. Memory Optimization Option | Documentation

    This article explains how to optimize memory utilization when editing large Word documents using GroupDocs.Editor for Node.js via Java API....Consulting Blog Knowledge Base New Releases Status Websites aspose...WordProcessing document const editor = new groupdocs_editor . Editor ( 'LargeDocument...

    docs.groupdocs.com/editor/nodejs-java/memory-op...
  3. 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 ZipRootPackage.ZipPackage Read the ZIP archive properties Loop through ZipPackage.Files to extract information about archived files The following code snippet shows how to get metadata from a ZIP archive. AdvancedUsage.ManagingMetadataForSpecificFormats.Archive.ZipReadNativeMetadataProperties Encoding encoding = Encoding....Consulting Blog Knowledge Base New Releases Status Websites aspose...using ( Metadata metadata = new Metadata ( Constants . InputZip...

    docs.groupdocs.com/metadata/net/working-with-zi...
  4. Formulas, Smart Art and VBA Controls support in...

    We are glad to announce another monthly release of GroupDocs.Comparison for .NET 17.2.0 API with eight New features like support of Imaging DjVu file format, Formulas, Smart Art and image comparison in spreadsheet document introduced, also providing support for “VBA Controls” in Document Comparison API v17.2.0. This monthly release is adding two improvements like “Improve comparison changes detection for Paragraphs” along with five major fixes. Detailed information is listed below....0 API with eight new features like support of Imaging...for .NET 17.2.0 introducing new features and improvements, like...

    blog.groupdocs.com/comparison/formulas-smart-ar...
  5. Add document to Spreadsheet via OLE | Documenta...

    This article explains how to add document to Spreadsheet via OLE with GroupDocs.Merger within your .NET applications....Consulting Blog Knowledge Base New Releases Status Websites aspose...OleSpreadsheetOption oleSpreadsheetOption = new OleSpreadsheetOption ( filePathEmbedded...

    docs.groupdocs.com/merger/net/add-document-to-s...
  6. Load document from stream | Documentation

    There might be cases when the document is presented only as a stream (without a copy on the local disk). To avoid the overhead of saving documents to the disk, GroupDocs.Parser enables to extract data from streams directly. The following example shows how to load the document from the stream: // Create the stream try (InputStream stream = New FileInputStream(Constants.SamplePdf)) { // Create an instance of Parser class with the stream try (Parser parser = New Parser(stream)) { // Extract a text into the reader try (TextReader reader = parser....Consulting Blog Knowledge Base New Releases Status Websites aspose...stream try ( InputStream stream = new FileInputStream ( Constants ...

    docs.groupdocs.com/parser/java/load-document-fr...
  7. Add search text annotation | Documentation

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

    docs.groupdocs.com/annotation/net/add-search-te...
  8. Load document from Stream | Documentation

    This section explains how to load document from stream with GroupDocs.Signature API....Consulting Blog Knowledge Base New Releases Status Websites aspose...using ( Signature signature = new Signature ( stream )) { QrCodeSignOptions...

    docs.groupdocs.com/signature/net/load-document-...
  9. How to edit Mobi file | Documentation

    This article demonstrates how to edit Mobi files using Java programming language....Consulting Blog Knowledge Base New Releases Status Websites aspose...mobi" ; Editor editorFromPath = new Editor ( inputMobiPath ); FileInputStream...

    docs.groupdocs.com/editor/java/how-to-edit-mobi...
  10. Sign documents with exception handling | Docume...

     This article explains how to use exceptions handling when adding electronic signatures to document with GroupDocs.Signature API....Consulting Blog Knowledge Base New Releases Status Websites aspose...using ( Signature signature = new Signature ( "sample.xlsx" ))...

    docs.groupdocs.com/signature/net/sign-documents...