Sort Score
Result 10 results
Languages All
Labels All
Results 2,371 - 2,380 of 5,183 for

file signature

(0.09 sec)
  1. 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/
  2. 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/
  3. Specify the JPEG image quality | Documentation

    Reduce PDF File size by adjusting JPEG image quality. Set the image quality between 1 and 100....Signature Product Solution GroupDocs...reduces the size of the output file. To adjust images quality, set...

    docs.groupdocs.com/viewer/python-net/adjust-jpe...
  4. Loading documents | Documentation

    GroupDocs.Redaction allows you to load password-protected documents and load documents from different sources. For more details please refer to the following guides:...Signature Product Solution GroupDocs...Stream Load password-protected file Use advanced logging Pre-rasterize...

    docs.groupdocs.com/redaction/java/loading-docum...
  5. Loading documents | Documentation

    This article show how to enable you to load password-protected documents and load documents from different sources...Signature Product Solution GroupDocs...Stream Load password-protected file Use advanced logging Pre-rasterize...

    docs.groupdocs.com/redaction/net/loading-docume...
  6. 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...
  7. Categories

    Find Answers by API GroupDocs.Total Product Family GroupDocs.Conversion Product Family GroupDocs.Annotation Product F......Signature Product Family GroupDocs.Metadata...Extract Metadata from Excel File in C# How to Convert PowerPoint...

    kb.groupdocs.com/categories/page/38/
  8. Saving documents | Documentation

    Saving a document with method Save(), GroupDocs.Watermark puts it in the same folder as the original File, rewriting original. If you need to save the document to any custom location, you’ll have to use Save(string) method or Save(Stream) of Watermarker class. You can see examples of Save methods in one of these guides: Save document to the same File or stream Save document to the specified location Save document to the specified stream...Signature Product Solution GroupDocs...same folder as the original file, rewriting original. If you...

    docs.groupdocs.com/watermark/net/saving-documents/
  9. Working with metadata in MOV files | Documentation

    Reading MOV format-specific properties The GroupDocs.Metadata API supports extracting QuickTime atoms from a MOV video. The atom is the basic data unit in any QuickTime File. Please find more information on QuickTime atoms in the official specification: https://developer.apple.com/library/archive/documentation/QuickTime/QTFF/QTFFPreface/qtffPreface.html The following are the steps to extract QuickTime atoms from a MOV video. Load a MOV video Get the root metadata package Extract the native metadata package using the MovRootPackage.getMovPackage method Read the QuickTime atoms advanced_usage....Signature Product Solution GroupDocs...metadata in MOV files Working with metadata in MOV files Leave feedback...

    docs.groupdocs.com/metadata/java/working-with-m...
  10. GroupDocs.Conversion for Java

    Find answers about converting documents and images of various types using Java code on any platform....Signature Product Family GroupDocs.Metadata...in Java How to Convert Text File to JPG using Java How to Convert...

    kb.groupdocs.com/conversion/java/page/4/