Sort Score
Result 10 results
Languages All
Labels All
Results 8,211 - 8,220 of 9,041 for

release

(1.99 sec)
  1. Generate documents from templates with GroupDoc...

    Fill a Word template from .NET objects or JSON and generate a finished document with GroupDocs.Total for .NET — runnable C# examples with downloadable template and output....Consulting Blog Knowledge Base New Releases Status Websites aspose.com...

    docs.groupdocs.com/total/net/developer-guide/as...
  2. How to use custom cache implementation | GroupDocs

    Follow this guide and learn how to implement custom cache implementation when document with GroupDocs.Conversion for Java API....Consulting Blog Knowledge Base New Releases Status Websites aspose.com...

    docs.groupdocs.com/conversion/java/how-to-use-c...
  3. Compare Multiple Documents | GroupDocs

    Compare a source document against multiple targets in a single pass — including password-protected files and custom compare settings — with GroupDocs.Comparison for Python via .NET....Consulting Blog Knowledge Base New Releases Status Websites aspose.com...

    docs.groupdocs.com/comparison/python-net/develo...
  4. Working with slide backgrounds | GroupDocs

    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....Consulting Blog Knowledge Base New Releases Status Websites aspose.com...

    docs.groupdocs.com/watermark/java/working-with-...
  5. How to edit e-Book file | GroupDocs

    This article demonstrates how to edit e-Book files using the Python programming language....Consulting Blog Knowledge Base New Releases Status Websites aspose.com...

    docs.groupdocs.com/editor/python-net/edit-ebook/
  6. Generate Numbered Lists from Data Source | Grou...

    Create numbered lists in documents by iterating over data collections and displaying items with numbers....Consulting Blog Knowledge Base New Releases Status Websites aspose.com...

    docs.groupdocs.com/assembly/net/basic-usage-gen...
  7. Highlighting search results | GroupDocs

    This article gives knowledge on how to highlight search results in the text of a document....Consulting Blog Knowledge Base New Releases Status Websites aspose.com...

    docs.groupdocs.com/search/net/highlighting-sear...
  8. Build your first search solution | GroupDocs

    First of all you need to create an index. An index can be created in memory or on disk. An index created in memory cannot be saved after exiting your program. In contrast, an index created on disk may be loaded in the future to continue working....Consulting Blog Knowledge Base New Releases Status Websites aspose.com...

    docs.groupdocs.com/search/java/build-your-first...
  9. Fixing Invalid Form Fields | GroupDocs

    Fixing Invalid Form Fields and Saving the Document with GroupDocs.Editor for Java...Consulting Blog Knowledge Base New Releases Status Websites aspose.com...

    docs.groupdocs.com/editor/java/fixing-invalid-f...
  10. Introduction | GroupDocs

    This is an introduction into edit document techniques explanation like main stages of document opening, editing and saving results within Java applications....Consulting Blog Knowledge Base New Releases Status Websites aspose.com...

    docs.groupdocs.com/editor/java/introduction/