Sort Score
Result 10 results
Languages All
Labels All
Results 731 - 740 of 4,988 for

packaging

(0.87 sec)
  1. Create PDF Binder in .NET: Easy Way with GroupD...

    If you've ever exported Word and Excel to PDF by hand just to glue them onto another PDF, this one's for you. A short .NET walkthrough using GroupDocs.Merger....normally hand-merge dotnet add package GroupDocs.Merger That’s it...eight minutes a package, which at 30 packages a day was basically...

    blog.groupdocs.com/groupdocs.merger/pdf-binder-...
  2. Working with metadata in Presentations | GroupDocs

    GroupDocs.Metadata for Java provides functionality that allows working with different kinds of presentations such as PPT, PPTX, POTM, POTX, etc. For the full list of supported presentation formats please refer to Supported document formats. Detecting the exact type of a presentation The following sample of code will help you to detect the exact type of a loaded presentation and extract some additional file format information. Load a presentation Extract the root metadata package Use the getPresentationType method to obtain file format information advanced_usage....Extract the root metadata package Use the method to obtain file...method for a certain metadata package (instance of the class), the...

    docs.groupdocs.com/metadata/java/working-with-m...
  3. Fusionner des fichiers Excel et des feuilles de...

    Combinez des fichiers de feuille de calcul Excel à l'aide de C#. Fusionnez des feuilles spécifiques de fichiers XLS/XLSX à l'aide de l'API de fusion .NET de GroupDocs....mettez à jour le package à partir de NuGet Packages Gallery. Install-Package...Install-Package GroupDocs.Merger OR Update-Package GroupDocs.Merger...

    blog.groupdocs.com/fr/merger/merge-excel-files-...
  4. GroupDocs.Comparison for .NET 26.5 – Últimas At...

    Explore as novidades do GroupDocs.Comparison for .NET 26.5. Disponível agora no NuGet e no site da GroupDocs....metadata, and an updated NuGet packaging model with multi‑framework...Multi‑framework NuGet packaging and TFM‑split packages. (COMPARISONNET-4770)...

    blog.groupdocs.com/pt/comparison/groupdocs-comp...
  5. GroupDocs.Comparison per .NET 26.5 – Ultimi agg...

    Scopri le novità di GroupDocs.Comparison per .NET 26.5. Disponibile ora su NuGet e sul sito web di GroupDocs....miglioramenti Funzionalità principali Packaging NuGet multi‑framework e pacchetti...calcolo, e un modello di packaging NuGet aggiornato con supporto...

    blog.groupdocs.com/it/comparison/groupdocs-comp...
  6. GroupDocs.Viewer pour .NET 25.11 – Dernières mi...

    Explorez les nouveautés de GroupDocs.Viewer pour .NET 25.11. Disponible dès maintenant sur NuGet et le site Web de GroupDocs....Mettez à jour vers le dernier package via NuGet. Utilisez le flux...Viewer.CrossPlatform dotnet add package GroupDocs.Viewer.CrossPlatform...

    blog.groupdocs.com/fr/viewer/groupdocs-viewer-f...
  7. Install GroupDocs.Viewer for Java | GroupDocs

    This topic describes how to install GroupDocs.Viewer for Java....Note Starting from , the JAR package is signed using a GPG signature...GroupDocs packages are hosted at . You can download packages or reference...

    docs.groupdocs.com/viewer/java/installation/
  8. GroupDocs.Parser for .NET 25.12.1 – 最新の更新と修正(20...

    GroupDocs.Parser for .NET 25.12.1 の新機能をご確認ください。NuGet と GroupDocs のウェブサイトでご利用いただけます。...add package GroupDocs.Parser --version 25.12.1 または、Package Manager...Console を使用して: NuGet\Install-Package GroupDocs.Parser -Version 25...

    blog.groupdocs.com/ja/parser/groupdocs-parser-f...
  9. Working with metadata in PDF documents | GroupDocs

    Detecting the version of a PDF document The following sample of code will help you to detect the PDF version a loaded document and extract some additional file format information. Load a PDF document Extract the root metadata package Use the FileType property to obtain file format information AdvancedUsage.ManagingMetadataForSpecificFormats.Document.Pdf.PdfReadFileFormatProperties using (Metadata metadata = new Metadata(Constants.InputPdf)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.FileType.FileFormat); Console.WriteLine(root.FileType.Version); Console.WriteLine(root.FileType.MimeType); Console.WriteLine(root.FileType.Extension); } Reading built-in metadata properties To access built-in metadata of a PDF document, please use the DocumentProperties property defined in the DocumentRootPackage class....Extract the root metadata package Use the property to obtain...method for a certain metadata package (instance of the class), the...

    docs.groupdocs.com/metadata/net/working-with-me...
  10. How to Convert ODT to HTML using C#

    Let's learn how to convert ODT to HTML using C# without installing any extra software. Also, write code example to export ODT to HTML in C# using conversion library....installing the package via the NuGet package manager Add a reference...

    kb.groupdocs.com/conversion/net/how-to-convert-...