Sort Score
Result 10 results
Languages All
Labels All
Results 3,341 - 3,350 of 5,177 for

values

(0.15 sec)
  1. GroupDocs.Total for .NET | GroupDocs

    GroupDocs.Total for .NET is the super-set of all the .NET on-premise APIs offered by GroupDocs. We compile it on a monthly basis to ensure that it contains the most up to date versions of each of our .NET document manipulation APIs.... We value your opinion. Your feedback...

    docs.groupdocs.com/total/net/
  2. Supported Document Formats | GroupDocs

    It supports DOCX, DOCM, DOC, DOT, DOTM, XLS, XLSX, PDF, PPT, JPG, PNG, HTML, EML and many more.... We value your opinion. Your feedback...

    docs.groupdocs.com/annotation/net/supported-doc...
  3. Comparing Folders | GroupDocs

    This page describes how to compare two folders and find out which files/folders were deleted, added or modified.... We value your opinion. Your feedback...

    docs.groupdocs.com/comparison/python-net/compar...
  4. 使用 Java 的條形碼閱讀器 |從圖像中掃描條形碼

    如何在應用程序中使用 Java 掃描條形碼。從圖像中讀取條形碼的 Java 示例將幫助您構建在線條形碼掃描儀。...getCodeTypeName() +" Code Value: " + barcode.getValue()); }...

    blog.groupdocs.com/zh-hant/parser/scan-barcode-...
  5. How to merge WAV files using C# | GroupDocs

    Learn how to merge WAV audio files, combine WAV audio files into one file programmatically in C# language using GroupDocs.Merger for .NET library.... We value your opinion. Your feedback...

    docs.groupdocs.com/merger/net/getting-started/u...
  6. Merge Excel spreadsheets | GroupDocs

    Follow this guide and learn how to merge MS Excel spreadsheets using Python via .NET programming language.... We value your opinion. Your feedback...

    docs.groupdocs.com/merger/python-net/merge/excel/
  7. Working with metadata in PNG images | GroupDocs

    Reading PNG metadata properties The GroupDocs.Metadata API supports extracting format-specific information from PNG images. The following are the steps to read the native PNG metadata. Load a PNG image Get the root metadata package Extract the native metadata package using PngRootPackage.getPngPackage Read the PNG metadata properties advanced_usage.managing_metadata_for_specific_formats.image.png.PngReadTextChunks try (Metadata metadata = new Metadata(Constants.InputPng)) { PngRootPackage root = metadata.getRootPackageGeneric(); for (PngTextChunk chunk : root.getPngPackage().getTextChunks()) { System.out.println(chunk.getKeyword()); System.out.println(chunk.getText()); if (chunk instanceof PngCompressedTextChunk) { PngCompressedTextChunk compressedChunk = (PngCompressedTextChunk) chunk; System.... We value your opinion. Your feedback...

    docs.groupdocs.com/metadata/java/working-with-m...
  8. Convert to Spreadsheet with advanced options | ...

    Follow this guide and learn how to convert documents to Excel and Open Document spreadsheets of XLS, XLSX, ODS, OTS formats  with zoom and other customizations using GroupDocs.Conversion for Java.... We value your opinion. Your feedback...

    docs.groupdocs.com/conversion/java/convert-to-s...
  9. Add resource redaction annotation | GroupDocs

    The page describes how to add resource redaction annotation to a document using GroupDocs.Annotation for Java.... We value your opinion. Your feedback...

    docs.groupdocs.com/annotation/java/add-resource...
  10. In-Table List With Alternate Content in Present...

    Note In this article, we will use GroupDocs.Assembly to generate In-TableList WithAlternateContent report in Presentation Document format. Note The code uses some of the objects defined in The Business Layer. In-Table List With Alternate Content in Microsoft PowerPoint Document Creating a In-Table List With Alternate Content Practicing the following steps you can create In-Table List With Alternate Content Template in MS PowerPoint 2013. Add a new presentation slide. Press “Insert” tab to insert the table.... We value your opinion. Your feedback...

    docs.groupdocs.com/assembly/java/in-table-list-...