Sort Score
Result 10 results
Languages All
Labels All
Results 771 - 780 of 809 for

presentation to image

(1.19 sec)
  1. Getting known property descriptors | GroupDocs

    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 JavaScript const metadata = new groupdocs.metadata.Metadata("input.doc"); var root = metadata.getRootPackageGeneric(); var descripTors = root.getDocumentProperties().getKnowPropertyDescripTors(); for(var i=0;iTors.getCount(); i++) { var descripTor = descripTors.get_Item(i); console.log(descripTor.getName()); console.log(descripTor.getType().getRawValue()); console.log(descripTor.getAccessLevel().getRawValue()); var tags = descripTor.getTags(); for(var j=0;jpresented in the getKnowPropertyDescr...PPT, PPTX, XLS, XLSX, emails, images and more with our free online...

    docs.groupdocs.com/metadata/nodejs-java/getting...
  2. GroupDocs.Metadata for Java | GroupDocs

    Release notes Package reposiTory GroupDocs.Metadata for Java - A metadata management API for documents To create, preview, analyze, update and remove meta information from all popular file formats. Java metadata changer API gets the file as input, access the file property information and allows users To perform metadata operations for locating this specific file easily for future reference. GroupDocs.Metadata supports over 170 popular file formats. Load text documents, spreadsheets, Presentations, PDF files, web pages, email messages, and Images and render/display them in HTML, PDF, PNG, and JPEG formats....documents, spreadsheets, presentations, PDF files, web pages, email...email messages, and images and render/display them in HTML, PDF...

    docs.groupdocs.com/metadata/java/
  3. Find and Replace Text in PDF using C# | Replace...

    Programmatically find certain text, words, phrases in PDF documents with case sensitivity and RegEx using C#. Replace or hide the text To redact PDF files....documents, presentations, spreadsheets, PDF files, and images within...

    blog.groupdocs.com/redaction/find-and-replace-t...
  4. GroupDocs Blog

    GroupDocs Blog - GroupDocs Blog | Document AuTomation Solutions for .NET & Java Developers...documents, spreadsheets, presentations, ebooks, emails, markup...but you can also extract the images and metadata properties from...

    blog.groupdocs.com/groupdocs.blog/page/37/
  5. GroupDocs.Viewer for .NET | GroupDocs

    GroupDocs.Viewer for .NET allows you To render documents in various formats as HTML, PDF, JPEG, and PNG files. You do not need To use third-party software To view files within your .NET application....documents, spreadsheets, presentations, PDF files, web pages, email...email messages, and images and render/display them in HTML, PDF...

    docs.groupdocs.com/viewer/net/
  6. Remove Text Watermark from PDF Using Python

    You can remove text watermark from PDF using Python with simple steps. This guide also explains how To delete watermark in PDF using Python safely and easily....marks may become necessary to present a clean and professional appearance...leaving the layout, embedded images, annotations, and formatting...

    kb.groupdocs.com/watermark/python/remove-text-w...
  7. Find and Replace Text in PDF in Java | Replace ...

    Programmatically find certain text, words, phrases in PDF documents with case sensitivity and RegEx in Java. Replace or hide the text To redact PDF files....documents, presentations, spreadsheets, PDF files, and images within...

    blog.groupdocs.com/redaction/find-and-replace-t...
  8. Quick Start Guide | GroupDocs

    Set up a virtual environment, install groupdocs-metadata-net, and run three minimal examples — read metadata, remove all metadata, and inspect a document — in under five minutes....remove metadata from documents, images, audio, and video with minimal...Apply a license if one is present next to the script license_path...

    docs.groupdocs.com/metadata/python-net/getting-...
  9. Count Words and Occurrences of Each Word in a D...

    Count number of words and their occurrences in PDF, Word, Excel, PowerPoint, and Email documents in C# using .NET document parsing API....further allows the extraction of images, and metadata from a long list...word-processing documents, presentations, spreadsheets, emails, databases...

    blog.groupdocs.com/parser/count-words-and-occur...
  10. Getting known property descriptors | GroupDocs

    Extract information about the known properties available in a particular package using GroupDocs.Metadata for Python via .NET....all possible properties are present in the know_property_descriptors...PPT, PPTX, XLS, XLSX, emails, images and more with our free online...

    docs.groupdocs.com/metadata/python-net/getting-...