Sort Score
Result 10 results
Languages All
Labels All
Results 2,161 - 2,170 of 5,534 for

file conversion

(0.1 sec)
  1. Remove Annotations from PPTX using C#

    Gain a clear understanding of how to remove annotations from PPTX using C#. Additionally, you'll find a code example on how to delete annotations in PPTX using C#....Conversion Product Family GroupDocs...remove annotations from PPTX files Create an instance of the Redactor...

    kb.groupdocs.com/redaction/net/remove-annotatio...
  2. Extract images from PDF documents | GroupDocs

    This article explains that how to extract images from PDF documents...Conversion Product Solution GroupDocs...supported for TXT files. Therefore, for TXT file method returns...

    docs.groupdocs.com/parser/net/extract-images-fr...
  3. Render to HTML | GroupDocs

    With GroupDocs.Viewer for Node.js you can render Files to HTML format. As a simple usecase please see how easily you can convert Microsoft Word to clean html....Conversion Product Solution GroupDocs...page resources as separate files. This allows reusing common...

    docs.groupdocs.com/viewer/nodejs-java/rendering...
  4. Add Image Annotation to JPG using Java

    This tutorial provides instructions on how to add image annotation to JPG using Java. We will provide you code to insert image annotation to JPG in Java....Conversion Product Family GroupDocs...an image annotation to a JPG file Create an instance of the Annotator...

    kb.groupdocs.com/annotation/java/add-image-anno...
  5. Extract images from Microsoft Office PowerPoint...

    To extract images from Microsoft Office PowerPoint presentations getImages methods are used. By default images are extracted with its original format. With using ImageOptions class it is possible to extract images from Microsoft Office PowerPoint presentations as bmp, gif, jpeg, png and webp formats. Warning getImages method returns null value if image extraction isn’t supported for the document. For example, image extraction isn’t supported for TXT Files. Therefore, for TXT File getImages method returns null....Conversion Product Solution GroupDocs...supported for TXT files. Therefore, for TXT file method returns...

    docs.groupdocs.com/parser/java/extract-images-f...
  6. GroupDocs.Metadata for Node.js overview | Group...

    Develop Applications to Create, View, Access, Update, Delete, Search, Compare, Replace & Export Metadata of Popular Documents & Image Formats....Conversion Product Solution GroupDocs...unified way regardless of the file format. With its powerful and...

    docs.groupdocs.com/metadata/nodejs-java/product...
  7. Create New Document by Format | GroupDocs

    This article demonstrates how to create new documents, spreadsheets, and presentations with GroupDocs.Editor for Node.js via Java API....Conversion Product Solution GroupDocs...); // Save the document to a file const outputFilePath = 'output...

    docs.groupdocs.com/editor/nodejs-java/create-do...
  8. Show results of comparison as a Word Track Chan...

    This article explains how to use the Microsoft Word Track Changes comparing as a built in feature in GroupDocs.Comparison for .NET....Conversion Product Solution GroupDocs...the object. Specify the source file path or stream. Call the method...

    docs.groupdocs.com/comparison/net/word-track-ch...
  9. Email attachments | GroupDocs

    This article shows how to get the information about the attachments....Conversion Product Solution GroupDocs...Name ); Console . WriteLine ( "File format: {0}" , attachment ....

    docs.groupdocs.com/watermark/net/email-attachme...
  10. Add watermarks to email attachments | GroupDocs

    The API allows you to add watermark to all the attachments of supported types in an email message as shown in the following code sample. advanced_usage.add_watermarks_to_email_attachments.EmailAddWatermarkToAllAttachments TextWatermark watermark = new TextWatermark("Test watermark", new Font("Arial", 19)); EmailLoadOptions loadOptions = new EmailLoadOptions(); // Specify an absolute or relative path to your document. Ex: "C:\\Docs\\message.msg" Watermarker watermarker = new Watermarker("message.msg", loadOptions); EmailContent content = watermarker.getContent(EmailContent.class); for (EmailAttachment attachment : content.getAttachments()) { // Check if the attached File is supported by GroupDocs....Conversion Product Solution GroupDocs...()) { // Check if the attached file is supported by GroupDocs.Watermark...

    docs.groupdocs.com/watermark/java/add-watermark...