Sort Score
Result 10 results
Languages All
Labels All
Results 1,731 - 1,740 of 32,083 for

groupdocs.total

(1.8 sec)
  1. Load from FTP | GroupDocs

    This article explains how to load a document from FTP storage with GroupDocs.Viewer within your Java applications....Close Navigation Products GroupDocs.Total Product Family GroupDocs...

    docs.groupdocs.com/viewer/java/load-document-fr...
  2. Installation | GroupDocs

    GroupDocs hosts all Java APIs on GroupDocs Repository. You use the GroupDocs.Annotation for Java API directly in your Maven projects with simple configurations. Specify GroupDocs Repository Configuration First, you need to specify GroupDocs repository configuration/location in your Maven pom.xml as follows: XML GroupDocs Artifact Repository GroupDocs Artifact Repository https://releases.groupdocs.com/java/repo/ Define GroupDocs.Annotation for Java API Dependency Then define GroupDocs.Annotation for Java API dependency in your pom.xml as follows:...Close Navigation Products GroupDocs.Total Product Family GroupDocs...

    docs.groupdocs.com/annotation/java/installation/
  3. Save overwriting original file | GroupDocs

    The following example demonstrates how to save the redacted document, replacing an original file: // Make a copy of sample file Files.copy(new File("Sample.docx").toPath(), new File("OverwrittenSample.docx").toPath(), StandardCopyOption.REPLACE_EXISTING); // Apply redaction final Redactor redactor = new Redactor("OverwrittenSample.docx"); try { RedactorChangeLog result = redactor.apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions(java.awt.Color.RED))); if (result.getStatus() != RedactionStatus.Failed) { SaveOptions options = new SaveOptions(); options.setAddSuffix(false); options.setRasterizeToPDF(false); // Save the document in original format overwriting original file redactor.save(options); } } finally { redactor....Close Navigation Products GroupDocs.Total Product Family GroupDocs...

    docs.groupdocs.com/redaction/java/save-overwrit...
  4. List of supported files for GetText function in...

    Hi, I’m trying to use “GetText” function from GroupDocs.Parser, to extract text from various files. Parser generally seems to support a lot of formats: But “GetText” specifically seems to be more limited. Is there …...Parser from GroupDocs.Total.NETFramework package 25...was not included into GroupDocs.Total.NETFramework package 25...

    forum.groupdocs.com/t/list-of-supported-files-f...
  5. Convert CSV to MD using C#

    Let's swiftly grasp how to convert CSV to MD using C# without extra software installations. We will present you the key steps and C# code to export CSV to MD....Find Answers by API GroupDocs.Total Product Family GroupDocs...

    kb.groupdocs.com/conversion/net/convert-csv-to-...
  6. How to Add Reply to Annotation in PDF using Java

    This concise tutorial will guide you how to add reply to annotation in PDF using Java. Also, it provides working code example to reply annotation in PDF using Java....Find Answers by API GroupDocs.Total Product Family GroupDocs...

    kb.groupdocs.com/annotation/java/how-to-add-rep...
  7. How to Convert Excel to PDF in C#

    Let's look at how to convert Excel to PDF in C# and how to use the C# Excel to PDF sample code to convert a workbook, selected sheets, or any cell range to PDF....Find Answers by API GroupDocs.Total Product Family GroupDocs...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  8. How to Sign PDF Document with QR Code in C#

    Easily generate QR Code in C# by following this guide and review the process to sign PDF document with QR Code in C# without a third-party tool....Find Answers by API GroupDocs.Total Product Family GroupDocs...

    kb.groupdocs.com/signature/net/how-to-sign-pdf-...
  9. How to Compare Powerpoint Files using Java

    Let's get familiar yourself with the process to compare Powerpoint Files using Java and how to create functionality to compare two ppt files for differences in Java....Find Answers by API GroupDocs.Total Product Family GroupDocs...

    kb.groupdocs.com/comparison/java/how-to-compare...
  10. How to Convert HTML to RTF in C#

    In this quick how-to tutorial, we will explain the steps to convert HTML to RTF in C# and how to implement C# HTML to RTF feature using this guide....Find Answers by API GroupDocs.Total Product Family GroupDocs...

    kb.groupdocs.com/conversion/net/how-to-convert-...