Sort Score
Result 10 results
Languages All
Labels All
Results 651 - 660 of 3,720 for

packaging

(0.06 sec)
  1. Merge Indexes With GroupDocs.Search for .NET 17...

    Team GroupDocs is really excited to announce the monthly release of GroupDocs.Search for .NET 17.1.0 API. We have introduced four new features in this release. The most notable feature introduced in this release is the functionality to merge indexes. The API has also extended its search functionality and introduces correction of a misspelled search query before searching. The latest API implements homophone dictionary functionality and alias dictionary functionality as well....Search: # Download - MSI Package Zipped DLLs Download - DLLs...

    blog.groupdocs.com/search/groupdocs.search-.net...
  2. Characters from PPTX are missing with certain f...

    Hi, Using GroupDocs.Viewer from GroupDocs.Total.NetFramework package 25.7 does not convert all characters to HTML. To be more precise, the characters are there, as you can copy&paste them, but they are not displayed. P…...NetFramework package 25.7 does not convert all characters...

    forum.groupdocs.com/t/characters-from-pptx-are-...
  3. 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...
  4. 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...
  5. 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...
  6. eSign document with QR code signature | Documen...

    This article explains how sign documents with electronic signature as QR code on document page with GroupDocs.Signature API....prevent food products being packaged and dated incorrectly; Used...additional item information on the package Widely used in automotive industry...

    docs.groupdocs.com/signature/net/esign-document...
  7. ادغام پاورپوینت ها و اسلایدها با استفاده از C# ...

    ادغام ارائه های پاورپوینت با استفاده از سی شارپ. علاوه بر این، اسلایدهای خاصی از فایل‌های PPT/PPTX را با استفاده از API ادغام NET توسط GroupDocs ترکیب کنید.... Install-Package GroupDocs.Merger OR Update-Package GroupDocs...

    blog.groupdocs.com/fa/merger/merge-powerpoint-p...
  8. حذف برچسب های MP3 با استفاده از C# - (ID3، Lyri...

    برچسب های MP3 را با استفاده از C# از فایل های mp3 حذف کنید. برچسب‌های فراداده ID3v1، ID3v2، Lyrics و APEv2 را از فایل‌های mp3 با استفاده از NET Metadata API حذف کنید.... /packages/groupdocs.metadata). PM> Install-Package GroupDocs...

    blog.groupdocs.com/fa/metadata/remove-mp3-tags-...
  9. PDF Comparison is Improved in GroupDocs.Compari...

    GroupDocs.Comparison for .NET 18.9 comes with some improvements and bug fixes. PDF and HTML anchors comparison is now improved. Please follow the release notes here for further details. We’d recommend you to try latest version of the API and share your feedback. Improvements Html Anchors comparing PDF comparison Improve HTML aligner Bug Fix Error when comparing Words files protected with password Cannot compare PDF documents 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/pdf-comparison-is...
  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 the AviRootPackage.getHeader method Read the AVI header properties advanced_usage.managing_metadata_for_specific_formats.video.avi.AviReadHeaderProperties try (Metadata metadata = new Metadata(Constants.InputAvi)) { AviRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getHeader().getAviHeaderFlags()); System.out.println(root.getHeader().getHeight()); System.out.println(root.getHeader().getWidth()); System.out.println(root.getHeader().getTotalFrames()); System.out.println(root.getHeader().getInitialFrames()); System.out.println(root.getHeader().getMaxBytesPerSec()); System....metadata package Extract the native metadata package using the...

    docs.groupdocs.com/metadata/java/working-with-m...