Sort Score
Result 10 results
Languages All
Labels All
Results 341 - 350 of 5,093 for

file signature

(0.09 sec)
  1. Load file from local disk | Documentation

    This article explains how to load PDF, Word, Excel, PowerPoint documents from local disk when using GroupDocs.Comparison for .NET....Signature Product Solution GroupDocs...Loading / Load file from local disk Load file from local disk...

    docs.groupdocs.com/comparison/net/load-file-fro...
  2. Changing Target File Format | Documentation

    Note This feature is supported by version 18.9. or greater Note The code uses some of the objects defined in The Business Layer. Changing Target File Format GroupDocs.Assembly provides a powerful feature to change the target File format of an assembled document using File extension or explicit specifying. GroupDocs.Assembly API provides the ability to change target File format when assembling the following File formats: Word Processing documents Spreadsheet documents Presentation documents Email documents Text documents Supported output File formats depending on input File formats can be found at this page....Signature Product Solution GroupDocs...Changing Target File Format Changing Target File Format Leave feedback...

    docs.groupdocs.com/assembly/java/changing-targe...
  3. Saving a File to Local Disk | Documentation

    This article demonstrates how to convert Files stored on local disk using GroupDocs.Conversion for Java API....Signature Product Solution GroupDocs...Saving / Saving a File to Local Disk Saving a File to Local Disk...

    docs.groupdocs.com/conversion/java/save-file-to...
  4. Determine the file type | Documentation

    This article explains how to get a type of a File with GroupDocs.Viewer for Java using Java....Signature Product Solution GroupDocs.../ Determine the file type Determine the file type Leave feedback...

    docs.groupdocs.com/viewer/java/how-to-determine...
  5. e-Sign Documents in .NET & Java Applications – ...

    Share this issue: Monthly Newsletter February 2019 Fast, Accurate and Secure e-Signature APIs for .NET & Java Applications Digitally sign important business documents at individual and enterprise level GroupDocs.Signature offers .NET and Java APIs to e-sign documents, configure and manipulate various types of digital Signatures and certificates. Programmers can easily add advanced Signature types including; text, image, barcode, QR code, stamp and metadata to a variety of business File formats like Word, Excel, PowerPoint, PDF, Text and images....Fast, Accurate and Secure e-Signature APIs for .NET & Java Applications...enterprise level GroupDocs.Signature offers .NET and Java APIs...

    blog.groupdocs.com/total/digitally-sign-documen...
  6. Issue with Email to Pdf - text does not respect...

    We have two separate issues with converting .eml to .pdf. We were able to reproduce both in one email. Attached you will find the .eml File, the output .pdf and an image taken from within the viewer. Bad Signature PDF…...eml file, the output .pdf and an image...from within the viewer. Bad Signature PDF.pdf (385.0 KB) Viewer...

    forum.groupdocs.com/t/issue-with-email-to-pdf-t...
  7. Changing Target File Format | Documentation

    Note This feature is supported by version 18.9. or greater Note The code uses some of the objects defined in The Business Layer. GroupDocs.Assembly provides a powerful feature to change the target File format of an assembled document using File extension or explicit specification. GroupDocs.Assembly API provides the ability to change target File format when assembling the following File formats: Word Processing documents Spreadsheet documents Presentation documents Email documents Text documents Supported output File formats depending on input File formats can be found at this page....Signature Product Solution GroupDocs...Changing Target File Format Changing Target File Format Leave feedback...

    docs.groupdocs.com/assembly/net/changing-target...
  8. Get file info | Documentation

    The page describes how to detect document File type, size and calculate pages count when annotate documents or images with GroupDocs.Annotation....Signature Product Solution GroupDocs...Annotation basics / Get file info Get file info Leave feedback On...

    docs.groupdocs.com/annotation/net/get-file-info/
  9. Load Password-Protected File | Documentation

    Learn how to load and convert password-protected documents using the GroupDocs.Conversion for Python via .NET API, enabling seamless handling of secured Files....Signature Product Solution GroupDocs...Password-Protected File Load Password-Protected File Leave feedback...

    docs.groupdocs.com/conversion/python-net/develo...
  10. Save overwriting original file | Documentation

    The following example demonstrates how to save the redacted document, replacing an original File: // Make a copy of sample File Files.copy(new File("Sample.docx").toPath(), new File("OverwrittenSample.docx").toPath(), StandardCopyOption.REPLACE_EXISTING); // Apply redaction final Redactor redactor = new Redactor("OverwrittenSample.docx"); try { RedactorChangeLog result = redactor.apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions(java.awt.Color.RED))); if (result.getStatus() != RedactionStatus.Failed) { SaveOptions options = new SaveOptions(); options.setAddSuffix(false); options.setRasterizeToPDF(false); // Save the document in original format overwriting original File redactor.save(options); } } finally { redactor....Signature Product Solution GroupDocs...overwriting original file Save overwriting original file Leave feedback...

    docs.groupdocs.com/redaction/java/save-overwrit...