Sort Score
Result 10 results
Languages All
Labels All
Results 2,641 - 2,650 of 3,332 for

presentations

(0.13 sec)
  1. Releasing GroupDocs.Metadata for .NET - Control...

    We are happy to release GroupDocs.Metadata for .NET API to work with metadata associated with various document and image formats. The API facilitates the user with simple syntax, easy to use methods and few lines of code to perform metadata operations. It provides the support of many popular document and image formats and the number is going to increase in next release. Why GroupDocs.Metadata Is Developed? Metadata is structured information that is used to contain important business information of different resources....following file formats: Presentation Document (PPT/PPTX) Word...

    blog.groupdocs.com/metadata/control-and-process...
  2. Read Metadata from DOCX using Java

    Let's learn the knowledge of how to read metadata from DOCX using Java. Master the skill to read metadata of DOCX using Java without installing extra software....Extracting metadata from DOCX files presents developers with numerous opportunities...

    kb.groupdocs.com/metadata/java/read-metadata-fr...
  3. How to Convert ODT to HTML using C#

    Let's learn how to convert ODT to HTML using C# without installing any extra software. Also, write code example to export ODT to HTML in C# using conversion library.... Presented below is a code example that...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  4. کار با فونت ها در GroupDocs.Viewer برای .NET

    نحوه دریافت فهرست فونت‌های استفاده‌شده، تعیین یا جایگزینی فونت‌های گم‌شده، حذف فونت‌ها را بیاموزید...WordProcessing، Spreadsheet، Presentation و PDF، پیاده سازی های تخصصی...WordProcessing، Spreadsheet، Presentation و PDF پشتیبانی می شود؛ برای...

    blog.groupdocs.com/fa/viewer/working-with-fonts/
  5. Persistent CustomTempFonts Folder Growth Issue ...

    I also encountered this problem. I came across it in GroupDocs.Viewer version 24.6.0 for .NET Framework 4.6.2. I upgraded to the latest version 24.9.0 and the problem still occurs. On some environments the folder grows h…...and the probleme is still present. Do you have a resolution date...Leveille: the probleme is still present. Do you have a resolution date...

    forum.groupdocs.com/t/persistent-customtempfont...
  6. Introduction | GroupDocs

    This article explains main principles and stages of editing documents programmatically with GroupDocs.Editor for .NET API....HTML documents, that may be presented in different forms. And when...arbitrary separator N/A N/A Presentation PPT, PPTX, PPTM, PPS, PPSX...

    docs.groupdocs.com/editor/net/introduction/
  7. Java를 사용하여 Word, Excel, PowerPoint에 OLE 개체 삽입

    GroupDocs.Merger API를 사용하여 Java에서 프로그래밍 방식으로 문서를 다른 Word 문서, Excel 스프레드시트, PowerPoint 프레젠테이션에 OLE 개체로 포함합니다....Merger merger = new Merger("presentation.pptx"); merger.importDo...s); merger.save("output-presentation.pptx"); 결론 # Java를 사용하여...

    blog.groupdocs.com/ko/merger/insert-ole-objects...
  8. Como renderizar DOCX como PNG usando Java

    Este artigo fornecerá instruções passo a passo para renderizar DOCX como PNG usando Java. Além disso, compartilharemos um exemplo de código para converter docx em PNG em Java....Linux, desde que Java esteja presente. Código para renderizar DOCX...

    kb.groupdocs.com/pt/viewer/java/how-to-render-d...
  9. Getting known property descriptors | GroupDocs

    Extract information about known properties available in a particular package using GroupDocs.Metadata for Python via .NET....all possible properties are presented in the KnowPropertyDescript...

    docs.groupdocs.com/metadata/python-net/getting-...
  10. Load document from stream | GroupDocs

    There might be cases when the document is presented only as a stream (without a copy on the local disk). To avoid the overhead of saving documents to the disk, GroupDocs.Parser enables to extract data from streams directly. The following example shows how to load the document from the stream: // Create the stream try (InputStream stream = new FileInputStream(Constants.SamplePdf)) { // Create an instance of Parser class with the stream try (Parser parser = new Parser(stream)) { // Extract a text into the reader try (TextReader reader = parser....cases when the document is presented only as a stream (without...

    docs.groupdocs.com/parser/java/load-document-fr...