Sort Score
Result 10 results
Languages All
Labels All
Results 2,651 - 2,660 of 4,272 for

document editor

(0.05 sec)
  1. Inserting Hyperlinks Dynamically | Documentation

    Note This feature is supported by version 18.7. or greater Note The code uses some of the objects defined in The Business Layer. Inserting Hyperlinks Dynamically Using GroupDocs.Assembly, you can insert hyperlinks to your reports dynamically using link tags. The syntax of a link tag is defined as follows: <> Here, uri_expression defines URI for a hyperlink to be inserted dynamically. This expression is mandatory and must return a non-empty value....Editor Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Assembly Product...

    docs.groupdocs.com/assembly/net/inserting-hyper...
  2. Extract images from Microsoft Office Excel spre...

    To extract images from Microsoft Office Excel spreadsheets getImages methods are used. By default images are extracted with its original format. With using ImageOptions class it is possible to extract images from Microsoft Office Excel spreadsheets as bmp, gif, jpeg, png and webp formats. Warning getImages method returns null value if image extraction isn’t supported for the Document. For example, image extraction isn’t supported for CSV files. Therefore, for CSV file getImages method returns null....Editor Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Parser Product...

    docs.groupdocs.com/parser/java/extract-images-f...
  3. Load password-protected file | Documentation

    Load password-protected file In order to open password-protected Documents, you have to pass your password to LoadOptions class constructor or assign it to its Password property of an instance of LoadOptions class: LoadOptions loadOptions = new LoadOptions("mypassword"); final Redactor redactor = new Redactor("protected_sample.docx", loadOptions); try { // Here we can use Document instance to perform redactions redactor.apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions("[personal]"))); redactor.save(); } finally { redactor.close(); }...Editor Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Redaction Product...

    docs.groupdocs.com/redaction/java/load-password...
  4. Inserting Hyperlinks Dynamically | Documentation

    Note This feature is supported by version 18.7. or greater Note The code uses some of the objects defined in The Business Layer. Using GroupDocs.Assembly, you can insert hyperlinks to your reports dynamically using link tags. The syntax of a link tag is defined as follows: <> Here, uri_expression defines URI for a hyperlink to be inserted dynamically. This expression is mandatory and must return a non-empty value. In turn, display_text_expression defines text to be displayed for the hyperlink....Editor Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Assembly Product...

    docs.groupdocs.com/assembly/java/inserting-hype...
  5. Indexing metadata of documents | Documentation

    API allows creating of full-text and / or metadata index on Documents. To index only metadata without main content of Documents, you only need to set IndexType.MetadataIndex when creating an index....Editor Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Search Product...

    docs.groupdocs.com/search/java/indexing-metadat...
  6. Use Aspose.OCR for .NET on-premise API | Docume...

    This article explains that how to use Aspose.OCR for .NET on-premise API....Editor Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Redaction Product...

    docs.groupdocs.com/redaction/net/use-aspose-ocr...
  7. Regular expression search | Documentation

    This article gives the knowledge about the regular expression (RegEx) search queries which are universal and very flexible, but at the same time, in large indexes, their performance becomes extremely low....Editor Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Search Product...

    docs.groupdocs.com/search/net/regular-expressio...
  8. Custom text extractors | Documentation

    GroupDocs.Search supports indexing of many Document formats. But there is also the possibility to implement support for any format other than the existing ones....Editor Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Search Product...

    docs.groupdocs.com/search/net/custom-text-extra...
  9. Implement custom encryption with QR-Code signat...

    This article explains how to implement custom encryption for QR-code electronic signatures....Editor Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Signature Product...

    docs.groupdocs.com/signature/net/implement-cust...
  10. How to Convert DOCX to TXT using Java

    In this guide, we will provide easy steps to convert DOCX to TXT using Java. Also, we will provide you a code example representing how to export DOCX to TXT in Java....standard for storing and sharing documents, is commonly used in Microsoft...collaborating with basic text editors, extracting unformatted content...

    kb.groupdocs.com/conversion/java/how-to-convert...