Sort Score
Result 10 results
Languages All
Labels All
Results 2,231 - 2,240 of 4,985 for

file signature

(0.04 sec)
  1. Reorder pages | Documentation

    Reorder pages when rendering documents to PDF with GroupDocs.Viewer for Java...Signature Product Solution GroupDocs..."sample.docx" )) { // Create a PDF file. PdfViewOptions viewOptions...

    docs.groupdocs.com/viewer/java/reorder-pages/
  2. Load custom fonts. | Documentation

    The page describes how to load custom fonts....Signature Product Solution GroupDocs...$"D:/result_{pageNumber}.png" ; return File . Create ( pagePath ); }); annotator...

    docs.groupdocs.com/annotation/net/loading-custo...
  3. Load from a stream | Documentation

    This example demonstrates how to load a File from a stream. advanced_usage.loading_Files.LoadFromStream JavaScript try { const FileStream = fs.createReadStream("input.one") const metadata = new groupdocs.metadata.Metadata(FileStream); } More resources Advanced usage topics To learn more about library features and get familiar how to manage metadata and more, please refer to theadvanced usage section. GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:...Signature Product Solution GroupDocs.../ Advanced Usage / Loading files / Load from a stream Load from...

    docs.groupdocs.com/metadata/nodejs-java/load-fr...
  4. Email messages | Documentation

    Learn how to add watermark in Outlook email messages....Signature Product Solution GroupDocs...EmailContent . class ); File imageFile = new File ( "sample.jpg" );...

    docs.groupdocs.com/watermark/java/email-messages/
  5. GroupDocs.Redaction for Java | Documentation

    A Java API for redaction of sensitive and classified information from the documents. You can redact in adobe pdf, redact in excel or in many of different File formats....Signature Product Solution GroupDocs...from the documents of different file formats. The API provides a...

    docs.groupdocs.com/redaction/java/
  6. GroupDocs.Redaction for Python via .NET | Docum...

    A .NET API for redaction of sensitive and classified information from the documents. You can redact in adobe pdf, redact in excel or in many of different File formats using c#...Signature Product Solution GroupDocs...from documents across various file formats. It provides a unified...

    docs.groupdocs.com/redaction/python-net/
  7. Save in original format | Documentation

    The following example demonstrates how to save File in its original format with current date as a suffix: final Redactor redactor = new Redactor("sample.docx"); try { // Here we can use document instance to perform redactions redactor.apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions("[personal]"))); SaveOptions saveOptions = new SaveOptions(); saveOptions.setAddSuffix(true); saveOptions.setRasterizeToPDF(false); saveOptions.setRedactedFileSuffix(new SimpleDateFormat("dd-MM-yyyy").format(new Date())); // Saving in original format with date as DateTime.getNow().toShortDateString()a suffix redactor.save(saveOptions); } finally { redactor.close(); }...Signature Product Solution GroupDocs...example demonstrates how to save file in its original format with...

    docs.groupdocs.com/redaction/java/save-in-origi...
  8. GroupDocs.Search for Node.js | Documentation

    GroupDocs.Search for Node.js is a fascinating document search API. It extracts text and metadata from documents and performs advanced searching and indexing operations on the basis of fuzzy and synonym algorithm...Signature Product Solution GroupDocs...occurrences, basic metadata fields, file names, document types and much...

    docs.groupdocs.com/search/nodejs-java/
  9. 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....Signature Product Solution GroupDocs...Call method and pass desired file path to save resultant document...

    docs.groupdocs.com/merger/nodejs-java/remove-pa...
  10. Add document password | Documentation

    This article explains how to add document password for PDF, Word, Excel, PowerPoint and  other File types 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/add-document-pas...