Sort Score
Result 10 results
Languages All
Labels All
Results 2,051 - 2,060 of 11,844 for

pptx

(0.11 sec)
  1. ციფრული ხელმოწერა - DOCX დოკუმენტების | GroupDo...

    ციფრული ხელმოწერა (ე-ხელმოწერა) DOCX მარტივად გააკეთა GroupDocs ხელმოწერით. შექმენით თქვენი ელექტრონული ციფრული ხელმოწერები და ექადაგათ DOCX დოკუმენტები უფასოდ!...ფორმატს, როგორც PDF, DOCX, XLSX, PPTX, RTF, ODS, OTS, ODP, JPEG, PNG...Macro-Enabled Presentation) PPTX (PowerPoint Open XML Presentation)...

    products.groupdocs.app/ka/signature/docx
  2. Issue with Fonts Rendering Artifacts in PDF Con...

    Hello, I am using GroupDocs conversion java lib to convert PowerPoint files (.Pptx) to PDF, but I am encountering an issue where some characters appear with artifacts after the conversion. The text becomes distorted, ma…...pptx) to PDF, but I am encountering...input-sip").resolve("pptx_binaire.pptx"); Path outputFile = Path...

    forum.groupdocs.com/t/issue-with-fonts-renderin...
  3. How to Convert PDF to RTF in Java

    Do you want to transform a non-editable document to Word format? If so, then learn how to convert PDF to RTF in Java and review code for Java PDF to RTF application....formats including DOC, DOCX, XLSX, PPTX, TIFF, TXT, CSV, HTML, and many...

    kb.groupdocs.com/conversion/java/how-to-convert...
  4. 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....of other formats such as SVG, PPTX, DOCX, MHTML, POTX, XLSX, PNG...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  5. 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....metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails, images and...

    docs.groupdocs.com/metadata/net/generate-docume...
  6. Text file encoding detection | Documentation

    This article explains that how to detect encoding of a text file automatically in Java....over your PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and more with our...

    docs.groupdocs.com/search/nodejs-java/text-file...
  7. Extract data from Microsoft Office Excel spread...

    This article shows how to to extract data from Microsoft Office Excel spreadsheets....data from PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, Emails and more...

    docs.groupdocs.com/parser/net/extract-data-from...
  8. Detect encoding | Documentation

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

    docs.groupdocs.com/parser/net/detect-encoding/
  9. 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....metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails, images and...

    docs.groupdocs.com/metadata/python-net/removing...
  10. 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 !...metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails, images and...

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