Sort Score
Result 10 results
Languages All
Labels All
Results 431 - 440 of 967 for

printing annotations

(0.05 sec)
  1. 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-...
  2. 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...
  3. Loading specific file formats | Documentation

    In some cases it’s required to specify the document format manually to guarantee correct output produced by GroupDocs.Parser. The following are the cases when the document format must be specified manually: Markdown documents MHTML documents OTP documents (OpenDocument Presentation Template) Databases Emails from remote servers Here are the steps to specify the document format for Markup document. Instantiate the LoadOptions object and pass the document format in LoadOptions(FileFormat) constructor; Create Parser object and call any method....Annotation Product Solution GroupDocs...= parser . getText ()) { // Print the document text // Markdown...

    docs.groupdocs.com/parser/java/loading-specific...
  4. GroupDocs.Parser for .NET 18.9 Release Notes | ...

    Note This page contains release notes for GroupDocs.Parser for .NET 18.9. Major Features There are the following features in this release: Ability to extract a text from databases Ability to extract data from PDF Forms Full List of Issues Covering all Changes in this Release Key Summary Issue Type PARSERNET-555 Implement the ability to extract a text from databases New feature PARSERNET-975 Implement the ability to extract data from the form fields of PDFs New feature Public API and Backward Incompatible Changes Note This section lists public API changes that were introduced in GroupDocs....Annotation Product Solution GroupDocs...container . Entities ) { // Print a table name System . Console...

    docs.groupdocs.com/parser/net/groupdocs-parser-...
  5. Extract text from EPUB eBooks | Documentation

    To extract text from EPUB e-books getText and getText(pageIndex) methods is used. These methods allow to extract text from the entire document or a text from the selected page. Raw mode is not supported for EPUB....Annotation Product Solution GroupDocs...= parser . getText ()) { // Print a text from the e-book System...

    docs.groupdocs.com/parser/java/extract-text-fro...
  6. Extract text from Microsoft Office Word documen...

    To extract a text from Microsoft Office Word documents getText and getText(int) methods are used. These methods allow to extract a text from the entire document or a text from the selected page. TextOptions parameter is ignored for Microsoft Office Words documents. Here are the steps to extract a text from Microsoft Office Word document: Instantiate Parser object for the initial document; Call getText method and obtain TextReader object; Read a text from reader....Annotation Product Solution GroupDocs...= parser . getText ()) { // Print a text from the document System...

    docs.groupdocs.com/parser/java/extract-text-fro...
  7. Digital Signature API для файлов PDF, MS Office...

    Добавьте цифровые подписи в PDF, Word, Excel, PowerPoint, OpenDocument, PNG, PSD, JPG и многие другие форматы файлов, использующие API -интерфейсы подписи нативного .NET и Java....print("Signature with Text '" + textSignature...pdf']."); } else { System.out.print("Signature was not updated in...

    www.groupdocs.com/ru/products/sign-business-doc...
  8. Extract attachments from PDF portfolios | Docum...

    Extract attachments from PDF portfolios To extract attachments from emails getContainer method is used. This method returns the collection of ContainerItem objects. Here are the steps to extract an attachment text from PDF Portfolios: 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 get container item names, sizes and obtain content....Annotation Product Solution GroupDocs...ContainerItem item : attachments ) { // Print the file path System . out ...

    docs.groupdocs.com/parser/java/extract-attachme...
  9. Licensing and evaluation | Documentation

    GroupDocs.Watermark for Python provides different plans for purchase or offers a Free Trial and a 30-day Temporary License for evaluation....Annotation Product Solution GroupDocs...file" ) print ( "License set successfully." ) else : print ( " \n...

    docs.groupdocs.com/watermark/python-net/licensi...
  10. GroupDocs.Parser for .NET 18.3 Release Notes | ...

    Note This page contains release notes for GroupDocs.Parser for .NET 18.3. Major Features There are the following new features in this release: Ability to extract a formatted text from chm files Ability to extract a text from chm documents by pages Ability to extract topics from chm documents Full List of Issues Covering all Changes in this Release Key Summary Issue Type TEXTNET-546 Implement the ability to extract a formatted text from chm files New feature TEXTNET-883 Implement the ability to extract a text from chm documents by pages New feature TEXTNET-884 Implement the ability to extract topics from chm documents New feature Public API and Backward Incompatible Changes Note This section lists public API changes that were introduced in GroupDocs....Annotation Product Solution GroupDocs...while ( line != null ) { // Print a line to the console Console...

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