Sort Score
Result 10 results
Languages All
Labels All
Results 2,791 - 2,800 of 13,221 for

new

(0.07 sec)
  1. Using aliases | GroupDocs

    This article shows the use of aliases which allows you to reduce the length of search queries in text form....Consulting Blog Knowledge Base New Releases Status Websites aspose...specified folder Index index = new Index ( indexFolder ); // Indexing...

    docs.groupdocs.com/search/net/using-aliases/
  2. Working with metadata in GIF images | GroupDocs

    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...
  3. Single document operations | GroupDocs

    Learn how to move document pages, remove document pages, split document into separate pages, swap document pages positions, extract specific pages from document, change page orientation and rotate pages using GroupDocs.Merger for Python via .NET....Consulting Blog Knowledge Base New Releases Status Websites aspose...files by line numbers. Create a new document that contains only selected...

    docs.groupdocs.com/merger/python-net/single-doc...
  4. 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-...
  5. Note Format is Supported in GroupDocs.Merger fo...

    This month’s release of GroupDocs.Merger for .NET 18.9 comes with some New features. API enables you to work with password-protected ODT and OTT file formats. You can also trim Note formatted documents. Please see release notes for further details. Features Note format is supported by following methods: Join MovePage RemovePage Split document SwapPages Trim Implement security methods for the following formats: OTT ODT Available Channels and Resources Here are a few channels and resources for you to learn, try and get technical support on GroupDocs....9 comes with some new features. API enables you to...

    blog.groupdocs.com/merger/note-format-is-suppor...
  6. January 2026 on GroupDocs Blog | Document Autom...

    January 2026 on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in January 2026 on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers......انتشار ژانویه 2026 Explore what’s new in GroupDocs.Total for .NET 25...

    blog.groupdocs.com/fa/tag/january-2026/index.xml
  7. AI Watermarking: Protect Documents with Context...

    Discover how to protect documents with AI-powered watermarks using GroupDocs.Watermark. Learn to add, create, and customize watermarks automatically for enhanced document security and content protection....using (Watermarker watermarker = new Watermarker(filePath)) { IDocumentInfo...any extra explanation. throw new NotImplementedExcept( "Integrate...

    blog.groupdocs.com/watermark/ai-driven-dynamic-...
  8. Licensing and evaluation | GroupDocs

    GroupDocs.Viewer for Node.js provides different plans for purchase or offers a Free Trial and a 30-day Temporary License for evaluation....Consulting Blog Knowledge Base New Releases Status Websites aspose...the license const license = new License (); license . setLicense...

    docs.groupdocs.com/viewer/nodejs-java/licensing...
  9. Running in Docker | GroupDocs

    Learn how to run GroupDocs.Viewer for Node.js via Java inside Docker containers with examples, dependencies, and troubleshooting....Consulting Blog Knowledge Base New Releases Status Websites aspose...licensePath ) { const license = new License (); license . setLicense...

    docs.groupdocs.com/viewer/nodejs-java/running-i...
  10. Numeric range search | GroupDocs

    This article gives the knowledge about numeric range search which allows you to search in documents any integer numbers in the range from 0 to 9223372036854775807 (Int64.MaxValue) using Java search API....Consulting Blog Knowledge Base New Releases Status Websites aspose...specified folder const index = new groupdocs . search . Index (...

    docs.groupdocs.com/search/nodejs-java/numeric-r...