Sort Score
Result 10 results
Languages All
Labels All
Results 3,331 - 3,340 of 10,743 for

text

(0.21 sec)
  1. Changing Background Color Dynamically | GroupDocs

    Note This feature is supported by version 17.12 or greater Note The code uses some of the objects defined in The Business Layer. Changing Background Color You can set Text background color for document contents dynamically using backColor tags. Download Change Background Color Dynamically.docx...Background Color You can set text background color for document...

    docs.groupdocs.com/assembly/java/changing-backg...
  2. Single document operations | GroupDocs

    Learn how to move document pages, remove document pages, split document into separate pages, swap document pages positions, extract specific pages from document, change page orientation and rotate page using GroupDocs.Merger for Python via .NET....Remove pages Split document Split text file Swap pages Extract pages...

    docs.groupdocs.com/merger/python-net/single-doc...
  3. Working with Image Reports - Common List | Grou...

    Articles in this section...HTML Document Common List in Text Document Common List Image in...

    docs.groupdocs.com/assembly/net/working-with-im...
  4. Working with Paragraph Reports | GroupDocs

    Articles in this section...Document In-Paragraph List in Text Document In-Paragraph List in...

    docs.groupdocs.com/assembly/net/working-with-pa...
  5. Changing Background Color Dynamically | GroupDocs

    Note This feature is supported by version 17.12 or greater You can set Text background color for document contents dynamically using backColor tags. The Code Note The code uses some of the objects defined in: The Business Layer Download Change Background Color Dynamically.docx...12 or greater You can set text background color for document...

    docs.groupdocs.com/assembly/net/changing-backgr...
  6. Document rendering basics | GroupDocs

    This section describes how to use GroupDocs.Viewer for .NET (C#) to convert different document types to PDF, HTML, PNG, and JPEG formats....Render XML documents Render text documents Render images Render...

    docs.groupdocs.com/viewer/net/document-renderin...
  7. GroupDocs.Conversion for Python 25.12 – Latest ...

    Explore what’s new in GroupDocs.Conversion for Python 25.12. Available now on NuGet and GroupDocs website....edge‑case where converting Rich Text Format documents to PDF produced...

    blog.groupdocs.com/conversion/groupdocs-convers...
  8. Indexing options | GroupDocs

    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/
  9. Build search query | GroupDocs

    This page contains information about building Text search queries of various types. More examples on building search queries are provided on the page...contains information about building text search queries of various types...on the page . In addition to text search queries, there is also...

    docs.groupdocs.com/search/nodejs-java/build-sea...
  10. Working with metadata in PDF documents | GroupDocs

    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...