Sort Score
Result 10 results
Languages All
Labels All
Results 4,151 - 4,160 of 15,255 for

file

(0.04 sec)
  1. GroupDocs.Annotation for .NET | GroupDocs

    API to annotate text or images in your documents using C#. It supports PDF, Microsoft Word DOCX, Excel XLSX and PowerPoint. PPTX...Develop Functions GUIDE Retrieve File Info Read Annotations Remove...

    docs.groupdocs.com/annotation/net/
  2. Save in rasterized PDF | GroupDocs

    This article demonstrates that how to save the document as a rasterized PDF File...document as a rasterized PDF file: Python import groupdocs.redaction...

    docs.groupdocs.com/redaction/python-net/save-in...
  3. Update document password | GroupDocs

    This article explains how to update password for PDF, Word, Excel, PowerPoint documents by using GroupDocs.Merger for .NET....to it; Call method specifying file path to save resultant document...

    docs.groupdocs.com/merger/net/update-document-p...
  4. GroupDocs.Metadata for .NET 16.10 Supports WAV ...

    We are happy to share that another monthly release of GroupDocs.Metadata for .NET with a bunch of new features is available for the .NET community. GroupDocs.Metadata for .NET 16.10 has come with the support of WAV audio format. Not only this, the API has also brought some new features related to PSD, JPEG, TIFF and MP3 File formats. We recommend you to download this latest version and check out its exciting features....related to PSD, JPEG, TIFF and MP3 file formats. We recommend you to...

    blog.groupdocs.com/metadata/groupdocs-metadata-...
  5. GroupDocs.Signature for Python via .NET | Group...

    GroupDocs.Signature for Python via .NET is an easy to use electronic signature API designed for C#/.NET applications...sign electronic docs of various file formats. This e-signing API...

    docs.groupdocs.com/signature/python-net/
  6. GroupDocs.Redaction for Java | GroupDocs

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

    docs.groupdocs.com/redaction/java/
  7. GroupDocs.Redaction for Python via .NET | Group...

    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#...from documents across various file formats. It provides a unified...

    docs.groupdocs.com/redaction/python-net/
  8. GroupDocs.Signature for Java | GroupDocs

    GroupDocs.Signature for Java is an easy to use electronic signature API designed for Java applications...digital signatures for various file formats. Using digital signatures...

    docs.groupdocs.com/signature/java/
  9. GroupDocs.Viewer for .NET 25.12 – Latest Update...

    Explore what’s new in GroupDocs.Viewer for .NET 25.12. Available now on NuGet and GroupDocs website....that wrapped the entire result file. Bug VIEWERNET‑5568 Hyperlinks...

    blog.groupdocs.com/viewer/groupdocs-viewer-for-...
  10. Save in original format | GroupDocs

    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(); }...example demonstrates how to save file in its original format with...

    docs.groupdocs.com/redaction/java/save-in-origi...