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

file merger

(0.05 sec)
  1. Installation | Documentation

    Installation from GroupDocs Repository using Maven GroupDocs hosts all Java APIs on GroupDocs Repository. You can easily use GroupDocs.Parser for Java API directly in your Maven projects with simple configurations. Specify GroupDocs Repository Configuration First, you need to specify GroupDocs repository configuration/location in your Maven pom.xml as follows: GroupDocsJavaAPI GroupDocs Java API https://releases.groupdocs.com/java/repo/ Define GroupDocs.Parser for Java API Dependency Then define GroupDocs.Parser for Java API dependency in your pom....Merger Product Solution GroupDocs...Windows) or install.sh (for Linux) file to install the library in your...

    docs.groupdocs.com/parser/java/installation/
  2. 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/net/supported-docu...
  3. Saving files to different locations | Documenta...

    Following this guide you will learn how to save the converted PDF, Word, Excel, or PowerPoint documents to local disk, stream or FTP....Merger Product Solution GroupDocs...Advanced usage / Saving Saving files to different locations Leave...

    docs.groupdocs.com/conversion/java/saving-files...
  4. Get list of changes | Documentation

    This article explains how to get collection of changes between compared documents when using GroupDocs.Comparison for .NET....Merger Product Solution GroupDocs...Comparer comparer = new Comparer ( File . OpenRead ( "source.docx" )))...

    docs.groupdocs.com/comparison/net/get-list-of-c...
  5. Comparison basic | Documentation

    Quick Start section about main features of GroupDocs.Comparison API, describes how to compare documents with just couple lines of code....Merger Product Solution GroupDocs...feedback Get supported file formats Get file info Compare documents...

    docs.groupdocs.com/comparison/java/basic-usage/
  6. Document filtering in search result | Documenta...

    This article gives the knowledge that how the document filters used during the search using Java search API....Merger Product Solution GroupDocs...( "relativity" , options ); File path filters The first supported...

    docs.groupdocs.com/search/java/document-filteri...
  7. Edit document | Documentation

    Follow this guide and learn how to edit text documents, spreadsheets and presentations using GroupDocs.Editor for Java API features....Merger Product Solution GroupDocs...edit CSV file How to edit XML file How to edit e-Book file Edit text...

    docs.groupdocs.com/editor/java/edit-document/
  8. Features Overview | Documentation

    Features Overview GroupDocs.Assembly for Java is an API that allows you to generate documents in popular office and email File formats based upon template documents and data obtained from various sources including databases, XML, JSON, OData 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...in popular office and email file formats based upon template...

    docs.groupdocs.com/assembly/java/features-overv...
  9. 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-...
  10. Convert PDF to MHTML using Java

    By closely following our in-depth tutorial, you will discover how to quickly convert PDF to MHTML using Java. Also, we will provide you with an example to export PDF to MHTML using Java....Merger Product Family GroupDocs.Redaction...for Java for exporting PDF files to the MHTML format Create an...

    kb.groupdocs.com/conversion/java/convert-pdf-to...