Sort Score
Result 10 results
Languages All
Labels All
Results 531 - 540 of 613 for

printing annotations

(0.03 sec)
  1. Extract formatted text from documents | Documen...

    This article shows how to extract formatted text represented as HTML or Markdown with GroupDocs.Parser from documents of various formats like Emails, Ebooks (EPUB, FB2, CHM), Microsoft Office formats: Word (DOC, DOCX), PowerPoint (PPT, PPTX), Excel (XLS, XLSX), LibreOffice formats and many others....Annotation Product Solution GroupDocs...FormattedTextMode . Html ))) { // Print a formatted text from the document...

    docs.groupdocs.com/parser/java/extract-formatte...
  2. Extract images from documents | Documentation

    This article shows how to extract images from PDF, Emails, Ebooks, Microsoft Office: Word (DOC, DOCX), PowerPoint (PPT, PPTX), Excel (XLS, XLSX), LibreOffice formats and many others....Annotation Product Solution GroupDocs...PageImageArea image : images ) { // Print a page index, rectangle and...

    docs.groupdocs.com/parser/java/extract-images-f...
  3. Comparing Folders | Documentation

    This page describes how to compare two folders and find out which files/folders were deleted, added or modified....Annotation Product Solution GroupDocs...output_file_name , compare_options ) print ( f " \n Folders compared successfully...

    docs.groupdocs.com/comparison/python-net/compar...
  4. Detect file type of container item | Documentation

    This article explains that how to detect file type of container item....Annotation Product Solution GroupDocs...FileTypeDetectionMod . Default ); // Print the name and file type System...

    docs.groupdocs.com/parser/java/detect-file-type...
  5. Parse data from PDF documents | Documentation

    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. Tags

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular file formats....Changes 2 Add Annotations in Java 1 Add annotations in PDF 1 add...add annotations in PDF using csharp 1 add annotations in PDF using...

    blog.groupdocs.com/fr/tags/
  7. Load document from Azure Blob Storage | Documen...

    This article demonstrates how to convert document stored in Azure Blob storage using GroupDocs.Conversion for Java API....Annotation Product Solution GroupDocs...getMessage ()); } System . out . print ( "\nSource document converted...

    docs.groupdocs.com/conversion/java/load-documen...
  8. Sign documents with QR-code embedded object | D...

    This article explains how to create encrypted QR-code electronic signature with embedded custom object...Annotation Product Solution GroupDocs...analyzing result System . out . print ( "List of newly created signatures:"...

    docs.groupdocs.com/signature/java/sign-document...
  9. 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...
  10. 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...