Sort Score
Result 10 results
Languages All
Labels All
Results 1,021 - 1,030 of 3,694 for

edit

(0.06 sec)
  1. GroupDocs Blog | Document Automation Solutions ...

    Document Automation APIs to enrich .NET and Java applications to view, Edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular file formats.... Learn how to efficiently edit metadata in Python applications...

    blog.groupdocs.com/
  2. GroupDocs Editor JAVA - Free Support Forum - gr...

    Hi, we got an error loading a Word file with track changes enabled. groupdocs-Editor.version: 23.2 java.version: 11 Error: Node type ‘14’ (‘14’) and corresponding instance of ‘com.groupdocs.Editor.internal.c.a.w.zzWJS…...replicate the error clearly, If we edit the file with MS WORD and accept...

    forum.groupdocs.com/t/groupdocs-editor-java/13067
  3. GroupDocs.Metadata for .NET | Documentation

    A .NET API to manipulate metadata is being consumed as metadata viewer for CRUD operations. It helps developers to read, write, Edit and remove meta information from all popular document file formats...helps developers to read, write, edit and remove meta information...

    docs.groupdocs.com/metadata/net/
  4. Load from a stream | Documentation

    This example demonstrates how to load a file from a stream. advanced_usage.loading_files.LoadFromStream JavaScript try { const fileStream = fs.createReadStream("input.one") const metadata = new groupdocs.metadata.Metadata(fileStream); } 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. GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:...You are welcome to view and edit metadata of PDF, DOC, DOCX,...

    docs.groupdocs.com/metadata/nodejs-java/load-fr...
  5. Working with annotation replies | Documentation

    The page describes how to manage replies for different document types using GroupDocs.Annotation for Java API.... provides an API to add, edit, or delete annotation replies...

    docs.groupdocs.com/annotation/java/working-with...
  6. Features Overview | Documentation

    Redacted meaning is that a process of modifying or Editing a document to remove the confidential information before publishing it. With GroupDocs.Redaction tool you can redact PDF and save redacted document, redact sensitive and classified information from MS Word (DOC, DOCX and more..), Excel (XLS, XLSX and more..), PowerPoint(PPT, PPTX and more) documents and images (JPG, PNG, BMP, GIF and more..)....a process of modifying or editing a document to remove the confidential...original format for further editing. Choosing the most appropriate...

    docs.groupdocs.com/redaction/net/features-overv...
  7. Generating slides preview for presentations | D...

    This article describes how to generate a preview for any slide in an existing PowerPoint presentation in SVG format using GroupDocs.Editor for Node.js and Java..../ Developer Guide / Edit Document / Edit PowerPoint Presentations...without needing to send it for editing. While the generated slide...

    docs.groupdocs.com/editor/nodejs-java/generatin...
  8. Working with metadata in WEBP images | Document...

    Working with XMP metadata GroupDocs.Metadata for Java allows managing XMP metadata in JPEG images. For more details please refer to the following guide: Working with XMP Metadata. Working with EXIF metadata The GroupDocs.Metadata API supports handling EXIF metadata in JPEG images. Please find appropriate code samples in the Working with EXIF Metadata section. More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:...You are welcome to view and edit metadata of PDF, DOC, DOCX,...

    docs.groupdocs.com/metadata/java/working-with-m...
  9. Working with metadata in HEIF/HEIC images | Doc...

    Working with XMP metadata GroupDocs.Metadata for .NET allows managing XMP metadata in HEIF/HEIC images. For more details please refer to the following guide: Working with XMP metadata. Working with EXIF metadata The GroupDocs.Metadata API supports handling EXIF metadata in HEIF/HEIC images. Please find appropriate code samples in the Working with EXIF metadata section. More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:...You are welcome to view and edit metadata of PDF, DOC, DOCX,...

    docs.groupdocs.com/metadata/net/working-with-me...
  10. Load a password-protected document | Documentation

    This example demonstrates how to load a password-protected document. advanced_usage.loading_files.LoadPasswordProtectedDocument JavaScript try { var loadOptions = new LoadOptions(); loadOptions.setPassword("123"); const metadata = new groupdocs.metadata.Metadata("protected.docx", loadOptions); } 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. GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:...You are welcome to view and edit metadata of PDF, DOC, DOCX,...

    docs.groupdocs.com/metadata/nodejs-java/load-a-...