Sort Score
Result 10 results
Languages All
Labels All
Results 8,231 - 8,240 of 35,609 for

page

(0.15 sec)
  1. Advanced search for Form Field signatures | Doc...

     This article explains how to provide advanced search for Form Field electronic signatures with GroupDocs.Signature API.... Was this page helpful? Not really Yes, thanks...tell us how we can improve this page. Skip Send Thank you for your...

    docs.groupdocs.com/signature/java/advanced-sear...
  2. HTML | Documentation

    This article explains that how to extract HTML formatted text from document Page.... Was this page helpful? Not really Yes, thanks...tell us how we can improve this page. Skip Send Thank you for your...

    docs.groupdocs.com/parser/net/html/
  3. Classify document by path | Documentation

    Classify document by path with IAB-2 taxonomy and return 2 best results Classifying of the document could be performed with the next steps Call Classify method for “document.pdf” file in the current (".") directory with IAB-2 taxonomy and return 2 best results. Handle possible ApiException try { var response = classifier.Classify("document.pdf", ".", 3, Taxonomy.Iab2); Console.WriteLine(response.BestClassName, response.BestClassProbability); } catch (ApiException e) { Console.WriteLine(e.Message); } Precisely classify document by path with Documents taxonomy and return 4 best results Call Classify method for “document.... Message ); } Was this page helpful? Not really Yes, thanks...tell us how we can improve this page. Skip Send Thank you for your...

    docs.groupdocs.com/classification/net/classify-...
  4. Single Row Image in HTML Document | Documentation

    Note In this article, we will use GroupDocs.Assembly to generate a Single Row Image report in HTML Document format. Single Row Image in HTML Document Note This feature is supported by version 17.03 or greater Reporting Requirement As a report developer, you are required to represent information of first single customer with the following key requirements: Report must show image of the customer It must show Name and Contact Number of the customer Report must be generated in the Presentation Document.... Was this page helpful? Not really Yes, thanks...tell us how we can improve this page. Skip Send Thank you for your...

    docs.groupdocs.com/assembly/net/single-row-imag...
  5. 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.... Was this page helpful? Not really Yes, thanks...tell us how we can improve this page. Skip Send Thank you for your...

    docs.groupdocs.com/metadata/java/working-with-m...
  6. Document Manipulation REST APIs & SDKs - GroupD...

    Open-source SDKs to build cross-platform document management tools for popular languages. View, annotate, convert, compare, sign & store....whole document or specified page ranges. The API supports a long...document size, file type and page count can also be obtained by...

    products.groupdocs.cloud/total/
  7. GroupDocs.Editor 23.9 | Java API for File Editi...

    Java Editor class library to edit, single or multi-lingual documents in Pageless or Paged editing mode, detect email addresses & URIs, set language & locale....Annotator Java High Code API Product Page | Docs | Demos | API Reference...accordingly. Enable pageless or paged mode for a more comfortable...

    releases.groupdocs.com/editor/java/23-9/
  8. GroupDocs.Editor 17.9 | Java API for File Editi...

    Java Editor class library to edit, single or multi-lingual documents in Pageless or Paged editing mode, detect email addresses & URIs, set language & locale....Annotator Java High Code API Product Page | Docs | Demos | API Reference...accordingly. Enable pageless or paged mode for a more comfortable...

    releases.groupdocs.com/editor/java/17-9/
  9. Adding image watermarks | Documentation

    GroupDocs.Watermar API supports adding the following image file types as image watermark: Bmp; Png; Gif; Jpeg. Add image watermark from local file Following code snippet shows how to add ImageWatermark to a document. If the document consists of multiple parts (Pages, worksheets, slides, frames etc), the watermark will be added to all of them. advanced_usage.adding_image_watermarks.AddImageWatermark // Specify an absolute or relative path to your document. Ex: "C:\\Docs\\presentation.pptx" Watermarker watermarker = new Watermarker("presentation....consists of multiple parts (pages, worksheets, slides, frames...watermarks as well: Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.com/watermark/java/adding-image-...
  10. GroupDocs.Editor 19.10 | Java API for File Edit...

    Java Editor class library to edit, single or multi-lingual documents in Pageless or Paged editing mode, detect email addresses & URIs, set language & locale....Annotator Java High Code API Product Page | Docs | Demos | API Reference...accordingly. Enable pageless or paged mode for a more comfortable...

    releases.groupdocs.com/editor/java/19-10/