Sort Score
Result 10 results
Languages All
Labels All
Results 541 - 550 of 6,433 for

pptx comparison

(0.06 sec)
  1. Create New Document by Format | Documentation

    This article demonstrates how to create new documents, spreadsheets, and presentations with GroupDocs.Editor for Node.js via Java API....Comparison Product Solution GroupDocs...groupdocsEditor . PresentationFormats . Pptx ); // Edit the Presentation...

    docs.groupdocs.com/editor/nodejs-java/create-do...
  2. Text redaction | Documentation

    This article explains that how C# redaction API allows you to easily redact data of sensitive or private nature from your documents. You can apply text redaction using exact phrase or regular expression for documents of different formats like PDF, DOC, DOCX, PPT, Pptx, XLS, XLSX and others....Comparison Product Solution GroupDocs...formats like PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and others. See full...

    docs.groupdocs.com/redaction/python-net/text-re...
  3. How to Convert HTML to RTF in C#

    In this quick how-to tutorial, we will explain the steps to convert HTML to RTF in C# and how to implement C# HTML to RTF feature using this guide....Comparison Product Family GroupDocs...such as TIFF, PPSM, PDF, MHT, PPTX, XLSX, and many more. In this...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  4. Image search options | Documentation

    This article describes the image search options that can be specified in an instance of the ImageSearchOptions class....Comparison Product Solution GroupDocs...over your PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and more with our...

    docs.groupdocs.com/search/nodejs-java/image-sea...
  5. 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....Comparison Product Solution GroupDocs...metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails, images and...

    docs.groupdocs.com/metadata/python-net/clean-me...
  6. 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....Comparison Product Solution GroupDocs...data from PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, Emails and more...

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

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

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

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

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

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

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

    docs.groupdocs.com/metadata/net/working-with-di...