Sort Score
Result 10 results
Languages All
Labels All
Results 3,081 - 3,090 of 13,127 for

new

(0.75 sec)
  1. Compatibility on GroupDocs Blog | Document Auto...

    Compatibility on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Compatibility on GroupDocs Blog | Document Automation Solutions for .NET & Java Develope......Veröffentlichung Explore what’s new in GroupDocs.Conversion for Node...

    blog.groupdocs.com/de/tag/compatibility/index.xml
  2. Performance on GroupDocs Blog | Document Automa...

    Performance on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Performance on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers G......11월 릴리스 하이라이트 Explore what’s new in GroupDocs.Viewer for .NET...

    blog.groupdocs.com/ko/tag/performance/index.xml
  3. 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...
  4. 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
  5. SVG on GroupDocs Blog | Document Automation Sol...

    SVG on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in SVG on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers GroupDocs.Editor ......انتشار فوریه ۲۰۲۶ Explore what’s new in GroupDocs.Editor for Java...

    blog.groupdocs.com/fa/tag/svg/index.xml
  6. Linux Compatibility for Python version

    Linux Compatibility for Python version Hi, I just purchased a license and I'm trying to find the python binaries for the Linux version, for GroupDocs.Watermark, I could only find macosx and windows......@SpxAmanda , We have just released a new version of GroupDocs.Watermark...We have opened the following new ticket(s) in our internal issue...

    forum.groupdocs.com/t/linux-compatibility-for-p...
  7. PowerPoint on GroupDocs Blog | Document Automat...

    PowerPoint on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in PowerPoint on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Gro......11월 릴리스 하이라이트 Explore what’s new in GroupDocs.Viewer for .NET...

    blog.groupdocs.com/ko/tag/powerpoint/index.xml
  8. SQLite DB on GroupDocs Blog | Document Automati...

    SQLite DB on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in SQLite DB on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers 使用 C#......(Parser parser = new Parser(connectionString, new LoadOptions(FileFormat...

    blog.groupdocs.com/zh/tag/sqlite-db/index.xml
  9. 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/
  10. 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...