Sort Score
Result 10 results
Languages All
Labels All
Results 191 - 200 of 1,296 for

combine

(0.39 sec)
  1. Use redaction policies | GroupDocs

    Learn how to deal.If you have a corporate sensitive data removal policy as a list of redaction rules, you don't need to specify them in your code. You can specify an XML document with a list of pre-configured redactions.... Combine ( "C:\\Inbound\\" , fileEntry...fileStream = File . Open ( Path . Combine ( resultFolder , fileEntry...

    docs.groupdocs.com/redaction/net/use-redaction-...
  2. Extract and Convert Archive Contents | GroupDocs

    Learn how to extract files from archives (ZIP, RAR, 7z, TAR) and convert them to different formats using GroupDocs.Conversion for .NET.... Combine ( @"C:\output" , fileName ));...return File . Create ( Path . Combine ( @"C:\output" , fileName ));...

    docs.groupdocs.com/conversion/net/convert-conte...
  3. How to sign Excel spreadsheets and their macros...

    This guide describes how to sign Excel workbooks and/or macros in them using C#. Sign your spreadsheets with digital certificate using GroupDocs.Signature .NET API by GroupDocs.... Combine ( @"C:\output" , fileName );...string outputFilePath = Path . Combine ( @"C:\output" , fileName );...

    docs.groupdocs.com/signature/net/how-to-sign-ex...
  4. Releasing GroupDocs.Merger for .NET API - Reord...

    We are pleased to announce GroupDocs.Merger for .NET 18.5. A back-end document manipulation API that allows to split, remove or reorder pages in a document of supported format. Pages could be swapped or trimmed. You can also manage documents protection. GroupDocs.Merger for .NET allows to check document protection and then set, remove or update password. Aside this, API permits to join two or more documents of same file format into one....NET # Combine and merge multiple files into...

    blog.groupdocs.com/merger/releasing-groupdocs.m...
  5. How to edit XML file | GroupDocs

    This article demonstrates how to edit XML files and XML documents using C# programming language.... Combine ( "full_folder_path" , xmlFilename...xmlInputPath = System . IO . Path . Combine ( "full_folder_path" , xmlFilename...

    docs.groupdocs.com/editor/net/how-to-edit-xml/
  6. Merge PDF files in Node.js - GroupDocs.Merger

    Discover how to merge PDF files programmatically in Node.js using GroupDocs.Merger for Node.js via Java, ensuring a smooth integration without relying on third-party software....This library allows you to combine PDF files programmatically...files to the merger. Save the combined PDF file. How to merge PDF...

    blog.groupdocs.com/merger/merge-pdf-in-nodejs/
  7. Load file from URL | GroupDocs

    This article explains how to load PDF, Word, Excel, PowerPoint documents from URL when using GroupDocs.Conversion for .NET.... Combine ( @"c:\output" , "converted...

    docs.groupdocs.com/conversion/net/load-file-fro...
  8. First Public Release of GroupDocs.Merger for Ja...

    We are pleased to announce GroupDocs.Merger for Java 18.8. A back-end document manipulation API that allows to split, remove or reorder pages in a document of supported format. Pages could be swapped or trimmed. You can also manage documents protection. GroupDocs.Merger for Java allows to check document protection and then set, remove or update password. Aside this, API permits to join two or more documents of same file format into one....Merger for Java # Combine and merge multiple files into...

    blog.groupdocs.com/merger/first-public-release-...
  9. Creating multiple tabs from a template - Free S...

    Hi. We currently use the dotnet version of the groupdocs assembly software. We also use another report generator next to groupdocs, however if possible we would like to just use groupdocs to create reports. There’s howe…...Assembly Combine the workbooks into one using...

    forum.groupdocs.com/t/creating-multiple-tabs-fr...
  10. Using redaction filters | GroupDocs

    GroupDocs.Redaction allows you to set the page-based scope for your redaction of two types: page range, a given number of pages at certain offset from the beginning or the end of the page; page area (on each page), which is a top-left based rectangle. All filters inherit from RedactionFilter and as an array are set to Filters property of the ReplacementOptions. You can Combine these filters in one set in order to set the scope of redaction to an area on a specific page.... You can combine these filters in one set in...

    docs.groupdocs.com/redaction/python-net/redacti...