This article explains how to load PDF, Word, Excel, PowerPoint documents from local disk when using GroupDocs.Comparison for Java....Search Product Solution GroupDocs.Editor Product Solution GroupDocs...
This section shows how to update electronic signatures in documents using GroupDocs.Signature for Python via .NET....Search Product Solution GroupDocs.Editor Product Solution GroupDocs...
This article gives the knowledge about nesting search queries in object form using Java search API....Search Product Solution GroupDocs.Editor Product Solution GroupDocs...
Learn how to generate page previews (thumbnails) of documents using GroupDocs.Comparison for Python via .NET....Watermark Product Solution GroupDocs.Editor Product Solution 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(); }...Search Product Solution GroupDocs.Editor Product Solution GroupDocs...
This article describes the main functions of GroupDocs.Comparison for Python via .NET. Comparing files, Accepting or rejecting changes between documents, receiving information from a document and creating a summary report...Watermark Product Solution GroupDocs.Editor Product Solution GroupDocs...
This page explains how to convert a file to PDF, Word, Excel, PowerPoint, Email, JPG, PNG, TIFF, and many other formats with just a couple of lines of Java code....Search Product Solution GroupDocs.Editor Product Solution GroupDocs...
GroupDocs.Parser provides the functionality to extract data from HTML documents and other markup formats.
The following table provides the list of supported formats:
Format Description HTML Hypertext Markup Language File XHTML Extensible Hypertext Markup Language File MHTML MIME HTML File MD Markdown XML XML File More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:
GroupDocs.Parser for .NET examples GroupDocs....Search Product Solution GroupDocs.Editor Product Solution GroupDocs...
In this article, you will learn how to get predefined default convert options for desired target format with GroupDocs.Conversion for .NET API....Search Product Solution GroupDocs.Editor Product Solution GroupDocs...
This section contains articles with explanation how to sign documents with electronic signatures using .Net c#...Search Product Solution GroupDocs.Editor Product Solution GroupDocs...