Sort Score
Result 10 results
Languages All
Labels All
Results 781 - 790 of 1,347 for

pptx to pdf

(0.05 sec)
  1. Extract Text and Metadata from ONE Online

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

    products.groupdocs.app/parser/one
  2. Extract Text and Metadata from EPUB Online

    Free online document text and metadata extracTor. Secure and easy To use EPUB 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/epub
  3. Working with DICOM metadata | Documentation

    Reading DICOM metadata properties The GroupDocs.Metadata API supports extracting format-specific information from DICOM images. The following are the steps To read the native DICOM metadata. Load a DICOM image Get the root metadata package Extract the native metadata package using DicomRootPackage.DicomPackage Read the DICOM metadata properties AdvancedUsage.ManagingMetadataForSpecificFormats.Image.Dicom.DicomReadNativeMetadataProperties using (Metadata metadata = new Metadata(Constants.InputDicom)) { var root = metadata.GetRootPackage(); if (root.DicomPackage != null) { Console.WriteLine(root.DicomPackage.BitsAllocated); Console.WriteLine(root.DicomPackage.LengthValue); Console.WriteLine(root.DicomPackage.DicomFound); Console.WriteLine(root.DicomPackage.HeaderOffset); Console.WriteLine(root.DicomPackage.NumberOfFrames); // ....edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails...

    docs.groupdocs.com/metadata/net/working-with-di...
  4. Document filtering in search result | Documenta...

    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...
  5. Extracting metadata | Documentation

    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/nodejs-java/extract...
  6. Extract images from Microsoft Office PowerPoint...

    This article explains that how To extract images from Microsoft Office PowerPoint(.ppt, .Pptx) presentations...extract data from PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, Emails...

    docs.groupdocs.com/parser/net/extract-images-fr...
  7. Extract Text and Metadata from POTX Online

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

    products.groupdocs.app/parser/potx
  8. Exclude fonts | Documentation

    Learn how To exclude system pre-installed fonts from HTML markup To reduce rendered document size when rendering documents using GroupDocs.Viewer for Java....Extension Portable Document Format PDF Microsoft Word DOC, DOCX, DOCM...TEX Microsoft PowerPoint PPT, PPTX, PPS, PPSX OpenDocument Formats...

    docs.groupdocs.com/viewer/java/exclude-fonts/
  9. Working with metadata in GIF images | Documenta...

    Detecting the GIF version The following sample of code will help you To detect the version of a loaded GIF image and extract some additional file format information. Load a GIF image Extract the root metadata package Use the FileType property To obtain file format information AdvancedUsage.ManagingMetadataForSpecificFormats.Image.Gif.GifReadFileFormatProperties using (Metadata metadata = new Metadata(Constants.InputGif)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.FileType.FileFormat); Console.WriteLine(root.FileType.Version); Console.WriteLine(root.FileType.ByteOrder); Console.WriteLine(root.FileType.MimeType); Console.WriteLine(root.FileType.Extension); Console.WriteLine(root.FileType.Width); Console.WriteLine(root.FileType.Height); } Working with XMP Metadata GroupDocs....edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails...

    docs.groupdocs.com/metadata/net/working-with-me...
  10. Extract hyperlinks from document | Documentation

    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...