Sort Score
Result 10 results
Languages All
Labels All
Results 3,811 - 3,820 of 11,925 for

text

(1.19 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. Set a Watermark as Background in GroupDocs.Conv...

    Another monthly release of GroupDocs.Conversion for .NET 18.3 is on-board. This release covers some new features, few improvement and a bug fix. API allows developers to set default zoom when converting to Cells, Words and Slides. However, zoom option for PDF conversion is improved, PSD to PDF conversion is improved and XPS to PDF conversion issue is fixed. For further details included in this month’s release, please visit the release notes...PageOrientation); Show watermark behind the text # var saveOptions = new PdfSaveOptions();...

    blog.groupdocs.com/conversion/set-default-zoom-...
  3. 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...
  4. Signing | GroupDocs

    This section contains advanced examples and demonstrates all possible features for signing documents with various electronic signature types, setup different options and visual effects....Sign document with different Text signature implementation Sign...

    docs.groupdocs.com/signature/java/signing/
  5. GroupDocs.Signature for .NET | GroupDocs

    GroupDocs.Signature for .NET is an easy to use electronic signature API designed for C#/.NET applications...different types of signatures like text, image or digital signatures...

    docs.groupdocs.com/signature/net/
  6. Extract data from ZIP archives | GroupDocs

    More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples: GroupDocs.Parser for .NET examples GroupDocs.Parser for Java examples Free online document parser App Along with full featured .NET library we provide simple, but powerful free Apps. You are welcome to parse documents and extract data from PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, Emails and more with our free online Free Online Document Parser App....data from ZIP archives: Extract text from ZIP archive files Was this...

    docs.groupdocs.com/parser/java/extract-data-fro...
  7. Disable image comparison in PDF documents | Gro...

    Learn how to disable image comparison in PDF documents using GroupDocs.Comparison for Python via .NET....PDFs when you only care about text changes. Disable image comparison...

    docs.groupdocs.com/comparison/python-net/disabl...
  8. 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...
  9. 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/
  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...