Sort Score
Result 10 results
Languages All
Labels All
Results 981 - 990 of 1,695 for

text extraction

(0.12 sec)
  1. Working with worksheet headers and footers | Gr...

    This article explains how to work with worksheet headers and footers while using GroupDocs watermarking API...Leave feedback On this page Extracting information about all headers...an excel document You can extract about all the headers and footers...

    docs.groupdocs.com/watermark/net/working-with-w...
  2. GroupDocs Blog

    GroupDocs Blog - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers...article, we will discuss how to extract, update, and remove the EXIF...how to programmatically add text and image watermarks to the...

    blog.groupdocs.com/groupdocs.blog/page/31/
  3. Working with slide backgrounds | GroupDocs

    Extract, remove, and watermark slide background images using Python via .NET....page The API allows you to extract information about all slide...to all background images. Extracting information about all slide...

    docs.groupdocs.com/watermark/python-net/working...
  4. Convert Image using OCR | GroupDocs

    To convert image using ocr, follow this guide to learn how to convert an image document with ocr processing using GroupDocs.Conversion for .NET....using OCR processing and extract text from image and convert it...

    docs.groupdocs.com/conversion/net/convert-image...
  5. GroupDocs.Assembly Engine APIs | GroupDocs

    Note In this article, we will discuss the behavior of GroupDocs.Assembly APIs. Overview of the API Classes of GroupDocs.Assembly are located within the GroupDocs.Assembly namespace. The main of the classes is DocumentAssembler. All the functionality required to build a report from a template is assembled within the class. Building Reports To build a report from a template, you can use one of the com.groupdocs.assembly.DocumentAssembler overloads. The following table describes parameters of these overloads....DataSet , all attributes and text values of XML elements are loaded...corresponding attributes and text values of XML elements must...

    docs.groupdocs.com/assembly/java/groupdocs-asse...
  6. Edit Email | GroupDocs

    This guide demonstrates how to edit content of the documents from Email format family like a common Text documents using a GroupDocs.Editor for .NET....differs from editing common text documents. Loading Loding of...for other formats. Like with text, XPS and e-Book formats, and...

    docs.groupdocs.com/editor/net/edit-email/
  7. Edit Email | GroupDocs

    This guide demonstrates how to edit content of the documents from Email format family like a common Text documents using a GroupDocs.Editor for Java....differs from editing common text documents. Loading Loding of...for other formats. Like with text, XPS and e-Book formats, and...

    docs.groupdocs.com/editor/java/edit-email/
  8. Working with slide backgrounds | GroupDocs

    Extracting information about all slide backgrounds The API allows you to extract information about all the slide backgrounds in a PowerPoint document as shown in the following code sample using method getBackgroundImage() of PresentationSlide.getImageFillFormat(). advanced_usage.add_watermarks_to_presentations.PresentationGetSlideBackgroundsInformation PresentationLoadOptions loadOptions = new PresentationLoadOptions(); // Specify an absolute or relative path to your document. Ex: "C:\\Docs\\presentation.pptx" Watermarker watermarker = new Watermarker("presentation.pptx", loadOptions); PresentationContent content = watermarker.getContent(PresentationContent.class); for (PresentationSlide slide : content.getSlides()) { if (slide....Leave feedback On this page Extracting information about all slide...backgrounds The API allows you to extract information about all the slide...

    docs.groupdocs.com/watermark/java/working-with-...
  9. Working with slide backgrounds | GroupDocs

    The API allows you to extract information about all the slide backgrounds, Removing a particular background and Adding watermark to all background images...page The API allows you to extract information about all the slide...to all background images Extracting information about all slide...

    docs.groupdocs.com/watermark/net/working-with-s...
  10. How to Run Examples | GroupDocs

    This article describes how to run .NET digital signature API code examples. We offer multiple solutions on how you can run GroupDocs.Signature examples, by building your own or using our back-end or front-end examples out-of-the-box....fileName ); // Sign document with text signature. using ( Signature...file, extract the folders on your local disk. The extracted files...

    docs.groupdocs.com/signature/net/how-to-run-exa...