Sort Score
Result 10 results
Languages All
Labels All
Results 711 - 720 of 761 for

printing annotations

(0.21 sec)
  1. Introducing GroupDocs.Parser for .NET | GroupDocs

    Powerful .NET document parsing API for extracting text, images, metadata, and structured data from 50+ file formats including PDF, Word, Excel, PowerPoint. Features template-based extraction, full-text search, and enterprise-ready document processing capabilities....Annotation Product Solution GroupDocs...= parser . GetText ()) { // Print a text from the document //...

    docs.groupdocs.com/parser/net/introducing-group...
  2. Homophone dictionary | GroupDocs

    This article gives the knowledge of the API methods which can be used to perform operations about homophone dictionary using Java....Annotation Product Solution GroupDocs...: group ) { System . out . print ( group1 + " " ); } System ...

    docs.groupdocs.com/search/java/homophone-dictio...
  3. Synonym dictionary | GroupDocs

    This article gives the knowledge of the API methods which can be used to perform operations about Synonym dictionary using Java....Annotation Product Solution GroupDocs...: group ) { System . out . print ( group1 + " " ); } System ...

    docs.groupdocs.com/search/java/synonym-dictionary/
  4. Generating document preview - advanced | GroupDocs

    This article shows how to generate document pages with advanced options....Annotation Product Solution GroupDocs...getPath (); System . out . print ( "Image file " + imageFilePath...

    docs.groupdocs.com/signature/java/generating-do...
  5. Parse data from PDF documents | GroupDocs

    To extract data from PDF documents parseForm and parseByTemplate(Template) methods are used. Both methods return DocumentData object. For details, see Working With Extracted Data. Here are the steps to extract data from PDF Form: Instantiate Parser object for the initial document Call parseForm method and obtain the DocumentData object; Check if data isn’t null (parse form is supported for the document); Iterate over field data to obtain form data. The following example shows the use case when a user fills in PDF form and send it by email (for example)....Annotation Product Solution GroupDocs...as the web response or just print it to the console System . out...

    docs.groupdocs.com/parser/java/parse-data-from-...
  6. Extract emails from remote server via POP IMAP ...

    GroupDocs.Parser provides the functionality to extract emails from remote servers. The following email protocols are supported: Post Office Protocol (POP) Internet Message Access Protocol (IMAP) Exchange Web Services (EWS) To create an instance of Parser class to extract emails from a remote server the following constructor is used: Parser(EmailConnection connection); Parser(EmailConnection connection, ParserSettings parserSettings) The second constructor allows to use ParserSettings object to control the process; for example, by adding logging functionality....Annotation Product Solution GroupDocs...emailParser . getText ()) { // Print the email text System . out...

    docs.groupdocs.com/parser/java/extract-emails-f...
  7. Extract data from attachments and ZIP archives ...

    This article shows how to extract data (text, images, PDF forms) from ZIP-archived documents with GroupDocs.Parser....Annotation Product Solution GroupDocs...ContainerItem item : attachments ) { // Print the file path System . out ...

    docs.groupdocs.com/parser/java/extract-data-fro...
  8. Add watermarks to spreadsheet documents | Group...

    Add watermarks to worksheets, images, backgrounds, and headers/footers using Python via .NET....Annotation Product Solution GroupDocs...gwc_xls . SpreadsheetContent ) print ( content . worksheets [ 0 ]...

    docs.groupdocs.com/watermark/python-net/add-wat...
  9. Extract metadata from Microsoft Office Word doc...

    Learn how to extract metadata from Word documents (.doc, .docx) using GroupDocs.Parser for .NET. Extract document properties like author, title, creation date, comments, and revision information from Word files....Annotation Product Solution GroupDocs...changes last-printed-time When the document was last printed total-editing-time...

    docs.groupdocs.com/parser/net/extract-metadata-...
  10. Implement custom serialization with QR-code sig...

    This article explains how to implement custom serialization for QR-code electronic signatures....Annotation Product Solution GroupDocs...analyzing result System . out . print ( "List of newly created signatures:"...

    docs.groupdocs.com/signature/java/implement-cus...