Sort Score
Result 10 results
Languages All
Labels All
Results 1,221 - 1,230 of 3,661 for

packaging

(0.05 sec)
  1. Find any Word and its Synonyms in Multiple File...

    Find specific words and their synonyms within different files of a folder using C#. Get all the synonyms, grouped by different meanings using .NET API.... PM> Install-Package GroupDocs.Search Find Synonyms...

    blog.groupdocs.com/search/find-synonyms-in-mult...
  2. Modern UI Document Viewer 3.1 with Paging JS Pa...

    Today, we are pleased to announce another release of Java Modern UI Document Viewer 3.1.0 using GroupDocs.Viewer for Java version 17.2.0. This release v3.1.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 - API Package Documentation - Product Docs...

    blog.groupdocs.com/viewer/modern-ui-document-vi...
  3. QR-codelezer met C# | Scan QR-code van afbeelding

    QR-code scannen met C# in de .NET-toepassing. C#-voorbeeld dat QR-code leest van een afbeelding waarmee u een online QR-scanner kunt bouwen.... PM> Install-Package GroupDocs.Parser QR-code scannen...

    blog.groupdocs.com/nl/parser/scan-qr-code-using...
  4. Tekst doorhalen in documenten met C# | C̶r̶o̶s̶...

    Gebruik de doorgestreepte annotatie om de ongeldige tekst in de documenten door te halen met behulp van C#. Automatiseer de document- en beeldannotaties met de .NET API.... PM> Install-Package GroupDocs.Annotation Tekst...

    blog.groupdocs.com/nl/annotation/strikethrough-...
  5. JSON Viewer met C# | Render JSON als PDF met be...

    Bekijk JSON-bestanden als PDF met behulp van C#. Leer hoe u JSON-bestanden weergeeft binnen uw eigen JSON-viewer .NET-toepassing met behulp van GroupDocs API.... PM> Install-Package GroupDocs.Viewer JSON-bestandsviewer...

    blog.groupdocs.com/nl/viewer/json-viewer-using-...
  6. Parseer en extraheer invulbare PDF-formuliervel...

    Parseer invulbare PDF-formulieren en extraheer formulierveldwaarden van PDF-documenten in C# met behulp van parsing & data-extractie .NET API van GroupDocs.... PM> Install-Package GroupDocs.Parser Extraheer...

    blog.groupdocs.com/nl/parser/parse-and-extract-...
  7. Extracting common image information | Documenta...

    For all supported image formats the GroupDocs.Metadata API allows extracting common image properties such as width and height, MIME type, byte order, etc. Please see the code snippet below for more information on the feature. Load an image Extract the root metadata package Use the getImageType method to obtain file format information advanced_usage.managing_metadata_for_specific_formats.image.ImageReadFileFormatProperties try (Metadata metadata = new Metadata(Constants.InputPng)) { ImageRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getImageType().getFileFormat()); System.out.println(root.getImageType().getByteOrder()); System.out.println(root.getImageType().getMimeType()); System.out.println(root.getImageType().getExtension()); System.out.println(root.getImageType().getWidth()); System.out.println(root.getImageType().getHeight()); } More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:...Extract the root metadata package Use the method to obtain file...

    docs.groupdocs.com/metadata/java/extracting-com...
  8. Working with metadata in GIF images | Documenta...

    Detecting the GIF version The following sample of code will help you to detect the version of a loaded GIF image and extract some additional file format information. Load a GIF image Extract the root metadata package Use the getGifImageType method to obtain file format information advanced_usage.managing_metadata_for_specific_formats.image.gif.GifReadFileFormatProperties try (Metadata metadata = new Metadata(Constants.InputGif)) { GifRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getGifImageType().getFileFormat()); System.out.println(root.getGifImageType().getVersion()); System.out.println(root.getGifImageType().getByteOrder()); System.out.println(root.getGifImageType().getMimeType()); System.out.println(root.getGifImageType().getExtension()); System.out.println(root.getGifImageType().getWidth()); System.out.println(root.getGifImageType().getHeight()); } Working with XMP Metadata GroupDocs....Extract the root metadata package Use the method to obtain file...

    docs.groupdocs.com/metadata/java/working-with-m...
  9. Convert Word Documents to PDF in Node.js | DOCX...

    Convert Word DOC & DOCX documents to PDF within Node.js applications. Automate your file conversion using the document conversion Node.js API....You can install the required package from the npm repository and...

    blog.groupdocs.com/conversion/convert-word-doc-...
  10. Зчитувач QR-коду за допомогою C# | Відскануйте ...

    Як сканувати QR-код за допомогою C# у програмі .NET. Приклад C#, який зчитує QR-код із зображення, який допоможе вам створити онлайновий QR-сканер.... PM> Install-Package GroupDocs.Parser Як сканувати...

    blog.groupdocs.com/uk/parser/scan-qr-code-using...