Sort Score
Result 10 results
Languages All
Labels All
Results 1,921 - 1,930 of 11,052 for

format

(0.06 sec)
  1. Multicolored Numbered List in HTML Document | D...

    Note In this article, we will use GroupDocs.Assembly to generate a Multicolored Numbered List report in HTML Document Format. Multicolored Numbered List in HTML Document Reporting Requirement As a report developer, you are required to represent the following key requirements: Report must show the clients in numbered list. It must highlight the products. Report must be generated in the HTML Document. Adding Syntax to be evaluated by GroupDocs.Assembly Engine We provide support for the following clients:
      <<foreach [in getClients()]>>
    1. <<[getName()]>>
    2. <</foreach>>
    Download Multicolored Numbered List Template Please download the sample template we created in this article:...List report in HTML Document format. Multicolored Numbered List...

    docs.groupdocs.com/assembly/java/multicolored-n...
  2. Common Master-Detail Image in Text Document | D...

    Note In this article, we will use GroupDocs.Assembly to generate a Common Master-Detail report in Text Document Format. Note The code uses some of the objects defined in The Business Layer. Common Master-Detail Image in Text Document Reporting Requirement As a report developer, you are required to represent the inFormation of the managers and clients with the following key requirements: Report must show managers’ picture and name. It must associate the managers with their clients....Master-Detail report in Text Document format. Note The code uses some of...

    docs.groupdocs.com/assembly/java/common-master-...
  3. Preview Digital Certificates properties | Docum...

    This article shows how to receive digital certificates properties over Document Info method.... WriteLine ( $" - format : {documentInfo.FileType.FileFormat}"...

    docs.groupdocs.com/signature/net/preview-certif...
  4. GroupDocs.Viewer Product Family

    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....supported file formats by adding the support of VCF file format. Please...(Printer Command Language) file formats. Below is the list of new features...

    blog.groupdocs.com/categories/groupdocs.viewer-...
  5. Search Watermark by Text Formatting using Group...

    Today, we are pleased to announce the release of version 17.7.0 of GroupDocs.Watermark for .NET API. GroupDocs.Watermark for .NET 17.7.0 came up with the support of searching watermarks with a particular text Formatting. It also enables you to work with hyperlinks associated with different document entities. Continue to read more about the salient features of this brand new release. Search Watermarks by Text Formatting (font, color etc.) GroupDocs.Watermark for ....watermarks with a particular text formatting. It also enables you to work...Search Watermarks by Text Formatting (font, color etc.) # GroupDocs...

    blog.groupdocs.com/watermark/search-watermark-b...
  6. Extract text from Microsoft Office Excel spread...

    This article explains that how to extract text from Microsoft Office Excel (.xls, .xlsx) spreadsheets....Extract data from various formats / Extract data from Microsoft...Console . WriteLine ( string . Format ( "Page {0}/{1}" , p + 1 ,...

    docs.groupdocs.com/parser/net/extract-text-from...
  7. Get supported file formats | Documentation

    This article shows how to check supported file Formats....supported file formats Get supported file formats Leave feedback...of all the supported file formats by the static method: Iterable...

    docs.groupdocs.com/parser/java/get-supported-fi...
  8. Viewer of emails with non-latin characters in T...

    Hello, Using java Viewer to convert email files (.msg) to html pages generates wrong characters for TO or subject. In the email user used greek characters for the emails and into the email subject. My environment is: …...problem with rendering to HTML format. When comparing the generated...using the type Outlook Message Format – Unicode . According to the...

    forum.groupdocs.com/t/viewer-of-emails-with-non...
  9. Introducing Metadata Signatures for PDF in Grou...

    We are delighted to announce another monthly release of GroupDocs.Signature for Java. This latest version 18.11 comes up with multitudinous features along with numerous improvements and fixes. The main feature introduced in this release is ability to add and search Metadata Signatures in a PDF document. Therefore, we would recommend you to download the new version of the API to evaluate the exciting new features and enhance your document e-signing experience....DocumentImage files can be saved to PDF format using this latest release of...documents with .psd, .wmf and .svg format Output PDF incorrectly signed...

    blog.groupdocs.com/signature/groupdocs.signatur...
  10. 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:...Managing metadata for specific formats / Images / Working with BMP...Metadata API supports extracting format-specific information from BMP...

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