Sort Score
Result 10 results
Languages All
Labels All
Results 2,431 - 2,440 of 10,611 for

new

(0.1 sec)
  1. 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 getGifImageType method to obtain file format information advanced_usage.managing_metadata_for_specific_formats.image.gif.GifReadFileFormatProperties try (Metadata metadata = New Metadata(Constants.InputGif)) { GifRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getGifImageType().getFileFormat()); System.out.println(root.getGifImageType().getVersion()); System.out.println(root.getGifImageType().getByteOrder()); System.out.println(root.getGifImageType().getMimeType()); System.out.println(root.getGifImageType().getExtension()); System.out.println(root.getGifImageType().getWidth()); System.out.println(root.getGifImageType().getHeight()); } Working with XMP Metadata GroupDocs....Consulting Blog Knowledge Base New Releases Status Websites aspose...GifReadFileFormatPro try ( Metadata metadata = new Metadata ( Constants . InputGif...

    docs.groupdocs.com/metadata/java/working-with-m...
  2. Get the format family and the additional inform...

    This article explains how to get the format family and the additional information using Java with GroupDocs.Viewer for Java....Consulting Blog Knowledge Base New Releases Status Websites aspose...// ... try ( Viewer viewer = new Viewer ( "sample.pdf" )) { //...

    docs.groupdocs.com/viewer/java/how-to-get-file-...
  3. Editor- Error on loading word document - Free S...

    Hi, we got an error loading a Word file. We identify that the error is produced when the document contains a textbox with specific layout options (with text wrapping and in front of text). groupdocs-editor.version: 23.…...We have opened the following new ticket(s) in our internal issue...

    forum.groupdocs.com/t/editor-error-on-loading-w...
  4. Protect Your Documents with Watermarks in Group...

    One of the most requested and hence actively developed features in GroupDocs.Viewer for .NET is watermarking. Watermarking allows you to protect documents that you display on the web from screen-grabbing. In GroupDocs.Viewer for .NET watermarks are implemented as customizable text that can be added over a displayed document, overlapping its content. For the first time the ability to add watermarks was implemented in GroupDocs.Viewer for .NET version 2.0. In its first implementation, the feature had a number of restrictions.... Since that time, a lot of new parameters have been added and...article I’d like to discover all new parameters of the watermarking...

    blog.groupdocs.com/viewer/protect-your-document...
  5. Edit and Manage Metadata in Python Apps - Group...

    Discover how to utilize GroupDocs.Metadata for Python via .NET to extract, update and remove metadata in your applications....the Metadata Object : Create a new instance of the Metadata class...the sanitized document to a new file. import groupdocs.metadata...

    blog.groupdocs.com/metadata/edit-metadata-in-py...
  6. Get supported features | Documentation

    This article shows how to check if feature supported for the document....Consulting Blog Knowledge Base New Releases Status Websites aspose...class using ( Parser parser = new Parser ( "doc.zip" )) { // Check...

    docs.groupdocs.com/parser/net/get-supported-fea...
  7. Get supported features | Documentation

    This article shows how to check if feature supported for the document....Consulting Blog Knowledge Base New Releases Status Websites aspose...class try ( Parser parser = new Parser ( Constants . SampleZip...

    docs.groupdocs.com/parser/java/get-supported-fe...
  8. The .NET Version of the GroupDocs HTML5 Documen...

    Greetings! We have good News for Joomla! developers. Recently we’ve released an extension which helps you to easily integrate the .NET version of the GroupDocs HTML5 document viewer into Joomla! websites. And now we are glad to announce that the extension is published and available for download from the official Joomla! marketplace. Unlike the cloud-based extension released earlier, this one integrates the downloadable .NET version of the GroupDocs.Viewer. It allows you to store and host documents on your (or your clients’) servers.... We have good news for Joomla! developers. Recently...over documents security. The new extension can be used by registered...

    blog.groupdocs.com/viewer/net-version-of-the-gr...
  9. Document filtering in search result | Documenta...

    This article gives the knowledge that how the document filters used during the search using Java search API....Consulting Blog Knowledge Base New Releases Status Websites aspose...specified folder Index index = new Index ( indexFolder ); // Indexing...

    docs.groupdocs.com/search/java/document-filteri...
  10. Convert to Image with advanced options | Docume...

    Follow this guide and learn how to convert documents to image with height, width, resolution, brightness and other customizations using GroupDocs.Conversion for Node.js via Java....Consulting Blog Knowledge Base New Releases Status Websites aspose...outputFileTemplate , 1 )) const converter = new groupdocs . conversion . Converter...

    docs.groupdocs.com/conversion/nodejs-java/conve...