Sort Score
Result 10 results
Languages All
Labels All
Results 791 - 800 of 1,325 for

pptx to pdf

(0.1 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;jPDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails...

    docs.groupdocs.com/metadata/nodejs-java/getting...
  2. Detect encoding | GroupDocs

    This article explains that how To detect encoding of a plain text file in java....extract data from PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, Emails...

    docs.groupdocs.com/parser/java/detect-encoding/
  3. Get document info | GroupDocs

    Learn how To get basic document information including file type, page count, and file size using GroupDocs.Parser for .NET. Get document properties in C#....extract data from PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, Emails...

    docs.groupdocs.com/parser/net/get-document-info/
  4. Get document info | GroupDocs

    This article shows that how To get meta information of a document....edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails...

    docs.groupdocs.com/metadata/net/get-document-info/
  5. List of supported files for GetText function in...

    Hi, I’m trying To use “GetText” function from GroupDocs.Parser, To extract text from various files. Parser generally seems To support a lot of formats: But “GetText” specifically seems To be more limited. Is there …... DOC, DOT, DOTM, XLS, XLSX, PDF, PPT, JPG, PNG, HTML, EML and... DOT, DOTX, ODT, RTF, TXT PDF: PDF (Portable Document Format)...

    forum.groupdocs.com/t/list-of-supported-files-f...
  6. Loading specific file formats | GroupDocs

    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....extract data from PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, Emails...

    docs.groupdocs.com/parser/java/loading-specific...
  7. Iterate through container items | GroupDocs

    This article explains that how To extract containers items and iterate through container items....with attachments (like emails, PDF Portfolios). In case of outlook...extract data from PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, Emails...

    docs.groupdocs.com/parser/net/iterate-through-c...
  8. Remove page redactions | GroupDocs

    This article shows that how To remove pages with sensitive data from your Pdf, presentation and spreadsheet documents....easily to remove pages from PDF documents, slides from presentations...time the supported formats are: PDF, presentations (Microsoft PowerPoint...

    docs.groupdocs.com/redaction/python-net/remove-...
  9. Optimize index | GroupDocs

    This article explains that how To optimize index To reduce the number of segments in an index using Java....search over your PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and more...

    docs.groupdocs.com/search/nodejs-java/optimize-...
  10. Homophone search | GroupDocs

    This article gives the knowledge which allows you To find not only the words specified in the search query, but also the homophones, words that are pronounced the same but differ in meaning using Java search API....search over your PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and more...

    docs.groupdocs.com/search/java/homophone-search/