Sort Score
Result 10 results
Languages All
Labels All
Results 3,661 - 3,670 of 11,620 for

text

(0.32 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. 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...
  3. How to Run Examples | GroupDocs

    Clone the ready-to-run GroupDocs.Redaction for Python via .NET examples repository, set up a virtual environment, and run every documented scenario locally or in Docker....developer-guide/ ├── basic-usage/ │ ├── text-redactions.py │ ├── metadata-redactions...Examples/developer-guide/basic-usage/text-redactions.py The repository...

    docs.groupdocs.com/redaction/python-net/how-to-...
  4. 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/
  5. 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...
  6. 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...
  7. GroupDocs.Signature for .NET 25.12 – 最新更新和修复(20...

    探索 GroupDocs.Signature for .NET 25.12 的新功能。现已在 NuGet 和 GroupDocs 网站上提供。...TextSearchOptions() }; // Filter only text signatures containing "Approved"...is TextSignature txt && txt.Text.Contains( "Approved" )); foreach...

    blog.groupdocs.com/zh/signature/groupdocs-signa...
  8. GroupDocs.Watermark 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....watermarks with a particular text formatting. It also enables...release. Search Watermarks by Text Formatting (font, color etc...

    blog.groupdocs.com/categories/groupdocs.waterma...
  9. groupDocs.Parser.GetDocumentInfo() taking very ...

    Hi, I have a .pdf document only 1 page long. When calling GetDocumentInfo() on the parser created with the stream of this document it takes at least 5 minutes to do this. This makes the whole implementation very ineffic…...metadata, page dimensions and text‑coordinate information. When...parts you do not need (e.g., text coordinates) to reduce work...

    forum.groupdocs.com/t/groupdocs-parser-getdocum...
  10. 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/net/build-search-query/