Sort Score
Result 10 results
Languages All
Labels All
Results 2,621 - 2,630 of 5,465 for

file signature

(0.08 sec)
  1. Extract pages | GroupDocs

    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....Signature Product Solution GroupDocs...to it; Call method specifying file path to save resultant document...

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

    docs.groupdocs.com/viewer/java/how-to-get-page-...
  3. Working with metadata in Diagrams | GroupDocs

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

    docs.groupdocs.com/metadata/net/working-with-me...
  4. Remove annotation from document | GroupDocs

    This page describes how to remove annotations from document when collaborate, edit and annotate documents using GroupDocs.Annotation for Java....Signature Product Solution GroupDocs.... None ); // Save result to file annotator . save ( "outputPath"...

    docs.groupdocs.com/annotation/java/remove-annot...
  5. Edit PDF | GroupDocs

    This guide demonstrates how to edit content of PDF Files like a common text documents using a GroupDocs.Editor for .NET....Signature Product Solution GroupDocs...PdfCompliance . Pdf20 ; //8. Save to a file or a stream string outputPath...

    docs.groupdocs.com/editor/net/edit-pdf/
  6. Change page orientation | GroupDocs

    Following this guide you will learn how to change Word document page orientation to Portrait or Landscape using GroupDocs.Merger for Java....Signature Product Solution GroupDocs...to it; Call method specifying file path to save resultant document...

    docs.groupdocs.com/merger/java/change-page-orie...
  7. Load document from InputStream | GroupDocs

    This article explains how to load PDF, Word, Excel, PowerPoint documents from stream when using GroupDocs.Merger for Java....Signature Product Solution GroupDocs...overhead of saving InputStream as a file on disk, provides a way to work...

    docs.groupdocs.com/merger/java/load-document-fr...
  8. Save with default options | GroupDocs

    The simplest way to save the document is it provide no parameters to Save method. In this case the document will be rasterized to PDF and will have the same name as the original one except its extension (.PDF). The PDF File will be overwritten. The following example demonstrates usage of Save() method with default options. final Redactor redactor = new Redactor("sample.docx"); try { // Here we can use document instance to perform redactions redactor....Signature Product Solution GroupDocs...its extension (.PDF). The PDF file will be overwritten. The following...

    docs.groupdocs.com/redaction/java/save-with-def...
  9. GroupDocs.Annotation for .NET | GroupDocs

    API to annotate text or images in your documents using C#. It supports PDF, Microsoft Word DOCX, Excel XLSX and PowerPoint. PPTX...Signature Product Solution GroupDocs...Develop Functions GUIDE Retrieve File Info Read Annotations Remove...

    docs.groupdocs.com/annotation/net/
  10. Save in rasterized PDF | GroupDocs

    This article demonstrates that how to save the document as a rasterized PDF File...Signature Product Solution GroupDocs...document as a rasterized PDF file: Python import groupdocs.redaction...

    docs.groupdocs.com/redaction/python-net/save-in...