Sort Score
Result 10 results
Languages All
Labels All
Results 161 - 170 of 2,750 for

file editor

(0.05 sec)
  1. Text file encoding detection | Documentation

    This article explains that how to detect encoding of a text File automatically in Java....Editor Product Solution GroupDocs...Indexing / Text file encoding detection Text file encoding detection...

    docs.groupdocs.com/search/java/text-file-encodi...
  2. Word table columns shrink with GroupDocs.Editor...

    Hello, I’ve integrated the GroupDocs Editor into our project to enable online editing of Word documents. Here’s how it works: we upload a Word File, which is then converted into HTML using the GroupDocs Editor. Subseque…...Editor in JAVA and TinyMCEe GroupDocs.Editor Product...I’ve integrated the GroupDocs Editor into our project to enable...

    forum.groupdocs.com/t/word-table-columns-shrink...
  3. How to Edit XML Files in Java | Java API for XM...

    Edit or update XML data within your Java applications. Modify XML Files and save the changes in various formats using Editing Java API ....developers need to edit the XML file when it is received or before...discuss how to edit the XML file data in Java . XML Editing Java...

    blog.groupdocs.com/editor/edit-xml-files-in-java/
  4. Get supported file formats | Documentation

    The getSupportedFileTypes method of the FileType class is used to obtain a list of supported File types. An example of obtaining a list of supported File types is presented below. Iterable<FileType> supportedFileTypes = FileType.getSupportedFileTypes(); Iterator iterator = supportedFileTypes.iterator(); while (iterator.hasNext()) { FileType FileType = (FileType)iterator.next(); System.out.println(FileType.getExtension() + " - " + FileType.getDescription()); } More resources Advanced usage topics To learn more about library features and get familiar how to manage metadata and more, please refer to theadvanced usage section....Editor Product Solution GroupDocs...Get supported file formats Get supported file formats Leave feedback...

    docs.groupdocs.com/metadata/java/get-supported-...
  5. Save overwriting original file | Documentation

    This article demonstrates that how to save the redacted document, replacing an original File...Editor Product Solution GroupDocs...overwriting original file Save overwriting original file Leave feedback...

    docs.groupdocs.com/redaction/net/save-overwriti...
  6. Load Password-Protected File | Documentation

    Learn how to load and convert password-protected documents using the GroupDocs.Conversion for Python via .NET API, enabling seamless handling of secured Files....Editor Product Solution GroupDocs...Password-Protected File Load Password-Protected File Leave feedback...

    docs.groupdocs.com/conversion/python-net/develo...
  7. Save overwriting original file | Documentation

    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....Editor Product Solution GroupDocs...overwriting original file Save overwriting original file Leave feedback...

    docs.groupdocs.com/redaction/java/save-overwrit...
  8. Get supported file formats | Documentation

    This article explains how to get the list of all supported File formats....Editor Product Solution GroupDocs...Get supported file formats Get supported file formats Leave feedback...

    docs.groupdocs.com/watermark/java/get-supported...
  9. Get supported file formats | Documentation

    The page describes how to obtain supported File formats list when annotate documents and images with GroupDocs.Annotation within your .NET applications....Editor Product Solution GroupDocs...Get supported file formats Get supported file formats Leave feedback...

    docs.groupdocs.com/annotation/net/get-supported...
  10. Get supported file formats | Documentation

    This article explains how to obtain supported File formats list when viewing documents with GroupDocs.Comparison within your Java applications....Editor Product Solution GroupDocs...Get supported file formats Get supported file formats Leave feedback...

    docs.groupdocs.com/comparison/java/get-supporte...