Sort Score
Result 10 results
Languages All
Labels All
Results 801 - 810 of 1,347 for

pptx to pdf

(0.16 sec)
  1. Use redaction callback | Documentation

    Learn about redaction API methods To reject or approve specific changes during redaction process...document formats like PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, Emails...

    docs.groupdocs.com/redaction/net/use-redaction-...
  2. Detect file type of container item | Documentation

    This article explains that how To detect file type of container item....extract data from PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, Emails...

    docs.groupdocs.com/parser/java/detect-file-type...
  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. String indexFolder = "c:\\MyIndex"; String documentFolder = "c:\\MyDocuments"; // Creating an index Index index = new Index(indexFolder); // Setting the OCR indexing options IndexingOptions options = new IndexingOptions(); options....search over your PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and more...

    docs.groupdocs.com/search/java/ocr-support/
  4. Getting known property descriptors | Documentation

    This code snippet demonstrates how To extract information about known properties that can be encountered in a particular package. Load a file To examine Get a collection of PropertyDescripTor instances for any desired metadata package Iterate through the extracted descripTors advanced_usage.GettingKnownPropertyDescripTors try (Metadata metadata = new Metadata(Constants.InputDoc)) { WordProcessingRootPackage root = metadata.getRootPackageGeneric(); for (PropertyDescripTor descripTor : root.getDocumentProperties().getKnowPropertyDescripTors()) { System.out.println(descripTor.getName()); System.out.println(descripTor.getType()); System.out.println(descripTor.getAccessLevel()); for (PropertyTag tag : descripTor.getTags()) { System.out.println(tag); } System.out.println(); } } Note Not all possible properties are presented in the getKnowPropertyDescripTors collection....edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails...

    docs.groupdocs.com/metadata/java/getting-known-...
  5. Extract Text and Metadata from OTP Online

    Free online document text and metadata extracTor. Secure and easy To use OTP text and metadata parser and extracTor...XHTML MHT MHTML XML MD ONE PDF PPT PPTX PPS PPSX ODP POT PPTM POTX...

    products.groupdocs.app/parser/otp
  6. Working with metadata in MOV files | Documentation

    Reading MOV format-specific properties The GroupDocs.Metadata API supports extracting QuickTime aToms from a MOV video. The aTom is the basic data unit in any QuickTime file. Please find more information on QuickTime aToms in the official specification: https://developer.apple.com/library/archive/documentation/QuickTime/QTFF/QTFFPreface/qtffPreface.html The following are the steps To extract QuickTime aToms from a MOV video. Load a MOV video Get the root metadata package Extract the native metadata package using the MovRootPackage.getMovPackage method Read the QuickTime aToms advanced_usage....edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails...

    docs.groupdocs.com/metadata/java/working-with-m...
  7. View Your Documents Securely with Web-Based Gro...

    Every day you spend most of your time in checking secure email attachments. Discarding the ones you don’t need and managing the ones you require. If you try To view or manage your documents online using a web-based document management service, various risks and problems kick in. For example, The online service does not support your required file formats. You might have To compromise on the layout and formatting of the documents....TXT, RTF, ODT, PPT, PPTX, XLS, XLSX, PDF, JPG, BMP, GIF, TIFF)...Can be used as an MS Office/PDF file viewer. Easy navigation;...

    blog.groupdocs.com/total/view-your-documents-se...
  8. Search by chunks | Documentation

    This article gives the knowledge about the ability To perform search by chunks using Java search API....search over your PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and more...

    docs.groupdocs.com/search/java/search-by-chunks/
  9. 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....redacted document is saved in PDF format result_path = redactor...add_suffix = True so . rasterize_to_pdf = False result_path = redactor...

    docs.groupdocs.com/redaction/python-net/image-r...
  10. Spelling corrector | Documentation

    This article gives the knowledge of the API methods which can be used To perform operations about spelling correcTor....search over your PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and more...

    docs.groupdocs.com/search/net/spelling-corrector/