Sort Score
Result 10 results
Languages All
Labels All
Results 1,561 - 1,570 of 3,915 for

assembly

(0.02 sec)
  1. Convert files to various formats | Documentation

    This page explains how to convert a file to PDF, Word, Excel, PowerPoint, Email, JPG, PNG, TIFF, and many other formats with just a couple of lines of Java code....Assembly Product Solution GroupDocs...

    docs.groupdocs.com/conversion/java/convert/
  2. Features Overview | Documentation

    This article describes the main functions of GroupDocs.Comparison for Python via .NET. Comparing files, Accepting or rejecting changes between documents, receiving information from a document and creating a summary report...Assembly Product Solution GroupDocs...

    docs.groupdocs.com/comparison/python-net/featur...
  3. Classify document from stream | Documentation

    Classifying of the document from stream could be performed with the next step Call Classify method for “stream” stream with Documents taxonomy and return 2 best results. Handle possible ApiException // Classify document from stream with Documents taxonomy and return 2 best resultstry { var response = classifier.Classify(stream, 2, Taxonomy.Documents); Console.WriteLine(response.BestClassName, response.BestClassProbability); } catch (ApiException e) { Console.WriteLine(e.Message); }...Assembly Product Solution GroupDocs...

    docs.groupdocs.com/classification/net/classify-...
  4. Render hidden pages | Documentation

    Learn how to render hidden pages on website or in other c# applications with GroupDocs.Viewer for Java...Assembly Product Solution GroupDocs...

    docs.groupdocs.com/viewer/java/show-hidden-pages/
  5. Optimize spreadsheets in a PDF file | Documenta...

    This topic describes how to optimize spreadsheets in a PDF file using the GroupDocs.Viewer Java API....Assembly Product Solution GroupDocs...

    docs.groupdocs.com/viewer/java/optimization-pdf...
  6. Remove annotations | Documentation

    Remove annotations from PDF files to reduce file size using the GroupDocs.Viewer Python API....Assembly Product Solution GroupDocs...

    docs.groupdocs.com/viewer/python-net/optimizati...
  7. Reorder pages | Documentation

    Reorder PDF pages during rendering with GroupDocs.Viewer for Python via .NET. Control the output page sequence....Assembly Product Solution GroupDocs...

    docs.groupdocs.com/viewer/python-net/reorder-pa...
  8. ดาวน์โหลด GroupDocs.Redaction for .NET 25.9 – ก...

    GroupDocs.Redaction for .NET 25.9 การแก้ไขและอัปเดตล่าสุดที่เผยแพร่ในเดือนกันยายน 2025 สามารถดาวน์โหลดได้ที่ NuGet และเว็บไซต์ GroupDocs....ดาวน์โหลดโดยตรง – ดาวน์โหลด assembly ของ GroupDocs.Redaction ได้จากหน้า...

    blog.groupdocs.com/th/redaction/groupdocs-redac...
  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:...Assembly Product Solution GroupDocs...

    docs.groupdocs.com/metadata/java/working-with-b...
  10. Clean metadata | Documentation

    Sometimes you may need to just remove all or clean metadata properties without applying any filters. The best way to do this is to use the Sanitize method....Assembly Product Solution GroupDocs...

    docs.groupdocs.com/metadata/java/clean-metadata/