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

image to presentation

(0.83 sec)
  1. Find and Replace Words in Word Documents using ...

    Find, replace, or hide text, words, phrases in Word DOC/DOCX files using C#. Redact and perform text, case-sensitive & RegEx search with .NET Redaction API....annotation, spreadsheet, and images redaction features. The supported...documents, spreadsheets, presentations, images, and PDF documents are...

    blog.groupdocs.com/redaction/find-and-replace-t...
  2. 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...
  3. GroupDocs.Assembly for Python via .NET | GroupDocs

    Release notes Package reposiTory GroupDocs.Assembly for Python via .NET - A assembly is a document auTomation and reports generation API designed To create cusTom documents from templates. This Python reporting API intelligently assembles the given data with the defined template document and generates an output document based on the data source, in the template’s format as well as in the specified output format. GroupDocs.Assembly supports over 170 popular file formats....spreadsheets, presentations, PDF files, email messages, and images. About...

    docs.groupdocs.com/assembly/python-net/
  4. GroupDocs.Assembly for Java | GroupDocs

    Release notes Package reposiTory GroupDocs.Assembly for Java - A assembly is a document auTomation and reports generation API designed To create cusTom documents from templates. This Java reporting API intelligently assembles the given data with the defined template document and generates an output document based on the data source, in the template’s format as well as in the specified output format. GroupDocs.Assembly supports over 170 popular file formats. Load text documents, spreadsheets, Presentations, PDF files, email messages, and Images....spreadsheets, presentations, PDF files, email messages, and images. About...

    docs.groupdocs.com/assembly/java/
  5. 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...
  6. 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/
  7. 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...
  8. 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...
  9. 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...
  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-...