Sort Score
Result 10 results
Languages All
Labels All
Results 461 - 470 of 3,637 for

packaging

(0.13 sec)
  1. ویرایش PDF و اسناد اسکن شده در C# | متن خاموش د...

    متن را در PDF و سایر اسناد با استفاده از C# در برنامه های NET خود ویرایش کنید. اسناد را به متن و همچنین متن درون تصاویر جاسازی شده تبدیل کنید....طریق Package Manager Console نصب کنید # PM> Install-Package GroupDocs...GroupDocs.Redaction از طریق NuGet Package Manager نصب کنید # ویرایش متن...

    blog.groupdocs.com/fa/redaction/redact-text-and...
  2. Install GroupDocs.Conversion for Java | Documen...

    Learn how to install GroupDocs.Conversion for Java. Follow a step-by-step guide for Maven, Gradle, Kotlin, and manual JAR setup, and integrate seamless document conversion into your Java projects....GroupDocs Repository All Java packages are hosted at . You can easily...the project files: App.java package com.mycompany.app ; import...

    docs.groupdocs.com/conversion/java/installation/
  3. How to edit Mobi file | Documentation

    This article demonstrates how to edit Mobi files using C# programming language....internal content is divided onto packages and if yes, then how. This...is stored in the packages, usually, a package per chapter. And...

    docs.groupdocs.com/editor/net/how-to-edit-mobi-...
  4. Working with metadata in PDF documents | Docume...

    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 getPdfType method to obtain file format information advanced_usage.managing_metadata_for_specific_formats.document.pdf.PdfReadFileFormatProperties try (Metadata metadata = new Metadata(Constants.InputPdf)) { PdfRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getPdfType().getFileFormat()); System.out.println(root.getPdfType().getVersion()); System.out.println(root.getPdfType().getMimeType()); System.out.println(root.getPdfType().getExtension()); } Reading built-in metadata properties To access built-in metadata of a PDF document, please use the getDocumentProperties method defined in the DocumentRootPackage class....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...
  5. Comment convertir XLSX en JPG en utilisant C#

    Cet article comprend des étapes complètes pour convertir XLSX en JPG à l'aide de C# et un exemple de code pour transformer XLSX en JPG en C# ainsi que la configuration du produit de conversion....instructions sur la configuration du package de conversion de documents...l’aide du gestionnaire de packages NuGet Ajouter une référence...

    kb.groupdocs.com/fr/conversion/net/how-to-conve...
  6. Comment convertir JPG en XLSM en C#

    Ce guide rapide vous explique brièvement le processus de conversion de JPG en XLSM en C# et apprend à utiliser ce guide pour convertir JPG en XLSM en utilisant C#....en XLSM en C# Installez le package GroupDocs.Conversion for .NET...partir du gestionnaire de packages NuGet dans votre projet pour...

    kb.groupdocs.com/fr/conversion/net/how-to-conve...
  7. Comment convertir XLS en XLSX en utilisant C#

    Suivez facilement le guide pratique étape par étape pour convertir XLS en XLSX en utilisant C # et étudiez le code C # pour convertir XLS en XLSX en utilisant l'un des meilleurs packages....utilisant C# Configurer le package GroupDocs.Conversion for .NET...assez simples. Téléchargez le package approprié à partir de NuGet...

    kb.groupdocs.com/fr/conversion/net/how-to-conve...
  8. Comment convertir du HTML en image en C#

    Examinez un exemple de code sur la façon de convertir HTML en Image en C# ainsi que des instructions détaillées pour mettre en action la fonctionnalité C# HTML vers PNG....partir du gestionnaire de packages NuGet dans votre application...document converti. Installez le package dans votre application, puis...

    kb.groupdocs.com/fr/conversion/net/how-to-conve...
  9. Working with BMP metadata | Documentation

    Reading BMP header properties The GroupDocs.Metadata API supports extracting format-specific information from BMP file headers. The following are the steps to read the header of a BMP file. Load a BMP image Get the root metadata package Extract the native metadata package using the BmpRootPackage.getBmpHeader method Read the BMP header properties advanced_usage.managing_metadata_for_specific_formats.image.bmp.BmpReadHeaderProperties try (Metadata metadata = new Metadata(Constants.InputBmp)) { BmpRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getBmpHeader().getBitsPerPixel()); System.out.println(root.getBmpHeader().getColorsImportant()); System.out.println(root.getBmpHeader().getHeaderSize()); System.out.println(root.getBmpHeader().getImageSize()); System.out.println(root.getBmpHeader().getPlanes()); } More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:...metadata package Extract the native metadata package using the...

    docs.groupdocs.com/metadata/java/working-with-b...
  10. Extract TOC from EPUB Documents using GroupDocs...

    It gives us immense pleasure to announce the release of version 18.4 of GroupDocs.Text for .NET. The latest version allows extracting the table of contents from the EPUB documents. Furthermore, we have added the feature of detecting media type of .one file. Following sections provide details about the newly added features. Extracting TOC from EPUB Documents Using version 18.4, you can now extract TOC from the EPUB documents. To access the TOC, TableOfContents property of **EpubPackage **class is used....- MSI Package or Zipped DLLs Only NuGet - NuGet Package Documentation...

    blog.groupdocs.com/parser/extract-toc-from-epub...