Sort Score
Result 10 results
Languages All
Labels All
Results 3,441 - 3,450 of 4,298 for

editing

(0.22 sec)
  1. Convert PDF to RTF using Node.js

    Learn how to convert PDF to RTF using Node.js with a step-by-step guide. Easily export PDF to RTF in Node.js for editable and formatted text processing....often, they are not easily editable or compatible with other text-based...converting PDF files to a more editable format but also enhances the...

    kb.groupdocs.com/conversion/nodejs/convert-pdf-...
  2. Save a modified file to the original source | G...

    This article shows how to save the modified content to the underlying source in Java.... OutputPpt )) { // Edit or remove metadata here // Saves...You are welcome to view and edit metadata of PDF, DOC, DOCX,...

    docs.groupdocs.com/metadata/java/save-a-modifie...
  3. Save a modified file to a stream | GroupDocs

    This article shows how to save a file to a specified stream using GroupDocs.Metadata for Python via .NET....png" ) as metadata : # Edit or remove metadata here metadata...You are welcome to view and edit metadata of PDF, DOC, DOCX,...

    docs.groupdocs.com/metadata/python-net/save-a-m...
  4. GroupDocs.Annotation for Java | GroupDocs

    Java library that adds, edits, and removes annotations and markup — area and shape annotations, text highlight/underline/strikeout, watermarks, image and link stamps, and threaded comments — on PDF, Word, Excel, PowerPoint, images, CAD, Visio, and email files. No Microsoft Office or Adobe Acrobat required....document annotation API that adds, edits, and removes annotations and...images, and hyperlinks, add editable text fields, and attach threaded...

    docs.groupdocs.com/annotation/java/
  5. Find metadata properties | GroupDocs

    This article explains that how you can easily search metadata and extract desired metadata properties from PDF, DOCX, PPTX, XLSX, images, audio, video and many other files of different types in your .NET solution....the name of the person last edited the document and all properties...date/time the document was last edited. For more information on supported...

    docs.groupdocs.com/metadata/net/find-metadata-p...
  6. Cómo convertir PDF a RTF en Java

    ¿Quieres transformar un documento no editable a formato Word? Si es así, aprenda cómo convertir PDF a RTF en Java y revise el código para la aplicación Java PDF a RTF....documentos de formato no editable a formato editable utilizando una de...

    kb.groupdocs.com/es/conversion/java/how-to-conv...
  7. Convert MSG to DOCX using Node.js

    Learn how to convert MSG to DOCX using Node.js with a simple guide. Follow easy steps to export MSG to DOCX in Node.js for seamless email-to-document conversion....transforming it into accessible and editable document formats. For developers...convert Outlook messages to editable Word documents unlocks new...

    kb.groupdocs.com/conversion/nodejs/convert-msg-...
  8. Company Ltd.

    Sheet1 Exact phrase redactions Exact Phrase redaction applies textual redaction, replacing personal exact phrase "John Doe" with "[personal]" Sample: John Doe Regular expressions redactions Behind ......threaded comment; however, any edits to it will get removed if the...threaded comment; however, any edits to it will get removed if the...

    docs.groupdocs.com/redaction/python-net/_output...
  9. Add document to Word processing via OLE | Group...

    This article explains how to add document to Word processing via OLE with GroupDocs.Merger within your Java applications....application into currently edited documents. For example Excel...be embedded into documents edited in a word processor and so...

    docs.groupdocs.com/merger/java/add-document-to-...
  10. Load a file of a specific format | GroupDocs

    This example demonstrates how to load a file of some particular format. advanced_usage.loading_files.LoadingFileOfSpecificFormat // Explicitly specifying the format of a file to load you can spare some time on detecting the format LoadOptions loadOptions = new LoadOptions(FileFormat.Spreadsheet); // Constants.InputXls is an absolute or relative path to your document. Ex: @"C:\Docs\source.xls" try (Metadata metadata = new Metadata(Constants.InputXls, loadOptions)) { SpreadsheetRootPackage root = metadata.getRootPackageGeneric(); // Use format-specific properties to extract or edit metadata System....format-specific properties to extract or edit metadata System . out . println...You are welcome to view and edit metadata of PDF, DOC, DOCX,...

    docs.groupdocs.com/metadata/java/load-a-file-of...