Sort Score
Result 10 results
Languages All
Labels All
Results 901 - 910 of 1,356 for

pptx to pdf

(0.06 sec)
  1. Working with metadata in PNG images | GroupDocs

    Reading PNG metadata properties The GroupDocs.Metadata API supports extracting format-specific information from PNG images. The following are the steps To read the native PNG metadata. Load a PNG image Get the root metadata package Extract the native metadata package using PngRootPackage.getPngPackage Read the PNG metadata properties advanced_usage.managing_metadata_for_specific_formats.image.png.PngReadTextChunks try (Metadata metadata = new Metadata(Constants.InputPng)) { PngRootPackage root = metadata.getRootPackageGeneric(); for (PngTextChunk chunk : root.getPngPackage().getTextChunks()) { System.out.println(chunk.getKeyword()); System.out.println(chunk.getText()); if (chunk instanceof PngCompressedTextChunk) { PngCompressedTextChunk compressedChunk = (PngCompressedTextChunk) chunk; System....edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails...

    docs.groupdocs.com/metadata/java/working-with-m...
  2. Handling MPEG audio metadata | GroupDocs

    This article explains how the The GroupDocs.Metadata API allows reading some common MPEG audio properties from MP3 files....edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails...

    docs.groupdocs.com/metadata/java/handling-mpeg-...
  3. Working with formats | GroupDocs

    This article explains document formats and format families supported by GroupDocs.EdiTor for .NET and how To operate them in .NET code....which includes PPT, PPS, POT, PPTX, PPTM etc. Text-based formats...Fixed-layout formats, which includes PDF and XPS formats, where their...

    docs.groupdocs.com/editor/net/working-with-form...
  4. Extract images from Microsoft Office Excel spre...

    This article explains that how To extract images from Microsoft Office Excel (.xls, .xlsx) spreadsheets....extract data from PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, Emails...

    docs.groupdocs.com/parser/net/extract-images-fr...
  5. GroupDocs.Total for Python via .NET Overview | ...

    GroupDocs.Total for Python via .NET is a comprehensive collection of all GroupDocs on-premise .NET APIs, compiled monthly To include the latest versions for document processing and auTomation....formats, including PDF, DOCX, XLSX, PPTX, and more — all within...file formats, including Word, PDF, Excel, PowerPoint, images, and...

    docs.groupdocs.com/total/python-net/product-ove...
  6. Extract text from HTML documents | GroupDocs

    To extract a text from HTML documents GetText method is used. This method allows To extract a text from the entire document. Pagination and raw mode is not supported for emails....extract data from PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, Emails...

    docs.groupdocs.com/parser/net/extract-text-from...
  7. Detect encoding | GroupDocs

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

    docs.groupdocs.com/parser/net/detect-encoding/
  8. Removing metadata | GroupDocs

    Example demonstrates some advanced usage scenarios of the GroupDocs.Metadata search engine allowing To remove metadata properties...edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails...

    docs.groupdocs.com/metadata/net/removing-metadata/
  9. Removing metadata | GroupDocs

    Not all metadata properties extracted from a file are marked with tags. Some file formats and metadata standards allow adding fully cusTom properties that can’t be properly tagged by the library since their purpose is not clearly defined in the appropriate format/standard specification. In such cases, you can use the name of the property To locate and remove it. The following example demonstrates some advanced usage scenarios of the GroupDocs.Metadata search engine allowing To remove metadata properties....edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails...

    docs.groupdocs.com/metadata/java/removing-metad...
  10. Extract images from Microsoft Office Word docum...

    This article explains that how To extract images from Microsoft Office Word (.doc, .docx) documents...extract data from PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, Emails...

    docs.groupdocs.com/parser/net/extract-images-fr...