Sort Score
Result 10 results
Languages All
Labels All
Results 451 - 460 of 1,139 for

make

(0.05 sec)
  1. How to Run Examples | Documentation

    In this article you can find how to run examples. We offer multiple solutions on how you can run GroupDocs.Comparison examples, by building your own or using our back-end or front-end examples out-of-the-box....feedback On this page Warning Make sure that GroupDocs.Comparison...

    docs.groupdocs.com/comparison/net/how-to-run-ex...
  2. Embedded picture in Excel cell was not correclt...

    Hello, We are a software publisher using your library for our Web application. We are encountering a problem when previewing a Excel file, which a cell contains embedded picture. Here, we can found the document in th…...When rendering the Excel file, make sure you are using the HtmlViewOptions...

    forum.groupdocs.com/t/embedded-picture-in-excel...
  3. How to Run Examples | Documentation

    This article describes how to run .NET digital signature API code examples. We offer multiple solutions on how you can run GroupDocs.Signature examples, by building your own or using our back-end or front-end examples out-of-the-box....Warning Before running an example make sure that GroupDocs.Signature...

    docs.groupdocs.com/signature/net/how-to-run-exa...
  4. Quick Start Guide | Documentation

    This quick start guide provides a comprehensive overview of setting up and using GroupDocs.Conversion for Java.... Prerequisites To proceed, make sure you have: Configured your...

    docs.groupdocs.com/conversion/java/getting-star...
  5. Multicolored Numbered List in Word Processing D...

    Note In this article, we will use GroupDocs.Assembly to generate a Multicolored Numbered List report in Word Processing Document format based on the use case: Working with a Business Case. Note The code uses some of the objects defined in The Business Layer. Multicolored Numbered List in Microsoft Word Document Creating a Multicolored Numbered List Practising the following steps you can create Multicolored Numbered List Template in MS Word 2013....“Design” tab and select color to make it colored list. Save the template...

    docs.groupdocs.com/assembly/net/multicolored-nu...
  6. Licensing and evaluation | Documentation

    GroupDocs.Viewer for Python offers purchase plans, a free trial, and a 30-day temporary license for evaluation.... To make this easier, GroupDocs.Viewer...and add the .xml extension, making the full file name “GroupDocs...

    docs.groupdocs.com/viewer/python-net/licensing-...
  7. Compare Word Documents using C# with .NET Compa...

    Compare two or more Word documents using Comparison API for .NET. Highlight differences & accept/reject changes in C# even for password-protected documents.... Make the comparison of loaded documents...

    blog.groupdocs.com/comparison/compare-word-docu...
  8. Editor sample .Net Core project - Free Support ...

    Hello, I have total licence and I used Groupdocs viewer before. When I used viewer I was asked for the sample project and get the .Net Core project sample like at the attachment. I want to use editor now but cant see t…...in viewer project but couldnt make it. At viewer we open the viewer...

    forum.groupdocs.com/t/editor-sample-net-core-pr...
  9. java-app.zip

    java-app/App.java java-app/App.java import com.groupdocs.viewer.Viewer; import com.groupdocs.viewer.options.*; public class App { public static void main(String[] args) throws Exception { Viewer vi...... Make sure that the lines wrapped...

    docs.groupdocs.com/viewer/java/sample-apps/gett...
  10. Working with slide backgrounds | Documentation

    Extracting information about all slide backgrounds The API allows you to extract information about all the slide backgrounds in a PowerPoint document as shown in the following code sample using method getBackgroundImage() of PresentationSlide.getImageFillFormat(). advanced_usage.add_watermarks_to_presentations.PresentationGetSlideBackgroundsInformation PresentationLoadOptions loadOptions = new PresentationLoadOptions(); // Specify an absolute or relative path to your document. Ex: "C:\\Docs\\presentation.pptx" Watermarker watermarker = new Watermarker("presentation.pptx", loadOptions); PresentationContent content = watermarker.getContent(PresentationContent.class); for (PresentationSlide slide : content.getSlides()) { if (slide.... You can also make the image . Following code sample...

    docs.groupdocs.com/watermark/java/working-with-...