Sort Score
Result 10 results
Languages All
Labels All
Results 501 - 510 of 1,373 for

make

(0.04 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. professional-services.pdf

    DRAFT PROFESSIONAL SERVICES Business Plan DRAFT TABLE OF CONTENTS Introduction ........................................................4 1. Executive Summary .............................................Be sure to include what will make the business successful, how...will be used, and how it will make the business more profitable...

    docs.groupdocs.com/conversion/java/_sample_file...
  4. professional-services.pdf

    DRAFT PROFESSIONAL SERVICES Business Plan DRAFT TABLE OF CONTENTS Introduction ........................................................4 1. Executive Summary .............................................Be sure to include what will make the business successful, how...will be used, and how it will make the business more profitable...

    docs.groupdocs.com/conversion/python-net/_sampl...
  5. 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...
  6. 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...
  7. 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...
  8. 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...
  9. NullReferenceException when extracting PDF file...

    Hello, We are getting an exception when extractor some PDF files… System.NullReferenceException: Object reference not set to an instance of an object.\r\n at Aspose.Pdf.Facades.PdfExtractor.GetAttachNames()\r\n at …...Initialize the Extractor Properly : Make sure that you are correctly...

    forum.groupdocs.com/t/nullreferenceexception-wh...
  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-...