Sort Score
Result 10 results
Languages All
Labels All
Results 2,241 - 2,250 of 5,343 for

file merger

(0.04 sec)
  1. How to Run Examples | Documentation

    We offer multiple solutions on how you can run GroupDocs.Editor examples, by building your own or using our back-end or front-end Node.js examples out-of-the-box....Merger Product Solution GroupDocs...can either download the ZIP file or clone the repository of Github...

    docs.groupdocs.com/editor/nodejs-java/how-to-ru...
  2. Sign documents with exception handling | Docume...

     This article explains how to use exceptions handling when adding electronic signatures to document with GroupDocs.Signature API....Merger Product Solution GroupDocs...issues, missing required data, files etc. For exception class is...

    docs.groupdocs.com/signature/java/sign-document...
  3. Save document | Documentation

    This article demonstrates how to save edited text documents, spreadsheets and presentations with GroupDocs.Editor for Java API....Merger Product Solution GroupDocs...previously chosen format by specified file path or into specified stream...

    docs.groupdocs.com/editor/java/save-document/
  4. Extract annotations from document | Documentation

    This page describes how to extract annotations from document when collaborate, edit and annotate documents using GroupDocs.Annotation for Java....Merger Product Solution GroupDocs...serialize annotations to the file. The following code snippet...

    docs.groupdocs.com/annotation/java/extract-anno...
  5. Get default ConvertOptions for specific target ...

    Learn this article and check how to obtain default convert options for specific conversion format with GroupDocs.Conversion for .NET API. ...Merger Product Solution GroupDocs...of converter object Use the file extension or FileType as key...

    docs.groupdocs.com/conversion/net/get-default-c...
  6. Specify the JPEG image quality | Documentation

    Reduce PDF File size by adjusting JPEG image quality. Set the image quality between 1 and 100....Merger Product Solution GroupDocs...reduces the size of the output file. To adjust images quality, set...

    docs.groupdocs.com/viewer/python-net/adjust-jpe...
  7. Load document from URL | Documentation

    The page describes how to load PDF, Word, Excel, PowerPoint documents from URL using GroupDocs.Annotation for Java....Merger Product Solution GroupDocs...// Add annotation and save to file annotator . add ( area ); annotator...

    docs.groupdocs.com/annotation/java/load-documen...
  8. Get the width and height of the document pages ...

    This article explains how to get the width and height of the document pages using GroupDocs.Viewer for Java....Merger Product Solution GroupDocs...Viewer ( "sample.pdf" )) { // Get file information. ViewInfoOptions...

    docs.groupdocs.com/viewer/java/how-to-get-page-...
  9. 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....Merger Product Solution GroupDocs...trusted communication. What Excel files could be signed? You can sign...

    docs.groupdocs.com/signature/net/how-to-sign-ex...
  10. Load from a stream | Documentation

    This example demonstrates how to load a File from a stream. advanced_usage.loading_Files.LoadFromStream // Constants.InputDoc is an absolute or relative path to your document. Ex: @"C:\Docs\source.doc" try (InputStream stream = new FileInputStream(Constants.InputDoc)) { try (Metadata metadata = new Metadata(stream)) { // Extract, edit or remove metadata here } } More resources 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 stream Load from...

    docs.groupdocs.com/metadata/java/load-from-a-st...