Sort Score
Result 10 results
Languages All
Labels All
Results 1,071 - 1,080 of 4,454 for

packaging

(0.28 sec)
  1. Handling the APEv2 tag | GroupDocs

    This article explains how to handle APEv2 tag....Extract the root metadata package Get the APEv2 tag by using...file Get the root metadata package Remove the tag by calling the...

    docs.groupdocs.com/metadata/java/handling-the-a...
  2. Working with TORRENT files | GroupDocs

    In the BitTorrent file distribution system, a torrent file or METAINFO is a computer file that contains metadata about files and folders to be distributed, and usually also a list of the network locations of trackers, which are computers that help participants in the system find each other and form efficient distribution groups called swarms. A torrent file does not contain the content to be distributed; it only contains information about those files, such as their names, sizes, folder structure, and cryptographic hash values for verifying file integrity....metadata package Extract the native metadata package using the...

    docs.groupdocs.com/metadata/java/working-with-t...
  3. GroupDocs.Parser สำหรับ .NET 25.10 – การอัปเดตแ...

    สำรวจสิ่งใหม่ใน GroupDocs.Parser สำหรับ .NET 25.10. พร้อมให้ใช้งานแล้วบน NuGet และเว็บไซต์ GroupDocs....อัปเกรดเป็นแพคเกจล่าสุด: dotnet add package GroupDocs.Parser --version...--version 25.10.1 dotnet add package GroupDocs.Parser.NETFramework --version...

    blog.groupdocs.com/th/parser/groupdocs-parser-f...
  4. Scal prezentacje i slajdy programu PowerPoint p...

    Scal prezentacje programu PowerPoint przy użyciu języka C#. Ponadto łącz określone slajdy plików PPT/PPTX za pomocą interfejsu API łączenia .NET firmy GroupDocs.... Install-Package GroupDocs.Merger OR Update-Package GroupDocs...

    blog.groupdocs.com/pl/merger/merge-powerpoint-p...
  5. Missing whitespaces after conversion from PDF t...

    Converting the attached file to HTML, causes all whitespaces to disappear. PDF to HTML missing whitespaces.zip (156.5 KB) We were using the Viewer from GroupDocs.Total for .NET package 25.2. HtmlViewOptions.ForEmbedde…...NET package 25.2. HtmlViewOptions.ForEmbeddedResources...

    forum.groupdocs.com/t/missing-whitespaces-after...
  6. StyleSheet Comparer for Html is Improved in Gro...

    GroupDocs.Comparison for .NET 18.7 comes with some new features, improvements and a bug fix. Now you can implement GluedShapes in diagrams. Please follow the release notes here for further details. We’d recommend you to try latest version of the API and share your feedback. Features Implement Group Shapes for Diagrams Compare different formats as image GluedShapes in Diagram Improvements Improve StyleSheet Comparer for Html Add shape without Diagram’s Master Bug Fix Output of PDF with images is not as expected 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/stylesheet-compar...
  7. Issue in Comparison of Large Sized PDF Files is...

    GroupDocs.Comparison for .NET 19.1 comes with a few bug fixes and a few improvements. Paragraph absorber in the resultant document and charts comparing in Cells are now 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: Improve paragraph absorber in result document Charts comparing in Cells Bug FixFollowing issues are resolved for Slides: Incorrect Sheet Name in result file in Cells Comparing large sized PDF files Issue when setting ParaghraphLines Setting Hyperlinks in big size PDF file 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/issue-in-comparis...
  8. Preserve linking of OLE objects to Excel when P...

    Hi I have a use case where I have a PowerPoint with multiple OLE Objects that are linked to an Excel file. I am sending the PowerPoint and Excel as base64 encoded strings via an API and will be inserting the slide into…...However we have the full Aspose package - for Java, Python and node...

    forum.groupdocs.com/t/preserve-linking-of-ole-o...
  9. Comment convertir PNG en JPG en utilisant C#

    Ce didacticiel fournit des informations détaillées sur la conversion de PNG en JPG à l'aide de C# et un exemple d'application pour démontrer l'implémentation de la conversion C# PNG en JPG....en utilisant C Installez le package GroupDocs.Conversion for .NET...partir du gestionnaire de packages NuGet dans l’application ...

    kb.groupdocs.com/fr/conversion/net/how-to-conve...
  10. Working with metadata in PNG images | GroupDocs

    Reading PNG metadata properties The GroupDocs.Metadata API supports extracting format-specific information from PNG images. The following are the steps to read the native PNG metadata. Load a PNG image Get the root metadata package Extract the native metadata package using PngRootPackage.PngPackage Read the PNG metadata properties AdvancedUsage.ManagingMetadataForSpecificFormats.Image.Png.PngReadTextChunks using (Metadata metadata = new Metadata(Constants.InputPng)) { var root = metadata.GetRootPackage(); foreach (var chunk in root.PngPackage.TextChunks) { Console.WriteLine(chunk.Keyword); Console.WriteLine(chunk.Text); var compressedChunk = chunk as PngCompressedTextChunk; if (compressedChunk !...metadata package Extract the native metadata package using Read...

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