Sort Score
Result 10 results
Languages All
Labels All
Results 881 - 890 of 3,661 for

packaging

(0.06 sec)
  1. Compter les mots et les occurrences de chaque m...

    Comptez le nombre de mots et leurs occurrences dans les documents PDF, Word, Excel, PowerPoint et e-mail en C# à l'aide de l'API d'analyse de documents .NET....installer l’API en ajoutant son package à votre application .NET via...via NuGet . PM> Install-Package GroupDocs.Parser Compter les mots...

    blog.groupdocs.com/fr/parser/count-words-and-oc...
  2. Znajdź i zamień słowa w dokumentach programu Wo...

    Znajdź, zamień lub ukryj tekst, słowa, frazy w plikach Word DOC/DOCX za pomocą języka C#. Redaguj i wykonuj wyszukiwanie tekstu z uwzględnieniem wielkości liter i wyrażeń regularnych za pomocą interfejsu .NET Redaction API....org /packages/groupdocs.redaction). PM> Install-Package GroupDocs...

    blog.groupdocs.com/pl/redaction/find-and-replac...
  3. How to Convert Excel to HTML using C#

    Let's get familiar yourself with the procedure to convert Excel to HTML using C#. Learn how to use the instructions to write the code to export Excel to HTML in C#....NET package from the NuGet in the .NET...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  4. How to Convert Text to PDF in C#

    This quick tutorial provides thorough instructions to convert Text to PDF in C# and a working example to demonstrate the implementation of C# Text to PDF capability....NET package from the NuGet in the .NET...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  5. QR Code Reader using C# | Scan QR Code from Image

    How to scan QR Code using C# within .NET application. C# example that reads QR Code from an image that will help you build an online QR scanner.... PM> Install-Package GroupDocs.Parser How to Scan...

    blog.groupdocs.com/parser/scan-qr-code-using-cs...
  6. Embed Custom Objects in Metadata Signature for ...

    Yes, GroupDocs.Signature for .NET now supports embedding custom objects as metadata signature in the images. So you can now sign the images with your desired metadata properties. We have introduced this feature in version 19.6 by adding a new public method AddSignature to the ImageMetadataSignOptions class. Not only this, but you can also apply the data encryption to the custom objects. So let’s check out how easy it is to sign an image with custom metadata signature....the bug fixes that we have packaged in version 19.6. Improvements...

    blog.groupdocs.com/signature/embed-custom-objec...
  7. Introducing WebP EMF and WMF formats in GroupDo...

    We’ve just published some important updates for GroupDocs.Metadata for the .NET community and we’re really pleased to announce our newest stable GroupDocs.Metadata for .NET 16.11 release, which includes support for even some more document formats as well as some great new features for images and audio files. To try out all of the awesome features available now in our latest release, simply download this latest version or check for updates in Visual Studio and install the release .... # Download - MSI Package as well as Zipped DLLs NuGet...

    blog.groupdocs.com/metadata/groupdocs-metadata-...
  8. PDF to HTML CSharp

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular file formats.... PM> Install-Package GroupDocs.Conversion 如何使用 C#...

    blog.groupdocs.com/zh/tag/pdf-to-html-csharp/
  9. PDF to HTML CSharp

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular file formats.... PM> Install-Package GroupDocs.Conversion 如何使用 C#...

    blog.groupdocs.com/zh-hant/tag/pdf-to-html-csharp/
  10. Working with metadata in Matroska (MKV) files |...

    Reading matroska format-specific properties The GroupDocs.Metadata API supports extracting format-specific information from MKV files. The following are the steps to read native MKV metadata. Load an MKV video Get the root metadata package Extract the native metadata package using the MatroskaRootPackage.getMatroskaPackage method Read the Matroska metadata properties on different levels of the format structure advanced_usage.managing_metadata_for_specific_formats.video.matroska.MatroskaReadNativeMetadataProperties try (Metadata metadata = new Metadata(Constants.InputMkv)) { MatroskaRootPackage root = metadata.getRootPackageGeneric(); // Read the EBML header System....metadata package Extract the native metadata package using the...video Get the root metadata package Use the method to extract sets...

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