Sort Score
Result 10 results
Languages All
Labels All
Results 1,841 - 1,850 of 5,438 for

file merger

(0.04 sec)
  1. Supported Document Formats | Documentation

    It supports DOCX, DOCM, DOC, DOT, DOTM, XLS, XLSX, PDF, PPT, JPG, PNG, HTML, EML and many more....Merger Product Solution GroupDocs...following table indicates the file formats that GroupDocs.Signature...

    docs.groupdocs.com/signature/java/supported-doc...
  2. Get the width and height of the document pages ...

    This article explains how to get the width and height of the document pages using .NET / C# with GroupDocs.Viewer for .NET....Merger Product Solution GroupDocs...Viewer ( "sample.pdf" )) { // Get file information. ViewInfoOptions...

    docs.groupdocs.com/viewer/net/how-to-get-page-w...
  3. Load document from Azure Blob Storage | Documen...

    This section explains how to load document from Azure Blob Storage with GroupDocs.Signature API....Merger Product Solution GroupDocs...String outputFilePath = new File ( Constants . OutputPath , ...

    docs.groupdocs.com/signature/java/load-document...
  4. How to Compare Word Documents using C#

    This article describes the procedure to compare Word documents using C# and how to write the code in C# to compare two Word documents and highlight differences....Merger Product Family GroupDocs.Redaction...instructions to compare Word files as well as a functional example...

    kb.groupdocs.com/comparison/net/how-to-compare-...
  5. Features Overview | Documentation

    GroupDocs.Assembly for Python via .NET is an API that allows you to generate documents in popular microsoft office and email File formats based upon template documents and data obtained from various sources including databases, XML, JSON, OData, objects of custom .NET types, external documents, and more. The following is the list of salient features which are offered by the GroupDocs.Assembly API: Multiple data formats support Use formulae & perform sequential data operations Apply upper, lower, capital, firstcap formatting to strings in template syntax Template syntax support formatting of ordinal, cardinal, alphabetic numeric nature Support template documents with custom variables & text comments within template syntax tags Dynamically insert out document content in report Dynamically configure background color of html documents & generate barcode in reports Dynamically insert hyperlinks in reports & apply attributes to email message body Dynamically attach email attachments Support of next field analogue of Microsoft Word Update fields during word processing document assembly Apply formula during spreadsheet assembly Template formatting for numeric, text, image, date-time, chart elements Conditional formatting of template text elements Linq-based template syntax Change format of assembled File using explicit specifications or File extension Auto-removal of empty paragraphs Generate various report types, e....Merger Product Solution GroupDocs...popular microsoft office and email file formats based upon template...

    docs.groupdocs.com/assembly/python-net/features...
  6. 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....Merger Product Solution GroupDocs... get_Item ( 0 ); File imageFile = new File ( "background.png"...

    docs.groupdocs.com/watermark/java/working-with-...
  7. 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 Java....Merger Product Solution GroupDocs...the object. Specify the source file path or stream. Call the method...

    docs.groupdocs.com/comparison/java/word-track-c...
  8. Add text watermarks | Documentation

    This article explains how to add text watermark when rendering documents with GroupDocs.Viewer within your .NET applications....Merger Product Solution GroupDocs...docx" )) { // Create an HTML file. HtmlViewOptions viewOptions...

    docs.groupdocs.com/viewer/net/add-text-watermark/
  9. Save only annotated pages | Documentation

    The page describes how to save only annotated pages when using GroupDocs.Annotation for .NET API....Merger Product Solution GroupDocs...C# // for this example input file ("input.pdf") must have at least...

    docs.groupdocs.com/annotation/net/save-only-ann...
  10. Rotate pages | Documentation

    This article explains how to rotate PDF, HTML or Image pages when rendering documents with GroupDocs.Viewer within your .NET applications....Merger Product Solution GroupDocs..."sample.docx" )) { // Create a PDF file. PdfViewOptions viewOptions...

    docs.groupdocs.com/viewer/net/flip-or-rotate-pa...