Sort Score
Result 10 results
Languages All
Labels All
Results 611 - 620 of 3,695 for

packaging

(0.03 sec)
  1. Style Detection for Slides is Improved in Group...

    GroupDocs.Comparison for .NET 18.11 comes with a bug fix and a few improvements. AutoShape issue in Slides is now fixed. Furthermore, Charts comparison in Slides is improved. Please follow the release notes here for further details. We would recommend you to try the latest version of the API and share your feedback. ImprovementsFollowing improvements are introduced: Make Comparison thread-safe Improve charts comparing on Slides Style detection on Slides Comparison tester for Words Bug FixFollowing issues are resolved for Slides: Fix issues with AutoShape in Slides Available Channels and Resources Here are a few channels and resources for you to download, learn, try and get technical support on GroupDocs....NET API : Nuget Package - NuGet Install Documentation...

    blog.groupdocs.com/comparison/style-detection-f...
  2. Indexing of more than 1 TB of Text Documents in...

    GroupDocs team is pleased to announce the monthly release of GroupDocs.Search for .NET 18.4. Using the latest version, you can now perform indexing of more than 1 TB of text documents. We would recommend you to download the latest version for better user experience. Support for Indexing of more than 1 TB of Text DocumentsUsing GroupDocs.Search for .NET version 18.4, you can now implement indexing of text documents of more than 1 TB in size....Search: # Download - MSI Package NuGet - NuGet Install Documentation...

    blog.groupdocs.com/search/indexing-of-more-than...
  3. Set Background Image for Charts using GroupDocs...

    We are excited to release another version of GroupDocs.Watermark for .NET API with new features and enhancements. GroupDocs.Watemark for .NET 17.6.0 supports setting the background image for charts in Excel and PowerPoint documents. It also allows you to add watermark to a specific page of the Word document. Continue to read more about the new features and enhancements. GroupDocs.Watermark - New Features and EnhancementsFollowing are the new features and enhancements added in GroupDocs....Watermark: # Download - MSI Package as well as Zipped DLLs NuGet...

    blog.groupdocs.com/watermark/set-background-for...
  4. Sloučit PowerPointové prezentace a prezentace p...

    Sloučit PowerPointové prezentace pomocí C#. Dále zkombinujte konkrétní snímky souborů PPT/PPTX pomocí slučovacího API .NET od GroupDocs.... Install-Package GroupDocs.Merger OR Update-Package GroupDocs...

    blog.groupdocs.com/cs/merger/merge-powerpoint-p...
  5. Převést prezentace na obrázky v C# | PPT do JPG...

    Transformujte své PowerPointové prezentace formátu PPT/PPTX do formátu JPG nebo PNG pomocí C#. Převeďte prezentace na obrázky programově pomocí rozhraní .NET API....org /packages/groupdocs.conversion). PM> Install-Package GroupDocs...

    blog.groupdocs.com/cs/conversion/convert-presen...
  6. GroupDocs Newsletter May 2018 – Document Manipu...

    Share this issue: Monthly Newsletter May 2018 Professional APIs for Creating Document Management Applications Manipulate 100+ Business File Formats in .NET and Java Apps GroupDocs offers feature-rich document manipulation APIs for .NET and Java developers to build web, mobile or desktop apps with the capability to view, annotate, convert, e-sign, compare, assemble, and watermark document formats. You can also extract text, retrieve metadata information and manipulate documents using HTML....NET APIs packaged into one product suite. GroupDocs...versions of GroupDocs Java APIs packaged into one product suite. GroupDocs...

    blog.groupdocs.com/total/groupdocs-newsletter-m...
  7. GroupDocs Newsletter July 2018 – Professional D...

    Share this issue: Monthly NewsletterJuly 2018 Merge Word, PDF, Excel & PowerPoint Documents in .NET Join Multiple Documents of Same File Format into One GroupDocs.Merger for .NET - A native document manipulation API allowing to split, append, join, remove, reorder and combine pages of popular business documents formats into one. You can also manage document protection by setting up or removing passwords. Company News GroupDocs Consulting Partners Program GroupDocs has recently started consulting partners program to provide professional consultancy services, implementation and unique solutions to help GroupDocs API users develop customized solutions according to the business needs....NET APIs packaged into one product suite. GroupDocs...versions of GroupDocs Java APIs packaged into one product suite. GroupDocs...

    blog.groupdocs.com/total/groupdocs-newsletter-j...
  8. Significant trouble installing, and now using G...

    Significant trouble installing, and now using GroupDocs At first, attempting `pip install groupdocs-viewer-net` was yielding an error that said no such file existed, despite me getting that command......9'` > This means the package claims to be compatible with...To run groupdocs-viewer-net package on macOS you need: ARM64 CPU...

    forum.groupdocs.com/t/significant-trouble-insta...
  9. Working with OpenType fonts | Documentation

    OpenType is a format for scalable computer fonts. It was built on its predecessor TrueType, retaining TrueType’s basic structure and adding many intricate data structures for prescribing typographic behavior. Note Please find more information on the OpenType format here: https://en.wikipedia.org/wiki/OpenType. Reading OpenType metadata The GroupDocs.Metadata API supports extracting format-specific information from OpenType font files. The following are the steps to read the header of an OpenType file. Load an OpenType font file Get the root metadata package Extract the native metadata package using the OpenTypeRootPackage....metadata package Extract the native metadata package using the...file Get the root metadata package Use the method to get access...

    docs.groupdocs.com/metadata/java/working-with-o...
  10. Working with metadata in AVI files | Documentation

    Reading AVI header properties The GroupDocs.Metadata API supports extracting format-specific information from AVI file headers. The following are the steps to read the header of an AVI file. Load an AVI video Get the root metadata package Extract the native metadata package using AviRootPackage.Header Read the AVI header properties AdvancedUsage.ManagingMetadataForSpecificFormats.Video.Avi.AviReadHeaderProperties using (Metadata metadata = new Metadata(Constants.InputAvi)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.Header.AviHeaderFlags); Console.WriteLine(root.Header.Height); Console.WriteLine(root.Header.Width); Console.WriteLine(root.Header.TotalFrames); Console.WriteLine(root.Header.InitialFrames); Console.WriteLine(root.Header.MaxBytesPerSec); Console.WriteLine(root.Header.PaddingGranularity); Console.WriteLine(root.Header.Streams); // ....metadata package Extract the native metadata package using Read...

    docs.groupdocs.com/metadata/net/working-with-me...