Sort Score
Result 10 results
Languages All
Labels All
Results 2,261 - 2,270 of 16,910 for

pdf signature

(0.04 sec)
  1. Add text watermarks | Documentation

    This article explains how to add text watermark when rendering documents with GroupDocs.Viewer within your JavaScript applications....Signature Product Solution GroupDocs...watermark to the HTML/JPG/PNG/PDF output, follow these steps: Create...

    docs.groupdocs.com/viewer/nodejs-java/add-text-...
  2. GroupDocs.Merger for Node.js via Java | Documen...

    Use GroupDocs.Merger for Node.js via Java to merge several documents into one, split single document to multiple and organize documents in different ways....Signature Product Solution GroupDocs...popular document formats such as PDF, DOCX, XLSX, PPTX, EPUB and others...

    docs.groupdocs.com/merger/nodejs-java/
  3. GroupDocs.Merger for Python via .NET | Document...

    Use GroupDocs.Merger for Python via .NET to merge several documents into one, split single document to multiple and organize documents in different ways....Signature Product Solution GroupDocs...popular document formats such as PDF, DOCX, XLSX, PPTX, EPUB and others...

    docs.groupdocs.com/merger/python-net/
  4. GroupDocs.Comparison for .NET | Documentation

    GroupDocs.Compairson for .NET developer documentation. Learn how to diff docx, pptx, and compare Pdf files using C#....Signature Product Solution GroupDocs...PowerPoint, OpenDocument ODT, PDF, Text, and HTML documents. The...

    docs.groupdocs.com/comparison/net/
  5. 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 ....Signature Product Solution GroupDocs...to view and edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX...

    docs.groupdocs.com/metadata/java/load-from-a-st...
  6. Load a password-protected document | Documentation

    This example demonstrates how to load a password-protected document. advanced_usage.loading_files.LoadPasswordProtectedDocument // Specify the password LoadOptions loadOptions = new LoadOptions(); loadOptions.setPassword("123"); // Constants.ProtectedDocx is an absolute or relative path to your document. Ex: @"C:\Docs\source.docx" try (Metadata metadata = new Metadata(Constants.ProtectedDocx, loadOptions)) { // 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:...Signature Product Solution GroupDocs...to view and edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX...

    docs.groupdocs.com/metadata/java/load-a-passwor...
  7. Save attachments | Documentation

    Save attachments and embedded files from Pdf, Outlook data file or email...Signature Product Solution GroupDocs...Outlook data files, archives, and PDF documents. Java import com.groupdocs...

    docs.groupdocs.com/viewer/java/how-to-extract-a...
  8. Nesting search queries in object form | Documen...

    This article gives the knowledge about nesting search queries in object form....Signature Product Solution GroupDocs...welcome to search over your PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX...

    docs.groupdocs.com/search/net/nesting-search-qu...
  9. Get supported file formats | Documentation

    This article explains how to obtain supported file formats list for Pdf, Words, Spreadsheet or Presentation document types when working with GroupDocs.Signature within your .NET applications....Signature Product Solution GroupDocs...GroupDocs.Signature Product Family / GroupDocs.Signature for .NET...

    docs.groupdocs.com/signature/net/get-supported-...
  10. Use advanced rasterization options | Documentation

    Use advanced rasterization options In order to use the advanced rasterization options you have to pass one of the options to Save method. In this case the document will be rasterized to Pdf, but the scan-like effects will be applied to its pages. The following example demonstrates how to apply the AdvancedRasterizationOptions with default settings. final Redactor redactor = new Redactor("Sample.docx"); try { // Save the document with advanced options (convert pages into images, and save Pdf with scan-like pages) SaveOptions so = new SaveOptions(); so....Signature Product Solution GroupDocs...document will be rasterized to PDF, but the scan-like effects will...

    docs.groupdocs.com/redaction/java/use-advanced-...