Sort Score
Result 10 results
Languages All
Labels All
Results 401 - 410 of 618 for

printing annotations

(0.06 sec)
  1. Extract text from HTML documents | Documentation

    Learn how to extract a text from HTML documents getText() method is used. This method allows to extract a text from the entire document. Pagination and raw mode is not supported for emails....Annotation Product Solution GroupDocs...= parser . getText ()) { // Print a text from the document System...

    docs.groupdocs.com/parser/java/extract-text-fro...
  2. How to add attachment to PDF document | Documen...

    This article explains how to add attachment to PDF document with GroupDocs.Merger within your Java applications....Annotation Product Solution GroupDocs...demonstration purposes as your printed content will look the same...

    docs.groupdocs.com/merger/java/how-to-add-attac...
  3. Load custom fonts | Documentation

    This article explains how to load custom fonts PDF, Word, Excel, PowerPoint documents when using GroupDocs.Comparison for Python via .NET....Annotation Product Solution GroupDocs...message with the output file path print ( f " \n Documents compared...

    docs.groupdocs.com/comparison/python-net/load-c...
  4. Tekst uit PowerPoint extraheren met Java

    Maak uzelf vertrouwd met stapsgewijze instructies om tekst uit PowerPoint te extraheren met Java en hoe u de functionaliteit kunt ontwikkelen om tekst uit PPTX in Java te extraheren....Annotation Product Family GroupDocs...slotte de tekst uit de reader en print deze We hebben alle punten op...

    kb.groupdocs.com/nl/parser/java/how-to-extract-...
  5. Search text in HTML documents | Documentation

    To search a keyword in HTML documents Search(String) method is used. This method returns the collection of SearchResult objects....Annotation Product Solution GroupDocs...SearchResult s in sr ) { // Print an index and found text: Console...

    docs.groupdocs.com/parser/net/search-text-in-ht...
  6. Extract emails from Outlook Storage | Documenta...

    Extract emails from Outlook using GroupDocs.Parser for .NET...Annotation Product Solution GroupDocs...item in attachments ) { // Print the file path Console . WriteLine...

    docs.groupdocs.com/parser/net/extract-emails-fr...
  7. Delete Digital signatures from documents | Docu...

    This article explains how to delete Digital electronic signatures with GroupDocs.Signature API....Annotation Product Solution GroupDocs...deleteResult ) { System . out . print ( "Digital signature #" + digitalSignature...

    docs.groupdocs.com/signature/java/delete-digita...
  8. Composing signature with linear gradient brush ...

     This article explains how to fill signature background with linear gradient brush...Annotation Product Solution GroupDocs...analyzing result System . out . print ( "List of newly created signatures:"...

    docs.groupdocs.com/signature/java/composing-sig...
  9. Search text in HTML documents | Documentation

    Learn how to search a keyword in HTML documents search(String) method is used. This method returns the collection of SearchResult objects....Annotation Product Solution GroupDocs...SearchResult s : sr ) { // Print an index and found text: System...

    docs.groupdocs.com/parser/java/search-text-in-h...
  10. 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....Annotation Product Solution GroupDocs...ContainerItem item : attachments ) { // Print the file path System . out ...

    docs.groupdocs.com/parser/java/extract-attachme...