Sort Score
Result 10 results
Languages All
Labels All
Results 1,721 - 1,730 of 11,228 for

xlsx

(0.03 sec)
  1. How to Convert XML to PDF in C#

    Learn the process to convert documents with one of the top library and easily convert XML to PDF in C#. Explore sample code for C# convert XML to PDF capability....SVG, PPTX, DOCX, MHTML, POTX, XLSX, PNG, MD, and many more. We...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  2. Generate document preview | Documentation

    This article shows you how to view and edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, Xlsx, emails, images and more with our free online.... DOC, DOCX, PPT, PPTX, XLS, XLSX, emails, images and more with...

    docs.groupdocs.com/metadata/net/generate-docume...
  3. How to Extract Text from HTML in Java

    This article describes a step-by-step procedure to extract text from HTML in Java and how to use these steps for developing the Java get Text from HTML application....document formats such as DOCX, XLSX, PPTX, PDF, EML, MSG, and many...

    kb.groupdocs.com/parser/java/how-to-extract-tex...
  4. How to Sign PDF with Digital Signature using Java

    This short tutorial walks you through the process to sign a PDF with a digital signature using Java and provides the implementation of a digital signature in Java....source documents such as DOCS, XLSX, PPSM, TSV, PPTX, and many more...

    kb.groupdocs.com/signature/java/how-to-sign-pdf...
  5. How to Convert TeX to PDF using C#

    This tutorial walks you through the workflow to convert TeX to PDF using C# by consuming a few API calls and provides sample code for TeX to PDF converter in C#....document formats such as ODP, JPG, XLSX, TIFF, PSD, DOCX, and many more...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  6. How to Extract Images from PowerPoint in C#

    This article provides stepwise instructions to extract images from PowerPoint in C# and a sample working code on how to get images from PowerPoint using C#....formats such as PDF, DOC, DOCX, XLSX, and many more using the mentioned...

    kb.groupdocs.com/parser/net/how-to-extract-imag...
  7. How to Convert MHTML to JPG in C#

    This short post will show you how to convert MHTML to JPG in C# without using any third-party software, as well as how to build MHTML to JPG converter functionality....looked on how to convert XLS to XLSX using C# ; have a look at it...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  8. Removing metadata | Documentation

    Example demonstrates some advanced usage scenarios of the GroupDocs.Metadata search engine allowing to remove metadata properties... DOC, DOCX, PPT, PPTX, XLS, XLSX, emails, images and more with...

    docs.groupdocs.com/metadata/net/removing-metadata/
  9. Working with metadata in PNG images | Documenta...

    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.PngPackage Read the PNG metadata properties AdvancedUsage.ManagingMetadataForSpecificFormats.Image.Png.PngReadTextChunks using (Metadata metadata = new Metadata(Constants.InputPng)) { var root = metadata.GetRootPackage(); foreach (var chunk in root.PngPackage.TextChunks) { Console.WriteLine(chunk.Keyword); Console.WriteLine(chunk.Text); var compressedChunk = chunk as PngCompressedTextChunk; if (compressedChunk !... DOC, DOCX, PPT, PPTX, XLS, XLSX, emails, images and more with...

    docs.groupdocs.com/metadata/net/working-with-me...
  10. Removing metadata | Documentation

    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.... DOC, DOCX, PPT, PPTX, XLS, XLSX, emails, images and more with...

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