Sort Score
Result 10 results
Languages All
Labels All
Results 1,941 - 1,950 of 5,599 for

file merger

(0.13 sec)
  1. Edit TXT | GroupDocs

    This guide demonstrates how to edit plain text Files with encoding, lists recognition, pagination, and other powerful features of GroupDocs.Editor for Node.js via Java...Merger Product Solution GroupDocs.../ Edit Document / Edit Text Files Edit TXT Leave feedback On this...

    docs.groupdocs.com/editor/nodejs-java/edit-txt/
  2. Working with Form Fields | GroupDocs

    This article demonstrates how to load, edit, and read form fields in a Word document using GroupDocs.Editor for Java...Merger Product Solution GroupDocs...Guide Get the Path to the Input File Create a InputStream from the...

    docs.groupdocs.com/editor/java/working-with-for...
  3. 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-...
  4. How to Convert Excel to HTML using C#

    Let's get familiar yourself with the procedure to convert Excel to HTML using C#. Learn how to use the instructions to write the code to export Excel to HTML in C#....Merger Product Family GroupDocs.Redaction...class and pass the input Excel file to its constructor Instantiate...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  5. Export Data | GroupDocs

    How to export data to JSON or XML Files....Merger Product Solution GroupDocs...export data to JSON or XML files. or classes are used for this...

    docs.groupdocs.com/parser/net/export-data/
  6. e-Sign Documents in .NET & Java Applications – ...

    Share this issue: Monthly Newsletter February 2019 Fast, Accurate and Secure e-Signature APIs for .NET & Java Applications Digitally sign important business documents at individual and enterprise level GroupDocs.Signature offers .NET and Java APIs to e-sign documents, configure and manipulate various types of digital signatures and certificates. Programmers can easily add advanced signature types including; text, image, barcode, QR code, stamp and metadata to a variety of business File formats like Word, Excel, PowerPoint, PDF, Text and images....metadata to a variety of business file formats like Word, Excel, PowerPoint...messages from MS Outlook data files # GroupDocs.Viewer for .NET...

    blog.groupdocs.com/total/digitally-sign-documen...
  7. Index Browser | GroupDocs

    Index Browser is a .NET application for managing indexes created using the GroupDocs.Search library...Merger Product Solution GroupDocs...button and select the license file to work with the GroupDocs.Search...

    docs.groupdocs.com/search/net/index-browser/
  8. Index Browser | GroupDocs

    Index Browser is a .NET application for managing indexes created using the GroupDocs.Search library...Merger Product Solution GroupDocs...button and select the license file to work with the GroupDocs.Search...

    docs.groupdocs.com/search/java/index-browser/
  9. Working with BMP metadata | GroupDocs

    Reading BMP header properties The GroupDocs.Metadata API supports extracting format-specific information from BMP File headers. The following are the steps to read the header of a BMP File. Load a BMP image Get the root metadata package Extract the native metadata package using BmpRootPackage.BmpHeader Read the BMP header properties AdvancedUsage.ManagingMetadataForSpecificFormats.Image.Bmp.BmpReadHeaderProperties using (Metadata metadata = new Metadata(Constants.InputBmp)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.BmpHeader.BitsPerPixel); Console.WriteLine(root.BmpHeader.ColorsImportant); Console.WriteLine(root.BmpHeader.HeaderSize); Console.WriteLine(root.BmpHeader.ImageSize); Console.WriteLine(root.BmpHeader.Planes); } More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:...Merger Product Solution GroupDocs...format-specific information from BMP file headers. The following are the...

    docs.groupdocs.com/metadata/net/working-with-bm...
  10. Convert to Page Description Language formats wi...

    Learn about PageDescriptionLanguageConvertOptions class for PDL File formats (SVG, XPS, EPS, PS, PCL, TEX) in GroupDocs.Conversion for .NET....Merger Product Solution GroupDocs...Page Description Language (PDL) file format conversion settings....

    docs.groupdocs.com/conversion/net/convert-to-pa...