Sort Score
Result 10 results
Languages All
Labels All
Results 211 - 220 of 498 for

printing annotations

(0.03 sec)
  1. Extract hyperlinks from document | Documentation

    This article explains that how to extract hyperlinks from documents....Annotation Product Solution GroupDocs...PageHyperlinkArea h : hyperlinks ) { // Print the hyperlink text System ....

    docs.groupdocs.com/parser/java/extract-hyperlin...
  2. Extract barcodes from document page | Documenta...

    This article explains that how to extract barcodes from document page....Annotation Product Solution GroupDocs...barcode in barcodes ) { // Print the page index Console . WriteLine...

    docs.groupdocs.com/parser/net/extract-barcodes-...
  3. Extract a text from images and PDFs | Documenta...

    This article explains how to extract a text from images and PDFs...Annotation Product Solution GroupDocs... GetText ( options )) { // Print a text or 'not supported' message...

    docs.groupdocs.com/parser/net/extract-text-from...
  4. Load document from url | Documentation

    Learn how to Load document from url....Annotation Product Solution GroupDocs...= parser . GetText ()) { // Print a text from the document //...

    docs.groupdocs.com/parser/net/load-document-fro...
  5. Extract metadata from Microsoft Office Word doc...

    This article explains that how to extract metadata from Microsoft Office Word (.doc, .docx) documents...Annotation Product Solution GroupDocs...when it was last saved. last-printed-time The time of the document...

    docs.groupdocs.com/parser/net/extract-metadata-...
  6. Extract metadata from Microsoft Office PowerPoi...

    To extract metadata from Microsoft Office PowerPoint presentations getMetadata method is used. This method allows to extract the following metadata: Name Description title The title of the presentation. subject The subject of the presentation. keywords The keyword of the presentation. comments The comments of the presentation. content-status The content status of the presentation. category The category of the presentation. company The company of the presentation. manager The manager of the presentation....Annotation Product Solution GroupDocs...when it was last saved. last-printed-time The time of the presentation...

    docs.groupdocs.com/parser/java/extract-metadata...
  7. Extract text from Microsoft OneNote sections | ...

    This article explains that how to extract text from Microsoft OneNote sections presentations...Annotation Product Solution GroupDocs...= parser . GetText ()) { // Print a text from the section Console...

    docs.groupdocs.com/parser/net/extract-text-from...
  8. Extract hyperlinks from document | Documentation

    This article explains that how to extract hyperlinks from documents....Annotation Product Solution GroupDocs...PageHyperlinkArea h in hyperlinks ) { // Print the hyperlink text Console ...

    docs.groupdocs.com/parser/net/extract-hyperlink...
  9. 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 (!...Annotation Product Solution GroupDocs...supported." ); return ; } // Print the document text try ( TextReader...

    docs.groupdocs.com/parser/java/password-protect...
  10. Password-protected documents | Documentation

    Learn how to open the password-protected documents....Annotation Product Solution GroupDocs...supported." ); return ; } // Print the document text using ( TextReader...

    docs.groupdocs.com/parser/net/password-protecte...