Sort Score
Result 10 results
Languages All
Labels All
Results 751 - 760 of 828 for

presentation to image

(1.87 sec)
  1. GroupDocs.Redaction Product Family on GroupDocs...

    GroupDocs.Redaction Product Family on GroupDocs Blog | Document AuTomation Solutions for .NET & Java Developers Recent content in GroupDocs.Redaction Product Family on GroupDocs Blog | Document Aut......the text within the embedded images. Redact PDF Scanned Documents...the text within the embedded images. Redact Content in Apple's...

    blog.groupdocs.com/categories/groupdocs.redacti...
  2. GroupDocs.Total Product Family

    Document AuTomation APIs To enrich .NET and Java applications To view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular file formats.... as well as PowerPoint presentations, Excel spreadsheets, word...word processing documents and images into web-pages on your Drupal...

    blog.groupdocs.com/categories/groupdocs.total-p...
  3. Docx comparison shows text as removed instead o...

    Hi, It appears as if we stumbled upon an issue when comparing two docx-documents. Find them attached in this Topic. To explain the issue, notice that the first document does not contain the word “GEMA” but the second do…...0 KB) image.png (11.5 KB) Changed document:...CANEA TEST 2.0.docx (14.0 KB) image.png (14.2 KB) Comparison: comparison...

    forum.groupdocs.com/t/docx-comparison-shows-tex...
  4. Rendering Documents as PDF

    The Portable Document Format (PDF) is a file format To present documents, including text formatting and Images, in a manner independent of the application software, hardware, and operating systems. Based on the PostScript language, each PDF file encapsulates a complete description of a fixed-layout flat document, including the text, fonts, vecTor graphics, raster Images and other information needed To display it. This post demonstrates the usage of the GroupDocs.Viewer APIs (GroupDocs....(PDF) is a file format to present documents, including text formatting...formatting and images, in a manner independent of the application...

    blog.groupdocs.com/viewer/rendering-documents-a...
  5. GroupDocs Blog

    GroupDocs Blog - GroupDocs Blog | Document AuTomation Solutions for .NET & Java Developers...documents, spreadsheets, presentations, ebooks, emails, markup...but you can also extract the images and metadata properties from...

    blog.groupdocs.com/groupdocs.blog/page/37/
  6. All-in-One C# Suite for Automating Document Tasks

    Discover how GroupDocs.Total for .NET simplifies C# document auTomation. From viewing and editing documents To e-signatures and cost-effective licensing, optimize your workflow effortlessly.... Viewing documents and images: You can view many different...spreadsheets, and PowerPoint presentations. Change content, formatting...

    blog.groupdocs.com/total/streamline-document-au...
  7. Display PDF, Microsoft Office and 50+ Other Doc...

    Kentico is quite a popular CMS focused largely on document management. At GroupDocs we create APIs that allow developers To enhance their applications and sites with convenient document collaboration Tools. One of such Tools is a multi-format, cross-platform compatible document viewer – GroupDocs.Viewer. It allows end users To view over 50 types of documents and Images from any modern web-browser and without having To install any office software or plugins....over 50 types of documents and images from any modern web-browser...spreadsheets, PowerPoint presentations, Visio diagrams, Outlook...

    blog.groupdocs.com/viewer/display-pdf-microsoft...
  8. Find and Replace Text in PDF in Java | Replace ...

    Programmatically find certain text, words, phrases in PDF documents with case sensitivity and RegEx in Java. Replace or hide the text To redact PDF files....documents, presentations, spreadsheets, PDF files, and images within...

    blog.groupdocs.com/redaction/find-and-replace-t...
  9. Extract Text from Markdown Files using C# | Mar...

    Extract Text from Markdown Files using C#. Parser the mardown files within .NET applications using document parser API by GroupDocs....extracting ZIP archives, extracting images from eBooks, and parsing PDF...spreadsheets (XLS, XLSX, …), presentations (PPT, PPTX, …), eBooks (EPUB...

    blog.groupdocs.com/parser/extract-text-from-mar...
  10. Get supported file formats | GroupDocs

    The getSupportedFileTypes method of the FileType class is used To obtain a list of supported file types. An example of obtaining a list of supported file types is presented below. Iterable supportedFileTypes = FileType.getSupportedFileTypes(); IteraTor iteraTor = supportedFileTypes.iteraTor(); while (iteraTor.hasNext()) { FileType fileType = (FileType)iteraTor.next(); System.out.println(fileType.getExtension() + " - " + fileType.getDescription()); } More resources Advanced usage Topics To learn more about library features and get familiar how To manage metadata and more, please refer To theadvanced usage section....of supported file types is presented below. Iterable < FileType...PPT, PPTX, XLS, XLSX, emails, images and more with our free online...

    docs.groupdocs.com/metadata/java/get-supported-...