Sort Score
Result 10 results
Languages All
Labels All
Results 1,911 - 1,920 of 5,685 for

file merger

(0.1 sec)
  1. Find metadata properties | GroupDocs

    Using the GroupDocs.Metadata for Node.js via Java you can easily search metadata and extract desired metadata properties from PDF, DOCX, PPTX, XLSX, images, audio, video and many other Files of different types in your Java solution....Merger Product Solution GroupDocs...properties extracted from a file. Some metadata standards can...

    docs.groupdocs.com/metadata/nodejs-java/find-me...
  2. Load from a stream | GroupDocs

    This example demonstrates how to load a File from a stream....Merger Product Solution GroupDocs.../ Advanced Usage / Loading files / Load from a stream Load from...

    docs.groupdocs.com/metadata/net/load-from-a-str...
  3. GroupDocs.Watermark for Node.js via Java | Grou...

    GroupDocs.Watermark for Java developer documentation. Learn how to add watermarks using nodejs...Merger Product Solution GroupDocs...support for the documents of 40+ file formats. Supports watermark...

    docs.groupdocs.com/watermark/nodejs-java/
  4. Introducing GroupDocs.Classification for .NET |...

    What Is GroupDocs.Classification? GroupDocs.Classification for .NET is a powerful and intuitive library used for texts and documents classification with several taxonomies. Documents could be in various formats,including Microsoft Word and OpenDocument Writer File formats, PDF documents, RTF and TXT. Classification results can be easily customized with multiple and flexible options. Why Use GroupDocs.Classification as a Developer? No additional software is required to classify texts or documents. IAB-2 taxonomy for News/Cites classification....Merger Product Solution GroupDocs...Word and OpenDocument Writer file formats, PDF documents, RTF...

    docs.groupdocs.com/classification/net/introduci...
  5. ClassNotFoundException BouncyCastleProvider exc...

    This article is about ClassNotFoundException: BouncyCastleProvider exception...Merger Product Solution GroupDocs...jar library as JAR file from . Put the file into your project...

    docs.groupdocs.com/viewer/java/classnotfoundexc...
  6. Get source and target text from files | GroupDocs

    This article explains how to get source and target texts of specific changes using GroupDocs.Comparison for Java....Merger Product Solution GroupDocs...text from files Get source and target text from files Leave feedback...

    docs.groupdocs.com/comparison/java/get-source-a...
  7. Features Overview | GroupDocs

    GroupDocs.Assembly for .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/net/features-overview/
  8. Working with Form Fields | GroupDocs

    This article demonstrates how to load, edit, and read form fields in a Word document using GroupDocs.Editor for Node.js via Java....Merger Product Solution GroupDocs...Guide Get the Path to the Input File Specify the path to your input...

    docs.groupdocs.com/editor/nodejs-java/working-w...
  9. Password-protected documents | GroupDocs

    Learn how to open and process password-protected PDF and Office documents. Includes error handling examples and supported encryption types....Merger Product Solution GroupDocs...and password-protected Office files (DOCX, XLSX, PPTX). Supported...

    docs.groupdocs.com/parser/net/password-protecte...
  10. 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....Merger Product Solution GroupDocs... get_Item ( 0 ); File imageFile = new File ( "background.png"...

    docs.groupdocs.com/watermark/java/working-with-...