Sort Score
Result 10 results
Languages All
Labels All
Results 511 - 520 of 1,373 for

make

(0.04 sec)
  1. 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...
  2. 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-...
  3. Build Full Text Search Solution in Java | Find ...

    Full-text search API for Java applications to search via indexing. Find text in multiple Word, Excel, PDF, TXT files of a folder & highlight search results.... To make it possible to search instantly...

    blog.groupdocs.com/search/build-full-text-searc...
  4. Generating worksheets (tabs) preview for spread...

    This article describes how to generate a preview for any worksheet (tab) for the existing Excel spreadsheet in SVG format...getDocumentInfo ( null ); //Make sure it is really a Spreadsheet...

    docs.groupdocs.com/editor/java/generating-works...
  5. Customer Feedback Sentiment Analysis in C# | C#...

    C# Sentiment Analysis Automation. Analyze customer feedback with C# API. Check how positive/negative are the comments about your product....So before you start, please make sure to install the API from...

    blog.groupdocs.com/classification/classify-cust...
  6. How to Run Examples | Documentation

    Examples to annotate on your documents, images or web pages using C#....Warning Before running an example make sure that GroupDocs.Annotation...

    docs.groupdocs.com/annotation/net/how-to-run-ex...
  7. How to Run Examples | Documentation

    We offer multiple solutions on how you can run GroupDocs.Editor 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.Editor has...

    docs.groupdocs.com/editor/net/how-to-run-examples/
  8. Numbered List in Word Processing Document | Doc...

    Note In this article, we will use GroupDocs.Assembly to generate a Numbered List report in Word Processing Document format. Note The code uses some of the objects defined in The Business Layer. Numbered List in Microsoft Word Document Creating a Numbered List Practising the following steps you can create Numbered List Template in MS Word 2013. In your document, write a sentence like “We provide support for the following clients:”.... Hence, you can make the list numbering to restart...

    docs.groupdocs.com/assembly/java/numbered-list-...
  9. GroupDocs.Comparison 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....this version it is required to make project-wide replacement of...

    blog.groupdocs.com/categories/groupdocs.compari...
  10. Insert OLE Objects in Word, Excel, PowerPoint w...

    Embed or insert document OLE objects in Word documents, Excel Spreadsheets, or Powerpoint presentations programmatically in C# using .NET API.... So please make sure to install the API from...

    blog.groupdocs.com/merger/insert-ole-objects-in...