Sort Score
Result 10 results
Languages All
Labels All
Results 191 - 200 of 3,300 for

file editor

(0.56 sec)
  1. Working with Form Fields | GroupDocs

    This article demonstrates how to load, edit, and read form fields in a Word document using GroupDocs.Editor for Python via .NET....Editor Product Solution GroupDocs...GroupDocs.Editor Product Family / GroupDocs.Editor for Python...

    docs.groupdocs.com/editor/python-net/working-wi...
  2. Supported file formats | GroupDocs

    This topic lists File formats supported by GroupDocs.Watermark for Python....Editor Product Solution GroupDocs...Started / Supported file formats Supported file formats Leave feedback...

    docs.groupdocs.com/watermark/python-net/support...
  3. Optimize spreadsheets in a PDF file | GroupDocs

    This topic describes how to optimize spreadsheets in a PDF File using the GroupDocs.Viewer Java API....Editor Product Solution GroupDocs...output PDF file / Optimize spreadsheets in a PDF file Optimize...

    docs.groupdocs.com/viewer/java/optimization-pdf...
  4. 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/
  5. GroupDocs.Editor for Python via .NET | GroupDocs

    Native Python library that loads Word, Excel, PowerPoint, PDF, email, eBook, and text documents, converts them to editable HTML/CSS, and saves them back — or to another format — on Windows, Linux, and macOS. No Microsoft Office or OpenOffice required....Editor Product Solution GroupDocs...GroupDocs.Editor Product Family / GroupDocs.Editor for Python...

    docs.groupdocs.com/editor/python-net/
  6. Create and edit new WordProcessing document | G...

    This article demonstrates how to create and edit WordProcessing documents using GroupDocs.Editor for .NET. It also covers supported formats like spreadsheets and presentations....Editor Product Solution GroupDocs...GroupDocs.Editor Product Family / GroupDocs.Editor for .NET /...

    docs.groupdocs.com/editor/net/create-document/
  7. Load Password-Protected File | GroupDocs

    Unlock and convert password-protected Word, Excel, PowerPoint, and PDF documents by passing a LoadOptions instance with the password attribute to the Converter constructor in GroupDocs.Conversion for Python via .NET....Editor Product Solution GroupDocs...Password-Protected File Load Password-Protected File Leave feedback...

    docs.groupdocs.com/conversion/python-net/develo...
  8. Loading specific file formats | GroupDocs

    In some cases it’s required to specify the document format manually to guarantee correct output produced by GroupDocs.Parser. The following are the cases when the document format must be specified manually: Markdown documents MHTML documents OTP documents (OpenDocument Presentation Template) Databases Emails from remote servers Here are the steps to specify the document format for Markup document. Instantiate the LoadOptions object and pass the document format in LoadOptions(FileFormat) constructor; Create Parser object and call any method....Editor Product Solution GroupDocs...Loading specific file formats Loading specific file formats Leave...

    docs.groupdocs.com/parser/java/loading-specific...
  9. 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....Editor Product Solution GroupDocs...overwriting original file Save overwriting original file Leave feedback...

    docs.groupdocs.com/redaction/java/save-overwrit...
  10. Edit TXT | GroupDocs

    This guide demonstrates how to edit plain text Files with encoding, lists recognition, pagination and other powerful features of GroupDocs.Editor for .NET...Editor Product Solution GroupDocs...GroupDocs.Editor Product Family / GroupDocs.Editor for .NET /...

    docs.groupdocs.com/editor/net/edit-txt/