Sort Score
Result 10 results
Languages All
Labels All
Results 1,271 - 1,280 of 1,823 for

image to pdf

(0.04 sec)
  1. How to Extract Metadata from Excel File in C#

    Let's understand the process To extract metadata from Excel file in C# with a simple API calls and learn how To develop the C# Excel metadata extracTor application....such as DOC, DOCX, DOT, PPTX, PDF, EML, MSG, POT, and many more...published an article for extracting Images from Word Document using C#...

    kb.groupdocs.com/parser/net/how-to-extract-meta...
  2. Highlight text upon conversion to HTML in .NET ...

    Hi, I was wondering if there is any way To highlight certain words of document, when converting it To HTML with GroupDocs.Viewer. I tried using GroupDocs.Search after the conversion with GroupDocs.Viewer, but the resul…...gives me that position 898: image.png (23.3 KB) If I’d copy&paste...can see this exactly matches: image.png (27.2 KB) But there are...

    forum.groupdocs.com/t/highlight-text-upon-conve...
  3. Searching | Documentation

    The articles in this section describe advanced Topics related To search operations. You will find details about different search aspects. Search types, advanced options, internal implementation details: More resources GitHub examples You may easily run the code from documentation articles and see the features in action in our GitHub examples: GroupDocs.Search for .NET examples GroupDocs.Search for Java examples Free online document search App Along with full featured .NET library we provide simple, but powerful free Apps....welcome to search over your PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX...search results Homophone search Image search options Was this page...

    docs.groupdocs.com/search/java/searching/
  4. Save to stream | Documentation

    You might need To save a document To any cusTom file at any location on the local disc or a even a Stream. The following example demonstrates how To save a document To any location. final RedacTor redacTor = new RedacTor("Sample.docx"); try { // Here we can use document instance To perform redactions RedacTorChangeLog result = redacTor.apply(new ExactPhraseRedaction("John Doe", new ReplacemenToptions(java.awt.Color.RED))); if (result.getStatus() != RedactionStatus.Failed) { // Save the document To a cusTom location and convert its pages To Images final FileOutputStream fileStream = new FileOutputStream("C:\\\\Temp\\\\sample_output_file....location and convert its pages to images final FileOutputStream fileStream..."C:\\\\Temp\\\\sample_output_file.pdf" ); try { RasterizationOptions...

    docs.groupdocs.com/redaction/java/save-to-stream/
  5. How to Extract Text from Markdown File in Java

    This article describes the workflow To extract text from Markdown file in Java and provides a working application on how To get text from Markdown using Java....document formats such as DOC, DOCX, PDF, XLSX, XML, HTML, and many more...published an article on extracting images from PowerPoint using Java...

    kb.groupdocs.com/parser/java/how-to-extract-tex...
  6. List attachments | Documentation

    Retrieve a list of document attachments from your emails, Outlook data files, archives and Pdf documents with GroupDocs.Viewer for Java...Outlook data files, archives, and PDF documents. Java import com.groupdocs...attachment ); } } The following image shows a sample console output:...

    docs.groupdocs.com/viewer/java/how-to-list-atta...
  7. Protect Your Documents with Watermarks in Group...

    One of the most requested and hence actively developed features in GroupDocs.Viewer for .NET is watermarking. Watermarking allows you To protect documents that you display on the web from screen-grabbing. In GroupDocs.Viewer for .NET watermarks are implemented as cusTomizable text that can be added over a displayed document, overlapping its content. For the first time the ability To add watermarks was implemented in GroupDocs.Viewer for .NET version 2.0. In its first implementation, the feature had a number of restrictions....watermarks could be used only in the image-based rendering mode and the...let users download and print PDF versions of the original files...

    blog.groupdocs.com/viewer/protect-your-document...
  8. Searching | Documentation

    The articles in this section describe advanced Topics related To search operations. You will find details about different search aspects. Search types, advanced options, internal implementation details: More resources GitHub examples You may easily run the code from documentation articles and see the features in action in our GitHub examples: GroupDocs.Search for .NET examples GroupDocs.Search for Java examples Free online document search App Along with full featured .NET library we provide simple, but powerful free Apps....welcome to search over your PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX...search results Homophone search Image search options Was this page...

    docs.groupdocs.com/search/net/searching/
  9. Modifying found watermark properties | Document...

    This article explains how To modify found watermark properties while using GroupDocs. Watermarks API....allows you to replace text and image in the found possible watermarks...you how to replace text and image of a found watermark. Replacing...

    docs.groupdocs.com/watermark/net/modifing-found...
  10. Deleting multiple signatures of different types...

    This article shows how To delete multiple electronic signatures different ways with GroupDocs.Signature API....BaseSignature >(); // collect image signatures to delete foreach...SignatureType == SignatureType . Image ) { signaturesToDelete . Add...

    docs.groupdocs.com/signature/net/deleting-multi...