Sort Score
Result 10 results
Languages All
Labels All
Results 2,081 - 2,090 of 9,403 for

text

(1.4 sec)
  1. Advanced search for Barcode signatures | Docume...

     This article explains how to make advanced search for Barcode electronic signatures with GroupDocs.Signature API....Code39Standard , // specify text match type MatchType = TextMatchType...Contains , // specify text pattern to search Text = "12345678" , //...

    docs.groupdocs.com/signature/net/advanced-searc...
  2. Sign document with ordering the signatures | Do...

    This article shows how to create electronic signatures with specific ordering on the document page...with Text signature This example shows how to add Text signature...true , Weight = 2 }, // set text color and Font ForeColor = Color...

    docs.groupdocs.com/signature/net/sign-document-...
  3. Render PDF documents as HTML and image files | ...

    This topic describes how to use the GroupDocs.Viewer Java API to convert PDF files to HTML, PNG, and JPEG formats....elements of an HTML page (including text, graphics, and stylesheets)...view ( viewOptions ) Render text as an image GroupDocs.Viewer...

    docs.groupdocs.com/viewer/nodejs-java/render-pd...
  4. Extract attachments from Emails | Documentation

    Extract attachments from Emails To extract attachments from emails getContainer method is used. This method returns the collection of ContainerItem objects. Email Attachment can contain the following metadata: Name Description content-type The MIME type of the attachment content These metadata refer to a container element itself, not a document. Here are the steps to extract an email Text from email attachments: Instantiate Parser object for the initial document; Call getContainer method and obtain collection of ContainerItem objects; Check if collection isn’t null (container extraction is supported for the document); Iterate through the collection and obtain Parser object to extract a Text....the steps to extract an email text from email attachments: Instantiate...and obtain object to extract a text. The following example shows...

    docs.groupdocs.com/parser/java/extract-attachme...
  5. Extract hyperlinks from document page area | Do...

    This article explains that how to extract hyperlinks from document page area....Description The page that contains the text area. The rectangular area on...that contains the text area. The hyperlink text. The hyperlink URL...

    docs.groupdocs.com/parser/java/extract-hyperlin...
  6. Extract hyperlinks from Microsoft Office Word d...

    To extract hyperlinks from Microsoft Office Word document getStructure method is used. This method returns XML representation of the document. Hyperlinks are represented by “hyperlink” tag; “link” attribute contains hyperlink’s URL. For more details, see Extract Text structure. Hyperlink can contain a Text: google.com Warning getStructure method returns null value if Text structure extraction isn’t supported for the document. For example, Text structure extraction isn’t supported for TXT files. Therefore, for TXT file getStructure method returns null.... Hyperlink can contain a text: <hyperlink link= "www.google...method returns null value if text structure extraction isn’t supported...

    docs.groupdocs.com/parser/java/extract-hyperlin...
  7. compare two files using java on GroupDocs Blog ...

    compare two files using java on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in compare two files using java on GroupDocs Blog | Document Automation Solu......Java Developers Сравните файлы Text, Word и PDF с библиотекой различий...различий Java Сравнивайте файлы Text, Word, PDF и другие документы...

    blog.groupdocs.com/ru/tag/compare-two-files-usi...
  8. Load document from stream | Documentation

    There might be cases when the document is presented only as a stream (without a copy on the local disk). To avoid the overhead of saving documents to the disk, GroupDocs.Parser enables to extract data from streams directly. The following example shows how to load the document from the stream: // Create the stream try (InputStream stream = new FileInputStream(Constants.SamplePdf)) { // Create an instance of Parser class with the stream try (Parser parser = new Parser(stream)) { // Extract a Text into the reader try (TextReader reader = parser....Parser ( stream )) { // Extract a text into the reader try ( TextReader...{ // Print a text from the document // If text extraction isn't...

    docs.groupdocs.com/parser/java/load-document-fr...
  9. Get list of changes | Documentation

    This article explains how to get collection of changes between compared documents when using GroupDocs.Comparison for .NET.... Page: {1}, Change ID: {2}, Text: {3}" , change . Type , change...PageNumber , change . Id , change . Text ); } The result is as follows:...

    docs.groupdocs.com/comparison/net/get-list-of-c...
  10. compare two files using java on GroupDocs Blog ...

    compare two files using java on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in compare two files using java on GroupDocs Blog | Document Automation Solu......Java Developers เปรียบเทียบไฟล์ Text, Word และ PDF กับ Java Difference...Difference Library เปรียบเทียบไฟล์ Text, Word, PDF และเอกสารอื่นๆ โดยใช้...

    blog.groupdocs.com/th/tag/compare-two-files-usi...