Sort Score
Result 10 results
Languages All
Labels All
Results 2,121 - 2,130 of 5,022 for

file merger

(0.04 sec)
  1. Sign documents with additional image adjustment...

     This article explains how to use different image adjustment with electronic signatures on document page....Merger Product Solution GroupDocs...imageAppearance ); // sign document to file SignResult signResult = signature...

    docs.groupdocs.com/signature/java/sign-document...
  2. Load from stream | Documentation

    This article explains how to load from stream while using GroupDocs. Watermarks API....Merger Product Solution GroupDocs...docx" using ( Stream document = File . OpenRead ( "document.docx"...

    docs.groupdocs.com/watermark/net/load-from-stream/
  3. Get document information | Documentation

    This article explains how to detect document File type, obtain document details,  retrieve list of existing form fields and added signatures, calculate pages count when processing document File with GroupDocs.Signature....Merger Product Solution GroupDocs...Get document information from file on local disk The following...

    docs.groupdocs.com/signature/net/get-document-i...
  4. Preserve linking of OLE objects to Excel when P...

    Hi I have a use case where I have a PowerPoint with multiple OLE Objects that are linked to an Excel File. I am sending the PowerPoint and Excel as base64 encoded strings via an API and will be inserting the slide into…...that are linked to an Excel file. I am sending the PowerPoint...clarify if you’re using GroupDocs.Merger API to insert a slide? sukritisehgal...

    forum.groupdocs.com/t/preserve-linking-of-ole-o...
  5. Load document from stream | Documentation

    The page describes how to load PDF, Word, Excel, PowerPoint documents from stream using GroupDocs.Annotation for .NET....Merger Product Solution GroupDocs...C# using ( documentStream = File . OpenRead ( "input.pdf" ))...

    docs.groupdocs.com/annotation/net/load-document...
  6. Load from a local disk | Documentation

    The following example demonstrates how to load a File from a local disk. advanced_usage.loading_Files.LoadFromLocalDisk JavaScript try { const metadata = new groupdocs.metadata.Metadata("input.one"); } More resources Advanced usage topics To learn more about library features and get familiar how to manage metadata and more, please refer to theadvanced usage section. GitHub examples You may easily run the code above and see the feature in action in our GitHub examples: GroupDocs.Metadata for ....Merger Product Solution GroupDocs.../ Advanced Usage / Loading files / Load from a local disk Load...

    docs.groupdocs.com/metadata/nodejs-java/load-fr...
  7. Load from a stream | Documentation

    This example demonstrates how to load a File from a stream. advanced_usage.loading_Files.LoadFromStream JavaScript try { const FileStream = fs.createReadStream("input.one") const metadata = new groupdocs.metadata.Metadata(FileStream); } More resources Advanced usage topics To learn more about library features and get familiar how to manage metadata and more, please refer to theadvanced usage section. GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:...Merger Product Solution GroupDocs.../ Advanced Usage / Loading files / Load from a stream Load from...

    docs.groupdocs.com/metadata/nodejs-java/load-fr...
  8. Put image annotations over the text using ZInde...

    This page describes how to set image ZIndex to place it over the text...Merger Product Solution GroupDocs...images placing order for the Word file formats. To do this, set the...

    docs.groupdocs.com/annotation/net/put-image-ann...
  9. Basic Usage | Documentation

    Quick Start section for GroupDocs.Metadata API Manage metadata in your documents fast and easy with our intuitive and powerful API just with a few lines of code. Let’s review common usage scenarios when documents are stored in a local drive and you want to manage them using GroupDocs.Metadata API....Merger Product Solution GroupDocs...document preview Get supported file formats Was this page helpful...

    docs.groupdocs.com/metadata/java/basic-usage/
  10. Convert JSON as a data source to a spreadsheet ...

    Learn how to convert a JSON document as a data source to a spreadsheet using GroupDocs.Conversion for .NET....Merger Product Solution GroupDocs...shows how to convert a JSON file to a spreadsheet. It means that...

    docs.groupdocs.com/conversion/net/convert-json-...