Sort Score
Result 10 results
Languages All
Labels All
Results 841 - 850 of 1,356 for

pptx to pdf

(0.05 sec)
  1. Extract hyperlinks from document | GroupDocs

    This article explains that how To extract hyperlinks from documents....extract images from PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, Emails...

    docs.groupdocs.com/parser/net/extract-hyperlink...
  2. Stop word dictionary | GroupDocs

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

    docs.groupdocs.com/search/nodejs-java/stop-word...
  3. Document passwords | GroupDocs

    This article gives the knowledge of the API methods which can be used To perform operations about document passwords or password dictionary using Java....pdf" ). getAbsolutePath (); if (...search over your PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and more...

    docs.groupdocs.com/search/java/document-passwords/
  4. 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...
  5. Set metadata properties | GroupDocs

    The SetProperties method is used To update or add metadata. You can easily add metadata To phoTos, Pdfs or you can update or add data To mp3 files....edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails...

    docs.groupdocs.com/metadata/python-net/set-meta...
  6. Generate document preview | GroupDocs

    You are welcome To view and edit metadata of Pdf, DOC, DOCX, PPT, Pptx, XLS, XLSX, emails, images and more....edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails...

    docs.groupdocs.com/metadata/java/generate-docum...
  7. 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...
  8. Alphabet | GroupDocs

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

    docs.groupdocs.com/search/nodejs-java/alphabet/
  9. Document filtering in search result | GroupDocs

    This article gives the knowledge that how the document filters used during the search....that returns all DOC, DOCX, PDF and all documents that have the...CreateFileExtension ( ".doc" , ".docx" , ".pdf" ); ISearchDocumentFilte orFilter...

    docs.groupdocs.com/search/net/document-filterin...
  10. Extracting metadata | GroupDocs

    Using the GroupDocs.Metadata search engine you can extract desired metadata properties from files of different types. You don’t need To worry about the exact file format and metadata standards it can deal with. The same code will work for all supported formats in the same way. Most commonly used metadata properties are marked with tags that allow searching them across all supported files in various metadata packages. All tags defined in GroupDocs....edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails...

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