Sort Score
Result 10 results
Languages All
Labels All
Results 171 - 180 of 498 for

printing annotations

(0.15 sec)
  1. Extract text from PDF documents | Documentation

    To extract a text from PDF 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. Here are the steps to extract a text from PDF document: Instantiate Parser object for the initial document; Call getText method and obtain TextReader object; Read a text from reader. Warning getText method returns null value if text extraction isn’t supported for the document....Annotation Product Solution GroupDocs...= parser . getText ()) { // Print a text from the document System...

    docs.groupdocs.com/parser/java/extract-text-fro...
  2. Remove document password | Documentation

    This article explains how to remove password for PDF, Word, Excel, PowerPoint documents by using GroupDocs.Merger for .NET....Annotation Product Solution GroupDocs...load_options ) as merger : print ( f "Document info retrieved...

    docs.groupdocs.com/merger/python-net/remove-doc...
  3. Extract metadata from Microsoft Office PowerPoi...

    This article explains that how to extract metadata from Microsoft Office PowerPoint(.ppt, .pptx) presentations...Annotation Product Solution GroupDocs...when it was last saved. last-printed-time The time of the presentation...

    docs.groupdocs.com/parser/net/extract-metadata-...
  4. 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-...
  5. 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...
  6. 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...
  7. 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...
  8. Extract barcodes from document | Documentation

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

    docs.groupdocs.com/parser/net/extract-barcodes-...
  9. Set password for output document | Documentation

    This article explains how to set document password after files comparison within your Python applications 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/set-pa...
  10. Split a worksheet into pages | Documentation

    This topic describes how to use the GroupDocs.Viewer Java to split worksheets into pages when rendering spreadsheet files to HTML, PDF, and image formats....Annotation Product Solution GroupDocs...the output PDF file. Render a print area In Microsoft Excel, you...

    docs.groupdocs.com/viewer/java/split-worksheet-...