Sort Score
Result 10 results
Languages All
Labels All
Results 3,371 - 3,380 of 6,833 for

page

(0.03 sec)
  1. Removing metadata | Documentation

    Not all metadata properties extracted from a file are marked with tags. Some file formats and metadata standards allow adding fully custom properties that can’t be properly tagged by the library since their purpose is not clearly defined in the appropriate format/standard specification. In such cases, you can use the name of the property to locate and remove it. The following example demonstrates some advanced usage scenarios of the GroupDocs.Metadata search engine allowing to remove metadata properties.... Was this page helpful? Not really Yes, thanks...tell us how we can improve this page. Skip Send Thank you for your...

    docs.groupdocs.com/metadata/python-net/removing...
  2. Working with metadata in PDF documents | Docume...

    Detecting the version of a PDF document The following sample of code will help you to detect the PDF version a loaded document and extract some additional file format information. Load a PDF document Extract the root metadata package Use the getPdfType method to obtain file format information advanced_usage.managing_metadata_for_specific_formats.document.pdf.PdfReadFileFormatProperties try (Metadata metadata = new Metadata(Constants.InputPdf)) { PdfRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getPdfType().getFileFormat()); System.out.println(root.getPdfType().getVersion()); System.out.println(root.getPdfType().getMimeType()); System.out.println(root.getPdfType().getExtension()); } Reading built-in metadata properties To access built-in metadata of a PDF document, please use the getDocumentProperties method defined in the DocumentRootPackage class....be an estimated word count, page count, character count, etc...with our free online . Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.com/metadata/java/working-with-m...
  3. OCR support | Documentation

    OCR support means the ability to connect an external module (library) for the recognition of printed text (optical character recognition, OCR) on images, either separate or embedded in documents. To connect OCR, you need to implement the IOcrConnector interface in the client code. The following example demonstrates how to implement the OCR connector using com.aspose.ocr library for text recognition in images. const indexFolder = 'c:/MyIndex/'; const documentsFolder = 'c:/MyDocuments/'; const query = 'Einstein'; // Creating an index const index = new groupdocs.... Was this page helpful? Not really Yes, thanks...tell us how we can improve this page. Skip Send Thank you for your...

    docs.groupdocs.com/search/nodejs-java/ocr-support/
  4. Edit Excel Spreadsheet | Documentation

    This guide demonstrates how to edit XLS, XLSX, XLSM, XLSB, ODS, SXC spreadsheets with hidden worksheets, protect edited spreadsheet with password and many other powerful features of GroupDocs.Editor for Java....called worksheets) instead of pages, and these tabs are separate...preview for spreadsheet Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.com/editor/java/edit-excel/
  5. In-Table List with Highlighted Rows in Spreadsh...

    Note In this article, we will use GroupDocs.Assembly to generate an In-Table List with Highlighted Rows report in Spreadsheet Document format based on the use case: Working with a Business Case. Note The code uses some of the objects defined in The Business Layer. In-Table List with Highlighted Rows in Microsoft Excel Document Creating a In-Table List with Highlighted Rows Practising the following steps you can create In-Table List with Highlighted Rows Template in MS Excel 2013.... Was this page helpful? Not really Yes, thanks...tell us how we can improve this page. Skip Send Thank you for your...

    docs.groupdocs.com/assembly/net/in-table-list-w...
  6. Convert to Image with advanced options | Docume...

    Follow this guide and learn how to convert documents to image with height, width, resolution, brightness and other customizations using GroupDocs.Conversion for Java.... Was this page helpful? Not really Yes, thanks...tell us how we can improve this page. Skip Send Thank you for your...

    docs.groupdocs.com/conversion/java/convert-to-i...
  7. Image redactions | Documentation

    This article shows that how to redact data of sensitive nature from images of various formats like JPG, PNG, TIFF and others.... Was this page helpful? Not really Yes, thanks...tell us how we can improve this page. Skip Send Thank you for your...

    docs.groupdocs.com/redaction/net/image-redactions/
  8. Date range search | Documentation

    This article gives the knowledge that how to search by date with date range search using Java search API....range search Leave feedback This page describes how you can search...with our free online . Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.com/search/nodejs-java/date-rang...
  9. Adding text watermarks | Documentation

    The GroupDocs.Watermark allows to add text watermarks to documents which may consists of Pages, worksheets, slides or frames....consists of multiple parts (pages, worksheets, slides, frames...watermarker . close (); Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.com/watermark/nodejs-java/adding...
  10. In-Paragraph List in Presentation Document | Do...

    Note In this article, we will use GroupDocs.Assembly to generate a In-Paragraph List report in Presentation Document format based on the use case: Working with a Business Case. In-Paragraph List in Microsoft PowerPoint Document Creating a In-Paragraph List Practicing the following steps you can create In-Paragraph List Template in MS PowerPoint 2013. Add a new presentation slide. Write a sentence, for example “We provide support for the following products:”. Save the template.... Was this page helpful? Not really Yes, thanks...tell us how we can improve this page. Skip Send Thank you for your...

    docs.groupdocs.com/assembly/net/in-paragraph-li...