Sort Score
Result 10 results
Languages All
Labels All
Results 2,291 - 2,300 of 5,042 for

file watermark

(0.13 sec)
  1. 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....Watermark Product Solution GroupDocs...serialize annotations to the file. The following code snippet...

    docs.groupdocs.com/annotation/java/extract-anno...
  2. Update document password | Documentation

    This article explains how to update password for PDF, Word, Excel, PowerPoint documents by using GroupDocs.Merger for Java....Watermark Product Solution GroupDocs...to it; Call method specifying file path to save resultant document...

    docs.groupdocs.com/merger/java/update-document-...
  3. Move page | Documentation

    This article demonstrates how to move document page to another position within PDF, Word, Excel, PowerPoint document using GroupDocs.Merger API....Watermark Product Solution GroupDocs...Call method and pass desired file path to save resultant document...

    docs.groupdocs.com/merger/net/move-page/
  4. Swap pages | Documentation

    This article explains how to rearrange document pages for PDF, Word, Excel, PowerPoint and many other File types using GroupDocs.Merger for .NET....Watermark Product Solution GroupDocs...to it; Call method specifying file path to save resultant document...

    docs.groupdocs.com/merger/net/swap-pages/
  5. Remove pages | Documentation

    Follow this guide and learn how to remove page from PDF or Word document, delete worksheet from Excel File or remove slides from PowerPoint presentations with GroupDocs.Merger for Java API....Watermark Product Solution GroupDocs...Call method and pass desired file path to save resultant document...

    docs.groupdocs.com/merger/java/remove-pages/
  6. Working with metadata in Diagrams | Documentation

    GroupDocs.Metadata for .NET provides functionality that allows working with different kinds of diagrams such as VDX, VSDX, VSX, etc...Watermark Product Solution GroupDocs...and extract some additional file format information. a PDF document...

    docs.groupdocs.com/metadata/net/working-with-me...
  7. Load document from URL | Documentation

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

    docs.groupdocs.com/annotation/java/load-documen...
  8. Extract pages | Documentation

    Following this guide you will learn how to extract pages from PDF, Word, Excel, PowerPoint and many other File types using GroupDocs.Merger for Python via .NET....Watermark Product Solution GroupDocs...to it; Call method specifying file path to save resultant document...

    docs.groupdocs.com/merger/python-net/extract-pa...
  9. 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....Watermark Product Solution GroupDocs...Viewer ( "sample.pdf" )) { // Get file information. ViewInfoOptions...

    docs.groupdocs.com/viewer/java/how-to-get-page-...
  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 ....Watermark Product Solution GroupDocs.../ Advanced Usage / Loading files / Load from a stream Load from...

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