Sort Score
Result 10 results
Languages All
Labels All
Results 2,061 - 2,070 of 10,115 for

new

(0.07 sec)
  1. Extend supported extensions list | Documentation

    This article explains the method which can be used when for some reason files have non-standard extensions or if its format is supported, but not pre-configured....Consulting Blog Knowledge Base New Releases Status Websites aspose...); final Redactor redactor = new Redactor ( "C:\sample.dump" );...

    docs.groupdocs.com/redaction/java/extend-suppor...
  2. GroupDocs.Editor for Node.js | Documentation

    GroupDocs.Editor for Node.js enables document editing in form of HTML.Edit Word, Excel and PowerPoint documents using GroupDocs.Editor for Node.js powerful document editing API....Consulting Blog Knowledge Base New Releases Status Websites aspose...for Java API Reference WHAT'S NEW? GroupDocs.Editor for Java Release...

    docs.groupdocs.com/editor/nodejs-java/
  3. Get file info | Documentation

    This page describes how to detect document file type, size and calculate pages count when annotate documents or images with GroupDocs.Annotation....Consulting Blog Knowledge Base New Releases Status Websites aspose...class Annotator annotator = new Annotator ( "inputPath" ); try...

    docs.groupdocs.com/annotation/java/get-file-info/
  4. SetMeteredKey | GroupDocs.Merger for .NET API R...

    Activates product with Metered keys...."Private Key" ; Metered metered = new Metered (); metered . SetMeteredKey...

    reference.groupdocs.com/merger/net/groupdocs.me...
  5. Save Document Comparison Results in Image Format

    Yes, you heard it right. We’ve implemented ability to save document comparison results in image format as well. In this blog post we’ll review the New feature and bug fixes introduced in monthly release of GroupDocs.Comparison for .NET 19.3.1. Let’s talk about image representation of the document pages. The moment you save comparison results in your directory, you have a control to save results in image format as well using ICompareResult....this blog post we’ll review the new feature and bug fixes introduced...Bug Fixes # In addition to the new features, we also emphasis to...

    blog.groupdocs.com/comparison/save-document-com...
  6. Creating world and excel tables with two expand...

    Hi, We are trying to replace our old reporting software with groupdocs. There’s however two types of tabels that we are unable to recreate within groupdocs. In the attachment I have provided an example of these tables. …...every 3 samples, resulting in a new table for every 3 samples. We...We have opened the following new ticket(s) in our internal issue...

    forum.groupdocs.com/t/creating-world-and-excel-...
  7. GroupDocs.Watermark for Python overview | Docum...

    GroupDocs.Watermark for .NET is a powerful API for managing watermarks in the various documents formats such as PDF, DOCX/DOC/RTF, PPTX/PPT, XLSX/XLS, JPG, PNG, TIFF, GIF and many others....Consulting Blog Knowledge Base New Releases Status Websites aspose...Watermark for Python If you are new to GroupDocs.Watermark, see the...

    docs.groupdocs.com/watermark/python-net/product...
  8. Announcing GroupDocs Viewer Plugin for Atlassia...

    We’re excited to announce the release of our New GroupDocs Viewer plugin (Version 1.0) for Atlassian Confluence. The GroupDocs Viewer plugin is now available for download in the Atlassian Marketplace or you can simply search and install it directly from your Confluence editor. [caption id=“attachment_1033” align=“alignnone” width=“552” caption=“Announcing GroupDocs Viewer plugin for Atlassian Confluence”] [/caption] GroupDocs Viewer is an efficient online document viewer, which lets you view documents online using your browser....announce the release of our new GroupDocs Viewer plugin (Version...We value your feedback on our new plugin; use our Live Chat support...

    blog.groupdocs.com/viewer/announcing-groupdocs-...
  9. Working with BMP metadata | Documentation

    Reading BMP header properties The GroupDocs.Metadata API supports extracting format-specific information from BMP file headers. The following are the steps to read the header of a BMP file. Load a BMP image Get the root metadata package Extract the native metadata package using BmpRootPackage.BmpHeader Read the BMP header properties AdvancedUsage.ManagingMetadataForSpecificFormats.Image.Bmp.BmpReadHeaderProperties using (Metadata metadata = New Metadata(Constants.InputBmp)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.BmpHeader.BitsPerPixel); Console.WriteLine(root.BmpHeader.ColorsImportant); Console.WriteLine(root.BmpHeader.HeaderSize); Console.WriteLine(root.BmpHeader.ImageSize); Console.WriteLine(root.BmpHeader.Planes); } More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:...Consulting Blog Knowledge Base New Releases Status Websites aspose...using ( Metadata metadata = new Metadata ( Constants . InputBmp...

    docs.groupdocs.com/metadata/net/working-with-bm...
  10. Clean metadata | Documentation

    This artcle explains how to remove all or clean metadata properties without applying any filters. The best way to do this is to use the Sanitize method....Consulting Blog Knowledge Base New Releases Status Websites aspose...using ( Metadata metadata = new Metadata ( Constants . InputPdf...

    docs.groupdocs.com/metadata/net/clean-metadata/