Sort Score
Result 10 results
Languages All
Labels All
Results 2,521 - 2,530 of 10,573 for

new

(0.05 sec)
  1. GroupDocs.Assembly for .NET 3.3.0 Provides Supp...

    Here at GroupDocs we gratify our customers’ feedback regarding our APIs. Hence, GroupDocs Team is pleased to release GroupDocs.Assembly for .NET 3.3.0 with remarkable features including support to add analogue of Microsoft Word NEXT fields into template syntax. We would suggest you to experience our New release that sums up the features given below. GroupDocs.Assembly for .NET 3.3.0 - Recent Features Add ability to update fields while assembling Word Processing documents Add ability to calculate formula while assembling Spreadsheet documents Add analogue of Microsoft Word NEXT fields into template syntax Available Channels and ResourcesHere are a few channels and resources for you to download, learn, try and get technical support on GroupDocs....suggest you to experience our new release that sums up the features...

    blog.groupdocs.com/assembly/groupdocs-assembly-...
  2. Advanced Usage | Documentation

    Open Navigation Close Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product Solution GroupDocs.......Consulting Blog Knowledge Base New Releases Status Websites aspose...

    docs.groupdocs.com/assembly/python-net/advanced...
  3. Display PDF, Microsoft Office and 50+ Other Doc...

    Kentico is quite a popular CMS focused largely on document management. At GroupDocs we create APIs that allow developers to enhance their applications and sites with convenient document collaboration tools. One of such tools is a multi-format, cross-platform compatible document viewer – GroupDocs.Viewer. It allows end users to view over 50 types of documents and images from any modern web-browser and without having to install any office software or plugins.... you may be interested in a new plugin that we’ve just released...the Kentico marketplace. This new version of the plugin is free...

    blog.groupdocs.com/viewer/display-pdf-microsoft...
  4. Dynamic Insertion of Links to Bookmarks, Cells ...

    Document Automation (or document assembly) is widely used by organizations for their reporting services and GroupDocs.Assembly for .NET and Java APIs provide a complete package of features required to build reports dynamically. Keeping the modern trends in mind and to meet the emerging requirements of our customers, we keep introducing the New features. Recently, we have released the v19.11 of our document automation API with quite a useful set of features....customers, we keep introducing the new features. Recently, we have released...give you an overview of what is new in the latest release. Dynamic...

    blog.groupdocs.com/assembly/net-java-document-a...
  5. Merge archives | Documentation

    Learn how to merge archive files, combine archive files into one file programmatically in Node.js via Java language using GroupDocs.Merger for Node.js via Java library....Consulting Blog Knowledge Base New Releases Status Websites aspose...`c:/sample1.zip` ; const merger = new groupdocs . merger . Merger (...

    docs.groupdocs.com/merger/nodejs-java/merge/arc...
  6. Working with metadata in GIF images | Documenta...

    Detecting the GIF version The following sample of code will help you to detect the version of a loaded GIF image and extract some additional file format information. Load a GIF image Extract the root metadata package Use the FileType property to obtain file format information AdvancedUsage.ManagingMetadataForSpecificFormats.Image.Gif.GifReadFileFormatProperties using (Metadata metadata = New Metadata(Constants.InputGif)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.FileType.FileFormat); Console.WriteLine(root.FileType.Version); Console.WriteLine(root.FileType.ByteOrder); Console.WriteLine(root.FileType.MimeType); Console.WriteLine(root.FileType.Extension); Console.WriteLine(root.FileType.Width); Console.WriteLine(root.FileType.Height); } Working with XMP Metadata GroupDocs....Consulting Blog Knowledge Base New Releases Status Websites aspose...using ( Metadata metadata = new Metadata ( Constants . InputGif...

    docs.groupdocs.com/metadata/net/working-with-me...
  7. Getting known property descriptors | Documentation

    This code snippet demonstrates how to extract information about known properties that can be encountered in a particular package. Load a file to examine Get a collection of PropertyDescriptor instances for any desired metadata package Iterate through the extracted descriptors advanced_usage.GettingKnownPropertyDescriptors try (Metadata metadata = New Metadata(Constants.InputDoc)) { WordProcessingRootPackage root = metadata.getRootPackageGeneric(); for (PropertyDescriptor descriptor : root.getDocumentProperties().getKnowPropertyDescriptors()) { System.out.println(descriptor.getName()); System.out.println(descriptor.getType()); System.out.println(descriptor.getAccessLevel()); for (PropertyTag tag : descriptor.getTags()) { System.out.println(tag); } System.out.println(); } } Note Not all possible properties are presented in the getKnowPropertyDescriptors collection....Consulting Blog Knowledge Base New Releases Status Websites aspose...GettingKnownProperty try ( Metadata metadata = new Metadata ( Constants . InputDoc...

    docs.groupdocs.com/metadata/java/getting-known-...
  8. Extract text from HTML documents | Documentation

    To extract a text from HTML documents GetText method is used. This method allows to extract a text from the entire document. Pagination and raw mode is not supported for emails....Consulting Blog Knowledge Base New Releases Status Websites aspose...class using ( Parser parser = new Parser ( filePath )) { // Extract...

    docs.groupdocs.com/parser/net/extract-text-from...
  9. Get document info | Documentation

    This article shows how to get the basic document info....Consulting Blog Knowledge Base New Releases Status Websites aspose...class try ( Parser parser = new Parser ( Constants . SampleDocx...

    docs.groupdocs.com/parser/java/get-document-info/
  10. Getting known property descriptors | Documentation

    This code snippet demonstrates how to extract information about known properties that can be encountered in a particular package. Load a file to examine Get a collection of PropertyDescriptor instances for any desired metadata package Iterate through the extracted descriptors advanced_usage.GettingKnownPropertyDescriptors JavaScript const metadata = New groupdocs.metadata.Metadata("input.doc"); var root = metadata.getRootPackageGeneric(); var descriptors = root.getDocumentProperties().getKnowPropertyDescriptors(); for(var i=0;iNew Releases Status Websites aspose...JavaScript const metadata = new groupdocs . metadata . Metadata...

    docs.groupdocs.com/metadata/nodejs-java/getting...