Sort Score
Result 10 results
Languages All
Labels All
Results 2,091 - 2,100 of 10,573 for

new

(0.09 sec)
  1. Spell checking | Documentation

    This article shows that how spell checking works during the search....Consulting Blog Knowledge Base New Releases Status Websites aspose...specified folder Index index = new Index ( indexFolder ); // Indexing...

    docs.groupdocs.com/search/java/spell-checking/
  2. Get text coordinates | Documentation

    Learn how to obtain text coordinates when rendering your documents with Image Viewer by GroupDocs and place text over rendered document page image....Consulting Blog Knowledge Base New Releases Status Websites aspose...// ... try ( Viewer viewer = new Viewer ( "sample.docx" )) { ViewInfoOptions...

    docs.groupdocs.com/viewer/java/image-viewer-get...
  3. Set image size limits | Documentation

    This article shows how to set output image size limits when rendering image to HTML...Consulting Blog Knowledge Base New Releases Status Websites aspose...... using ( Viewer viewer = new Viewer ( "sample.jpeg" )) { //...

    docs.groupdocs.com/viewer/net/set-image-size-li...
  4. Working with metadata in AVI files | Documentation

    Reading AVI header properties The GroupDocs.Metadata API supports extracting format-specific information from AVI file headers. The following are the steps to read the header of an AVI file. Load an AVI video Get the root metadata package Extract the native metadata package using AviRootPackage.Header Read the AVI header properties AdvancedUsage.ManagingMetadataForSpecificFormats.Video.Avi.AviReadHeaderProperties using (Metadata metadata = New Metadata(Constants.InputAvi)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.Header.AviHeaderFlags); Console.WriteLine(root.Header.Height); Console.WriteLine(root.Header.Width); Console.WriteLine(root.Header.TotalFrames); Console.WriteLine(root.Header.InitialFrames); Console.WriteLine(root.Header.MaxBytesPerSec); Console.WriteLine(root.Header.PaddingGranularity); Console.WriteLine(root.Header.Streams); // ....Consulting Blog Knowledge Base New Releases Status Websites aspose...using ( Metadata metadata = new Metadata ( Constants . InputAvi...

    docs.groupdocs.com/metadata/net/working-with-me...
  5. Handling metadata in WAV files | Documentation

    This article explains about the API supports extracting metadata from WAV files...Consulting Blog Knowledge Base New Releases Status Websites aspose...WavReadNativeMetadat try ( Metadata metadata = new Metadata ( Constants . InputWav...

    docs.groupdocs.com/metadata/java/handling-metad...
  6. Track Changes in a Word Document Using GroupDoc...

    We as members of GroupDocs team are immensely delighted to see our users community growing every day. Our whole team is always endeavoring to cater to your needs and requirements to our fullest possible potential thus providing the most innovative and enhanced solutions to our valuable customers. In this regard we are really pleased to announce yet another bit of our efforts for you; that is the release of version 17....latest release and check out the new features introduced in this version...GroupDocs.Metadata for .NET 17.05 - New Features # The following two...

    blog.groupdocs.com/metadata/track-changes-word-...
  7. Developer Guide | Documentation

    Developer Guide section explains all aspects of GroupDocs.Editor for Java file editor features, provides code snippets and examples of editing Microsoft Office formats progammatically in Java applications...Consulting Blog Knowledge Base New Releases Status Websites aspose...document Edit document Create new document by format Save document...

    docs.groupdocs.com/editor/java/developer-guide/
  8. Developer Guide | Documentation

    Explains GroupDocs.Editor for .NET file editor features and shows how to edit Word, XML and text documents, Excel spread sheets, PowerPoint presentations inside your .NET applications...Consulting Blog Knowledge Base New Releases Status Websites aspose...Edit document Create and edit new WordProcessing document Save...

    docs.groupdocs.com/editor/net/developer-guide/
  9. Add document password | Documentation

    This article explains how to add document password for PDF, Word, Excel, PowerPoint and  other file types using GroupDocs.Merger for .NET....Consulting Blog Knowledge Base New Releases Status Websites aspose...password: Initialize class with new document password; Instantiate...

    docs.groupdocs.com/merger/python-net/add-docume...
  10. Import annotations | Documentation

    This page describes how to import annotation from the XML files using GroupDocs.Annotation for .NET API....Consulting Blog Knowledge Base New Releases Status Websites aspose...using ( Annotator annotator = new Annotator ( "input.pdf-file"...

    docs.groupdocs.com/annotation/net/import-annota...