Sort Score
Result 10 results
Languages All
Labels All
Results 861 - 870 of 3,484 for

conholdate

(0.09 sec)
  1. Working with attributes | GroupDocs

    This page contains information about working with attributes in the search network....app conholdate.com conholdate.cloud conholdate.app containerize...

    docs.groupdocs.com/search/net/working-with-attr...
  2. Getting documents in network | GroupDocs

    This page contains information about getting indexed documents in the search network....app conholdate.com conholdate.cloud conholdate.app containerize...

    docs.groupdocs.com/search/net/getting-documents...
  3. Installation | GroupDocs

    GroupDocs.Editor for Java installation...app conholdate.com conholdate.cloud conholdate.app containerize...

    docs.groupdocs.com/editor/java/installation/
  4. Extract text from Microsoft OneNote sections | ...

    To extract a text from Microsoft OneNote Sections getText and getText(int) methods are used. These methods allow to extract a text from the entire document or a text from the selected page. Raw mode is not supported for Microsoft OneNote. Here are the steps to extract a text from Microsoft OneNote Section: Instantiate Parser object for the initial section; Call getText method and obtain TextReader object; Read a text from reader....app conholdate.com conholdate.cloud conholdate.app containerize...

    docs.groupdocs.com/parser/java/extract-text-fro...
  5. Extract images from documents | GroupDocs

    Learn how to extract images from PDF, Word, Excel, PowerPoint and 50+ document formats using GroupDocs.Parser for .NET. Extract images with position data, coordinates, and save to files in C#....app conholdate.com conholdate.cloud conholdate.app containerize...

    docs.groupdocs.com/parser/net/extract-images-fr...
  6. Extract hyperlinks from document page | GroupDocs

    This article explains that how to extract hyperlinks from document page....app conholdate.com conholdate.cloud conholdate.app containerize...

    docs.groupdocs.com/parser/net/extract-hyperlink...
  7. Search text in Microsoft OneNote sections | Gro...

    This article explains that how to search text from Microsoft OneNote sections presentations...app conholdate.com conholdate.cloud conholdate.app containerize...

    docs.groupdocs.com/parser/net/search-text-in-mi...
  8. Generate email report with common list. | Group...

    Adding Syntax to be evaluated by GroupDocs.Assembly Engine Template Syntax assembler = ga.DocumentAssembler() dataSource = ga.data.JsonDataSource("datasource.json") DataSourceInfo = ga.DataSourceInfo(dataSource, "customers") array = [DataSourceInfo, ga.DataSourceInfo(["test@test.mail", "groupdocs@groupdocs.mail"], "recipients"), ga.DataSourceInfo("sender@sender.mail", "sender"), ga.DataSourceInfo("cc@example.com", "cc"), ga.DataSourceInfo("groupdocs", "subject")] print(assembler.assemble_document("input.msg", "output.msg", array)) The Recipe Set up the source document data path Set up the source document template path Set up destination report path Instantiate DocumentAssembler class Generate report More resources Advanced usage topics To learn more about library features, please refer to theadvanced usage section....app conholdate.com conholdate.cloud conholdate.app containerize...

    docs.groupdocs.com/assembly/python-net/email-re...
  9. Load from local disc | GroupDocs

    This article shows how the redaction API is used to load file from disk....app conholdate.com conholdate.cloud conholdate.app containerize...

    docs.groupdocs.com/redaction/net/load-from-loca...
  10. Save to stream | GroupDocs

    You might need to save a document to any custom file at any location on the local disc or a even a Stream. The following example demonstrates how to save a document to any location. final Redactor redactor = new Redactor("Sample.docx"); try { // Here we can use document instance to perform redactions RedactorChangeLog result = redactor.apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions(java.awt.Color.RED))); if (result.getStatus() != RedactionStatus.Failed) { // Save the document to a custom location and convert its pages to images final FileOutputStream fileStream = new FileOutputStream("C:\\\\Temp\\\\sample_output_file....app conholdate.com conholdate.cloud conholdate.app containerize...

    docs.groupdocs.com/redaction/java/save-to-stream/