Sort Score
Result 10 results
Languages All
Labels All
Results 3,201 - 3,210 of 10,090 for

text

(0.07 sec)
  1. Indexing options | Documentation

    This page contains a description of all the properties of the IndexingOptions class...indicating whether to recognize text in separate image files. The...indicating whether to recognize text in embedded images. The default...

    docs.groupdocs.com/search/java/indexing-options/
  2. Working with metadata in PDF documents | Docume...

    Detecting the version of a PDF document The following sample of code will help you to detect the PDF version a loaded document and extract some additional file format information. Load a PDF document Extract the root metadata package Use the FileType property to obtain file format information AdvancedUsage.ManagingMetadataForSpecificFormats.Document.Pdf.PdfReadFileFormatProperties using (Metadata metadata = new Metadata(Constants.InputPdf)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.FileType.FileFormat); Console.WriteLine(root.FileType.Version); Console.WriteLine(root.FileType.MimeType); Console.WriteLine(root.FileType.Extension); } Reading built-in metadata properties To access built-in metadata of a PDF document, please use the DocumentProperties property defined in the DocumentRootPackage class.... Text ); Console . WriteLine ( annotation...applications are able to display simple text statistics for loaded documents...

    docs.groupdocs.com/metadata/net/working-with-me...
  3. Common List Image in Word Processing Document |...

    Note In this article, we will use GroupDocs.Assembly to generate a Common List Image report in Word Processing Document format based on the use case: Working with a Business Case. Note The code uses some of the objects defined in The Business Layer. Common List in Microsoft Word Document Creating a Common List Please follow below steps to create Common List Image document in MS Word 2013: Insert the desired shape to display image in it....Creating the Template OpenDocument Text (ODT) is a word processing document...“Save As”. Select “OpenDocument Text” from “Save As Type” drop down...

    docs.groupdocs.com/assembly/net/common-list-ima...
  4. In-Paragraph List in Word Processing Document |...

    Note In this article, we will use GroupDocs.Assembly to generate a In-ParagraphList report in Word Processing Document format based on the use case: Working with a Business Case. Note The code uses some of the objects defined in The Business Layer. In-Paragraph List in Microsoft Word Document Creating a In-Paragraph List Practicing the following steps you can create In-Paragraph List Template in MS Word 2013. Write a sentence, for example “We provide support for the following products:”....Creating the Template OpenDocument Text (ODT) is a word processing document...“Save As”. Select “OpenDocument Text” from “Save As Type” drop down...

    docs.groupdocs.com/assembly/net/in-paragraph-li...
  5. Document filtering in search result | Documenta...

    This article gives the knowledge that how the document filters used during the search using Java search API....Search in the index // Only text documents will be returned as...documents with which the specified text attribute is associated. You...

    docs.groupdocs.com/search/java/document-filteri...
  6. Configuring search network | Documentation

    This page contains information about configuring the search network....extracted text storage, as well as the degree of text compression...

    docs.groupdocs.com/search/net/configuring-searc...
  7. Edit document | Documentation

    Follow this guide and learn how to edit Text documents, spreadsheets and presentations using GroupDocs.Editor for Java API features....Presentation PPT, PPTX, PPS, POT Plain Text documents TXT XML Any XML-based...How to edit e-Book file Edit text files Edit Email documents Edit...

    docs.groupdocs.com/editor/java/edit-document/
  8. Locating signature on page with different measu...

     This article explains using measure units to locate signature and its size on document page with GroupDocs.Signature API....try { // setup options with text of signature BarcodeSignOptions...try { // setup options with text of signature BarcodeSignOptions...

    docs.groupdocs.com/signature/java/locating-sign...
  9. Introducing HTML Minification in GroupDocs.View...

    We are back with another version of GroupDocs.Viewer for .NET. In this release, we have added HTML minification for optimized rendering of documents into HTML. Not only this, we have also introduced rendering of MS Project documents by specifying time intervals. Let’s have a quick overview of some exciting features of GroupDocs.Viewer for .NET 17.12. .NET Document Rendering API - New Features HTML Minification When you are looking for the ways to optimize the rendering of documents into HTML, one of the solutions you might want to use is the compression of the output content (HTML, CSS, and SVG)....Alignment of radio button text and checkbox text is not proper Related...

    blog.groupdocs.com/viewer/introducing-html-mini...
  10. Create custom format handler | Documentation

    This article shows how to implement one or several interfaces for the document's features and required redaction....Description Required for document text redactions to work, replaces...given regular expression with text or a color block Required for...

    docs.groupdocs.com/redaction/net/create-custom-...