Sort Score
Result 10 results
Languages All
Labels All
Results 3,931 - 3,940 of 14,615 for

file

(0.05 sec)
  1. C# Fuzzy Search - Find in Files across Folders

    Unlock the power of programmatic fuzzy search in C#! Search multiple text-based documents across folders for approximate matches with error tolerance....search text in a wide range of file formats, such as Word documents...presentations (PPT, PPTX) , PDF files, Markup (HTML, XML) , Markdown...

    blog.groupdocs.com/search/fuzzy-search-csharp/
  2. Annotate GIF, TIFF, BMP and JPEG formats using ...

    We are excited to announce another monthly release where new document formats is added in supported format list for annotating images. The latest GroupDocs.Annotation for .NET 17.1.0 API now provides support to GIF, TIFF, BMP and JPEG with all major annotation types like Text, Area, Point, Watermark and Strikeout Annotations. We recommend our user to download the latest API release to use new exciting features and enhance their application with GroupDocs....major Annotation types in Image file with different formats like...

    blog.groupdocs.com/annotation/annotate-gif-tiff...
  3. Preserve linking of OLE objects to Excel when P...

    Hi I have a use case where I have a PowerPoint with multiple OLE Objects that are linked to an Excel File. I am sending the PowerPoint and Excel as base64 encoded strings via an API and will be inserting the slide into…...that are linked to an Excel file. I am sending the PowerPoint...

    forum.groupdocs.com/t/preserve-linking-of-ole-o...
  4. Edit PDF | Documentation

    This guide demonstrates how to edit content of PDF Files like a common text documents using a GroupDocs.Editor for .NET.... Save to a file or a stream string outputPath...responsible for loading the PDF files into the . It has only one property...

    docs.groupdocs.com/editor/net/edit-pdf/
  5. 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-...
  6. GroupDocs.Signature for Java | Documentation

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

    docs.groupdocs.com/redaction/java/
  8. 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#...from documents across various file formats. It provides a unified...

    docs.groupdocs.com/redaction/python-net/
  9. 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(); }...example demonstrates how to save file in its original format with...

    docs.groupdocs.com/redaction/java/save-in-origi...
  10. Redact PDF and Scanned Documents in C# | Blacko...

    Redact text in PDF and other documents using C# in your .NET applications. Redact documents to blackout text and also the text within the embedded images....within documents of various file formats. Along with the simple...scanned PDF files. The complete list of supported file formats is...

    blog.groupdocs.com/redaction/redact-text-and-sc...