Sort Score
Result 10 results
Languages All
Labels All
Results 1,961 - 1,970 of 10,364 for

format

(0.08 sec)
  1. Merge text files | Documentation

    Learn how to merge TXT files, combine TXT files into one file programmatically in java language using GroupDocs.Merger for Java library....a file is in human-readable format and represented by sequence...

    docs.groupdocs.com/merger/java/merge/txt/
  2. OCR Usage Basics | Documentation

    This article explains how to use OCR.... format ( "\tPosition: (%d; %d)" ,.... out . println ( String . format ( "\tSize: (%d; %d)" , a ....

    docs.groupdocs.com/parser/java/ocr-usage-basics/
  3. Traverse a whole metadata tree | Documentation

    This article explains that the GroupDocs.Metadata represents any loaded file as a tree consisting of metadata properties and nested metadata packages. You can easily iterate through the metadata tree... Format ( "Name: {0}, Value: {1}" ...

    docs.groupdocs.com/metadata/net/traverse-a-whol...
  4. High CPU Usage with GroupDocs.Watermark for Jav...

    I am currently using the GroupDocs.Watermark for Java library in a Java 8 environment, and I have encountered an issue where the CPU usage exceeds 100% on our EC2 when invoking the watermarking service. Below is a brief …...format(new Date()); String baseText = String.format("%s_%s_%s_%s"...d").format(new Date()); String baseText = String.format("%s_%s_%s_%s"...

    forum.groupdocs.com/t/high-cpu-usage-with-group...
  5. Merge files | Documentation

    This article explains how to merge files of PDF, Microsoft Word, Excel and PowerPoint and other Formats using GroupDocs.Merger for Python via .NET API....will have to learn all the format’s peculiar properties, write...structure, formatting etc. When talking about proprietary formats the...

    docs.groupdocs.com/merger/python-net/merge/
  6. Common List Image in Spreadsheet Document | Doc...

    Note In this article, we will use GroupDocs.Assembly to generate a Common List Image report in Spreadsheet Document Format. Note The code uses some of the objects defined in The Business Layer. Common List in Microsoft Excel Document Creating a Common List Please follow below steps to create Common List Image in MS Excel 2013: Insert the desired shape to display image in it. Go to Insert Tab and select shape by clicking on Shape Icon....report in Spreadsheet Document format. Note The code uses some of...OpenOffice without any issues or formatting losses. We opened the ODS...

    docs.groupdocs.com/assembly/java/common-list-im...
  7. Numbered List in Presentation Document | Docume...

    Note In this article, we will use GroupDocs.Assembly to generate a Numbered List report in Presentation Document Format. Note The code uses some of the objects defined in The Business Layer. Numbered List in Microsoft PowerPoint Document Creating a Numbered List Practising the following steps you can create Numbered List Template in MS PowerPoint 2013. Add a new presentation slide. Write a sentence like “We provide support for the following clients:”....report in Presentation Document format. Note The code uses some of...OpenOffice without any issues or formatting losses. We opened the ODP...

    docs.groupdocs.com/assembly/java/numbered-list-...
  8. Working with metadata in PNG images | Documenta...

    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....Managing metadata for specific formats / Images / Working with metadata...Metadata API supports extracting format-specific information from PNG...

    docs.groupdocs.com/metadata/java/working-with-m...
  9. How to Convert PDF to Excel using C#

    We will go over the specifics to convert PDF to Excel using C#. Also, you will learn how to apply these steps to generate Excel from PDF in C#....convert PDF documents to the XLSX format. By following this guide, you...source document to spreadsheet formats such as XLS, XLSM, XLSB, ODS...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  10. How to Convert CSV to Excel in Java

    Take a look at the process to convert CSV to Excel in Java along with steps to implement the feature and sample code to generate XLSX from CSV using Java....document transformation to Excel format Create an object of the SpreadsheetConvertOp...to XLSX from a variety of formats, including XLS, XLTM, XML,...

    kb.groupdocs.com/conversion/java/how-to-convert...