Sort Score
Result 10 results
Languages All
Labels All
Results 501 - 510 of 3,720 for

packaging

(0.05 sec)
  1. Comment extraire du texte à partir de HTML en C#

    Ce didacticiel se concentre sur la procédure d'extraction de texte à partir de HTML en C# et sur la manière de suivre ce guide pour implémenter la fonctionnalité d'extraction de texte à partir de HTML en C#....de HTML en C# Installez le package GroupDocs.Parser for .NET à...est lancé en configurant le package requis et en ajoutant la référence...

    kb.groupdocs.com/fr/parser/net/how-to-extract-t...
  2. Comment convertir SVG en PNG en utilisant C#

    Ce didacticiel explique le processus de conversion de SVG en PNG à l'aide de C # et comment implémenter la fonction de conversion de SVG en PNG de C # en suivant les étapes définies dans cet article....partir du gestionnaire de packages NuGet dans l’application ...commencer par télécharger le package nécessaire et inclure une référence...

    kb.groupdocs.com/fr/conversion/net/how-to-conve...
  3. Comment ajouter un filigrane aux feuilles de ca...

    Vous trouverez des conseils sur la façon d'ajouter un filigrane aux feuilles de calcul Excel à l'aide de Java, ainsi qu'un exemple de code de travail pour insérer un filigrane dans xlsx à l'aide de Java sur n'importe quel système....informations sur la configuration du package d’annotation et un exemple...non autorisée. À l’aide du package GroupDocs.Annotation pour Java...

    kb.groupdocs.com/fr/annotation/java/how-to-add-...
  4. Comment convertir TXT en XLSX en utilisant C#

    Cet article présente les étapes nécessaires pour convertir TXT en XLSX à l'aide de C# sur les systèmes d'exploitation fréquemment utilisés, ainsi qu'un exemple de code pour générer XLSX à partir de TXT à l'aide de C#....la façon de configurer le package de conversion de document pour...Utilisez le gestionnaire de packages NuGet pour installer GroupDocs...

    kb.groupdocs.com/fr/conversion/net/how-to-conve...
  5. Comment convertir DOCX en PPTX en utilisant C#

    Vous pouvez trouver les instructions pour convertir docx en pptx en utilisant C# dans cette rubrique. De plus, nous vous aiderons à écrire une application pour exporter docx vers pptx en C#....partir du gestionnaire de packages NuGet Ajouter une référence...d’abord, vous devez installer le package de conversion de documents...

    kb.groupdocs.com/fr/conversion/net/how-to-conve...
  6. 使用 C# 將 Word 文檔呈現為乾淨的 HTML |縮小 HTML

    使用 C# 將 Word DOC/DOCX 文檔呈現為縮小的 HTML。在 .NET 應用程序中轉換具有嵌入式或外部資源的 Word 文件。...org/packages/groupdocs.viewer)。 PM> Install-Package GroupDocs...

    blog.groupdocs.com/zh-hant/viewer/render-word-d...
  7. تنظیم مجدد صفحات PDF با استفاده از C# | سازماند...

    با استفاده از سی شارپ، صفحات فایل های PDF را دوباره مرتب کنید. مثال در حال اجرا نحوه تصحیح ترتیب صفحات پی دی اف نامرتب را در برنامه .NET نشان می دهد.... /packages/groupdocs.merger). PM> Install-Package GroupDocs...

    blog.groupdocs.com/fa/merger/move-pdf-pages-usi...
  8. Document Viewer 2.0.0 with Image Mode, Page nav...

    Today, we are pleased to announce another release of ASP.NET WebForms Modern UI Document Viewer 2.0.0 using GroupDocs.Viewer for .NET version 17.11.0. This release v2.0.0 comes up with new features and improvements to view document in both HTML and Image representations for different document formats like DOCX, PDF, XLSX, PPTX, MSG with attachments and allow user to Zoom, Navigate to Pages, set Watermark and tools/features configuration options through JS Parameters and many more features....Download - MSI Package as well as Zipped DLLs NuGet Package - NuGet...

    blog.groupdocs.com/viewer/asp.net-webforms-mode...
  9. Convert PDF to JPG using Python

    Discover how to convert PDF to JPG using Python. This tutorial explains how to export PDF to JPG using Python for easier sharing, and streamlined workflows....NET package to enable PDF to JPG conversion...by installing the required package and importing the necessary...

    kb.groupdocs.com/conversion/python/convert-pdf-...
  10. 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...