Sort Score
Result 10 results
Languages All
Labels All
Results 2,341 - 2,350 of 9,626 for

text

(0.04 sec)
  1. GroupDocs.Annotation Product Family

    Find answers about annotating digital documents and images of various types using code on any platform....Highlight Text in PDF using Java How to Highlight Text in PDF using...

    kb.groupdocs.com/annotation/page/3/
  2. PostScript to PDF conversion issue in .NET - Fr...

    trying to convert a postscript file to PDF. the converted PDF file is missing all the Text. All the Fonts are installed in the “Windows” Fonts folder. From reading the documentation it looks like if the FONT is inst…...PDF file is missing all the text. All the Fonts are installed...should look like (includes the text as expected) We are evaluating...

    forum.groupdocs.com/t/postscript-to-pdf-convers...
  3. Categories

    Pronađite odgovore pomoću API-ja GroupDocs.Total Product Family GroupDocs.Conversion Product Family GroupDocs.Annotat......Najnoviji odgovori Հեռացրեք Text Watermark-ը DOCX-ից Java-ի միջոցով...PNG-ին Java-ի միջոցով Ավելացրեք Text Watermark XLSX-ին Java-ի միջոցով...

    kb.groupdocs.com/hy/categories/page/13/
  4. Field Management in GroupDocs.Editor for Java |...

    This documentation section explains how to the management and manipulation of form fields within documents....programmatically, including text fields, checkboxes, dropdowns...getStatusText() : Gets or sets the status text associated with the form field...

    docs.groupdocs.com/editor/java/form-field-manag...
  5. Field Management in GroupDocs.Editor for .NET |...

    This documentation section explains how to the management and manipulation of form fields within documents....programmatically, including text fields, checkboxes, dropdowns...StatusText : Gets or sets the status text associated with the form field...

    docs.groupdocs.com/editor/net/form-field-manage...
  6. Extract data from Microsoft OneNote notebooks |...

    The following examples demonstrate how to extract data from Microsoft OneNote Notebooks:...Extract text from Microsoft OneNote sections Search text in Microsoft...

    docs.groupdocs.com/parser/net/extract-data-from...
  7. Extract data from ePUB eBooks | Documentation

    Open Navigation Close Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product Solution GroupDocs.......eBooks Leave feedback Extract text from EPUB eBooks Extract metadata...contents from EPUB eBooks Search text in EPUB eBooks Was this page...

    docs.groupdocs.com/parser/java/extract-data-fro...
  8. Insert Hyperlinks Dynamically in Documents usin...

    GroupDocs team is releasing new features in the monthly release of GroupDocs.Assembly for .NET 18.7. Using the latest version, you can now insert hyperlinks dynamically in Word Processing, Spreadsheet, Presentation, and Email documents. We recommend to install and use the latest version of the API. How to Insert Hyperlinks to Reports using Link Tag in C# Using GroupDocs.Assembly for .NET 18.7, you can now insert hyperlinks to your reports dynamically using link tags....\[uri\_expression\]\[display\_text\_expression\]>> Here, uri_expression...In turn, display_text_expression defines text to be displayed...

    blog.groupdocs.com/assembly/insert-hyperlinks-d...
  9. Features Overview | Documentation

    GroupDocs.Classification main feature is an ability to classify raw Text and documents with IAB-2, Documents, Sentiment or Sentiment3 taxonomies. Sentiment Classification (Analysis) supports 4 languages: English, Chinese, Spanish, and German. GroupDocs.Classification provides flexible set of settings to customize classification process: Name Description Default value bestClassesCount Select the number of results to return 1 taxonomy Select taxonomy (IAB-2, Documents, Sentiment or Sentiment3). Taxonomy.Iab2 precisionRecallBalance Select precision/recall balance for Documents taxonomy. If the classifier is not sure of the result, it will return Other class....is an ability to classify raw text and documents with IAB-2, Documents...PrecisionRecallBalan.Default Raw text classification GroupDocs.Classification...

    docs.groupdocs.com/classification/net/features-...
  10. Password-protected documents | Documentation

    GroupDocs.Parser provides the functionality to open the password-protected documents. The following are the steps to work with password protected documents. Instantiate the LoadOptions object; Set password in LoadOptions(String) constructor; Create Parser object and call any method. The following code sample shows how to process password protected documents. try { String password = "123456"; // Create an instance of Parser class with the password: try (Parser parser = new Parser(Constants.SamplePassword, new LoadOptions(password))) { // Check if Text extraction is supported if (!...( password ))) { // Check if text extraction is supported if (...{ System . out . println ( "Text extraction isn't supported."...

    docs.groupdocs.com/parser/java/password-protect...