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

file signature

(0.13 sec)
  1. Reorder pages | GroupDocs

    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 document from stream | GroupDocs

    The page describes how to load PDF, Word, Excel, PowerPoint documents from stream using GroupDocs.Annotation for .NET....Signature Product Solution GroupDocs...C# using ( documentStream = File . OpenRead ( "input.pdf" ))...

    docs.groupdocs.com/annotation/net/load-document...
  3. Get document information | GroupDocs

    This article explains how to detect document File type and calculate pages count when merge PDF, Word(DOC, DOCX), Excel(XLS, XLSX), PowerPoint(PPT, PPTX) Files with GroupDocs.Merger for Node.js via Java....Signature Product Solution GroupDocs...console . log ( `Document info file format: ${ documentType . getFileFormat...

    docs.groupdocs.com/merger/nodejs-java/get-docum...
  4. Showcases | GroupDocs

    Code examples and live demostrations of GroupDocs.Conversion for Java...Signature Product Solution GroupDocs...provided below to learn more about file conversion features. GitHub...

    docs.groupdocs.com/conversion/java/showcases/
  5. Working with saved Emails | GroupDocs

    GroupDocs.Metadata for Java provides functionality that allows handling the most popular email message formats: EML and MSG. The following are some commonly used scenarios of working with the message content and metadata. Reading EML message metadata The EML message format is used by many email clients including Novell GroupWise, Microsoft Outlook Express, Lotus notes, Windows Mail, Mozilla Thunderbird, and Postbox. The Files contain the email contents as plain text in MIME format, containing the email header and body, including attachments in one or more of several formats....Signature Product Solution GroupDocs...Thunderbird, and Postbox. The files contain the email contents as...

    docs.groupdocs.com/metadata/java/working-with-s...
  6. GroupDocs.Redaction for .NET | GroupDocs

    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 the documents of different file formats. The API provides a...

    docs.groupdocs.com/redaction/net/
  7. GroupDocs.Classification for .NET | GroupDocs

    Home Note Welcome to the GroupDocs.Classification for .NET GroupDocs.Classification for .NET is a powerful and intuitive library used for texts and documents classification with several taxonomies. Documents could be in various formats,including Microsoft Word and OpenDocument Writer File formats, PDF documents, RTF and TXT. Classification results can be easily customized with multiple and flexible options. GroupDocs.Classification for .NET Resources Following are the links to some useful resources you may need to accomplish your tasks....Signature Product Solution GroupDocs...Word and OpenDocument Writer file formats, PDF documents, RTF...

    docs.groupdocs.com/classification/net/
  8. Add password to PDF with permissions | GroupDocs

    This article explains how to add password for PDF document with permissions using GroupDocs.Merger for .NET....Signature Product Solution GroupDocs...to it; Call method specifying file path to save resultant document...

    docs.groupdocs.com/merger/python-net/add-passwo...
  9. Remove pages | GroupDocs

    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 .NET API....Signature Product Solution GroupDocs...Call method and pass desired file path to save resultant document...

    docs.groupdocs.com/merger/python-net/remove-pages/
  10. Load from Stream | GroupDocs

    Load from Stream As an alternative to a local File, Redactor can open a document from stream. The following example demonstrates how to load and redact a document using Stream: final FileInputStream stream = new FileInputStream("sample.docx"); try { final Redactor redactor = new Redactor(stream); try { // Here we can use document instance to make redactions redactor.apply(new DeleteAnnotationRedaction()); redactor.save(); } finally { redactor.close(); } } finally { stream.close(); }...Signature Product Solution GroupDocs...As an alternative to a local file, Redactor can open a document...

    docs.groupdocs.com/redaction/java/load-from-str...