Sort Score
Result 10 results
Languages All
Labels All
Results 1,951 - 1,960 of 11,394 for

pptx

(0.02 sec)
  1. Clean metadata | Documentation

    Sometimes you may need to just remove all or clean metadata properties without applying any filters. The best way to do this is to use the Sanitize method....metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails, images and...

    docs.groupdocs.com/metadata/python-net/clean-me...
  2. Extract data from Emails | Documentation

    GroupDocs.Parser provides the functionality to extract data from emails. Both email message (eml, msg) and Outlook Storage (ost, pst) formats are supported. Also POP, IMAP and Exchange Web Services protocols are supported....data from PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, Emails and more...

    docs.groupdocs.com/parser/net/extract-data-from...
  3. Ինչպես փոխարկել XLSB-ը PDF-ի C#-ով

    Նայեք XLSB-ը C#-ով PDF-ի փոխարկելու գործընթացին և սովորեք փաստաթղթերի փոխակերպումը՝ առանց որևէ երրորդ կողմի գործիքների և ուսումնասիրեք կոդը՝ XLSB-ից C#-ով PDF ստեղծելու համար:...ներառյալ BMP, FODS, ODP, PPS, JPG, PPTX, EPUB, CSV, DOC և շատ ուրիշներ:...

    kb.groupdocs.com/hy/conversion/net/how-to-conve...
  4. Pre-rasterize | Documentation

    This article shows how to pre-rasterize a document using the redaction API....formats like PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, Emails and more...

    docs.groupdocs.com/redaction/python-net/pre-ras...
  5. Working with interpreted values | Documentation

    This article contains a good example of numeric flag or enumeration in Node.js via Java....metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails, images and...

    docs.groupdocs.com/metadata/nodejs-java/working...
  6. 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); // ....metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails, images and...

    docs.groupdocs.com/metadata/net/working-with-di...
  7. Numeric range search | Documentation

    This article gives the knowledge about numeric range search which allows you to search in documents any integer numbers in the range from 0 to 9223372036854775807 (Int64.MaxValue) using Java search API....over your PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and more with our...

    docs.groupdocs.com/search/nodejs-java/numeric-r...
  8. Convert a Document to Multiple Page Files | Doc...

    Learn how to convert a single multi-page document into individual page files in various formats using GroupDocs.Conversion for Python via .NET....how to convert each slide in a PPTX presentation to a PNG image...Converter ( "./basic-presentation.pptx" ) as converter : # Instantiate...

    docs.groupdocs.com/conversion/python-net/develo...
  9. 6 Situations When You Need to Convert Documents

    One of the features that GroupDocs offers is document conversion, converting documents from one file formats to another. There are lots of different reasons why this is such a big deal. If you’ve never been sent a file you couldn’t open, or had a file you sent somewhere returned to you because the recipient couldn’t open it - you’ve been lucky! It is becoming much easier to send documents from one application or operating system to another....presentation to image file: PPTX to JPG . At the end, you’ll...look good in another document - PPTX to JPGWhen you have worked hard...

    blog.groupdocs.com/total/6-situations-when-you-...
  10. How to Convert XML to CSV in Java

    Let's quickly take a look at how to convert XML to CSV in Java and how to write Java code to convert XML to CSV for performing document conversion....document formats such as DOCX, PPTX, RTF, BMP, JPG, MHTML, and others...

    kb.groupdocs.com/conversion/java/how-to-convert...