Sort Score
Result 10 results
Languages All
Labels All
Results 2,321 - 2,330 of 5,155 for

file signature

(0.03 sec)
  1. GroupDocs.Watermark Overview | Documentation

    Protect and customize documents with watermarks using GroupDocs.Watermark for .NET. Add, remove, search, and manage visible or invisible watermarks in over 50 document formats including PDF, Word, Excel, PowerPoint, and images....Signature Product Solution GroupDocs...and images across more than 50 file formats. Whether you need to...

    docs.groupdocs.com/watermark/net/groupdocs-wate...
  2. Work with Search Results using Java

    Learn how to work with search results using Java and retrieve search results in Java efficiently, optimizing search processes for better performance and accuracy....Signature Product Family GroupDocs.Metadata...for each document, show its file path and occurrence count For...

    kb.groupdocs.com/search/java/work-with-search-r...
  3. 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/
  4. 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/
  5. Showcases | Documentation

    Code examples and live demostrations of GroupDocs.Editor for .NET...Signature Product Solution GroupDocs...below to learn more about edit file features. GitHub Examples To...

    docs.groupdocs.com/editor/net/showcases/
  6. Inserting Images Dynamically | Documentation

    Note This feature is supported by version 20.3 or greater. Note The code uses some of the objects defined in The Business Layer. You can insert images to your reports dynamically using image tags. To declare a dynamically inserted image within your template, do the following steps: Add a textbox to your template at the place where you want an image to be inserted. Set common image attributes such as frame, size, and others for the textbox, making the textbox look like a blank inserted image....Signature Product Solution GroupDocs...Base64-encoded bytes is available for file formats where dynamic image...

    docs.groupdocs.com/assembly/net/inserting-image...
  7. Working with formats | Documentation

    This article explains document formats and format families supported by GroupDocs.Editor for .NET and how to operate them in .NET code....Signature Product Solution GroupDocs...their names, MIME codes, and file extensions, all of them are...

    docs.groupdocs.com/editor/net/working-with-form...
  8. Working with ZIP archives and attachments | Doc...

    Open Navigation Close Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product Solution GroupDocs.......Signature Product Solution GroupDocs...attachments Leave feedback Detect file type of container item Iterate...

    docs.groupdocs.com/parser/net/working-with-zip-...
  9. Optimize images in Java | Documentation

    Optimize images in a PDF File using GroupDocs.Viewer for Java...Signature Product Solution GroupDocs...PDF / Optimize the output PDF file / Optimize images in Java Optimize...

    docs.groupdocs.com/viewer/java/optimize-images/
  10. 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...