Sort Score
Result 10 results
Languages All
Labels All
Results 951 - 960 of 3,853 for

edit

(0.07 sec)
  1. Load from a stream | Documentation

    This example demonstrates how to load a file from a stream. advanced_usage.loading_files.LoadFromStream // Constants.InputDoc is an absolute or relative path to your document. Ex: @"C:\Docs\source.doc" try (InputStream stream = new FileInputStream(Constants.InputDoc)) { try (Metadata metadata = new Metadata(stream)) { // Extract, Edit or remove metadata here } } More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples: GroupDocs.Metadata for ....Metadata ( stream )) { // Extract, edit or remove metadata here } }...You are welcome to view and edit metadata of PDF, DOC, DOCX,...

    docs.groupdocs.com/metadata/java/load-from-a-st...
  2. GroupDocs.Metadata Product Family

    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....latest version allows you to edit XMP metadata of WAV file format...latest version, you can now edit XMP metadata of WAV file format...

    blog.groupdocs.com/categories/groupdocs.metadat...
  3. Load a file of a specific format | Documentation

    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...
  4. Word Editing in Java on GroupDocs Blog | Docume...

    Word Editing in Java on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Word Editing in Java on GroupDocs Blog | Document Automation Solutions for .NET &......Word Editing in Java on GroupDocs Blog | Document Automation...Developers Recent content in Word Editing in Java on GroupDocs Blog |...

    blog.groupdocs.com/id/tag/word-editing-in-java/...
  5. Product Overview | Documentation

    Edit Microsoft Office documents like Word, Excel or PowerPoint or PDF with help of GroupDocs.Editor for Java without third party software installed....library which allows you to edit most popular document formats...GroupDocs.Editor for Java you can edit files of various formats and...

    docs.groupdocs.com/editor/java/product-overview/
  6. Adding a watermark alters the original word doc...

    Hello, We’re trying to add watermark in Word documents using the Java module groupdocs-watermark. Watermarks are being added succesfully, but they alter the original document (blank spaces/lines or modifying text align…...should have the possibility to edit the document), but all the content...opened (because Word displays editable areas with highlight) which...

    forum.groupdocs.com/t/adding-a-watermark-alters...
  7. Product Overview | Documentation

    GroupDocs.Editor for .NET is a C# api allows to Edit Microsoft Office documents like Word, Excel or PowerPoint or PDF without third party software installed....library which allows you to edit most popular document formats...GroupDocs.Editor for .NET you can edit files of various formats and...

    docs.groupdocs.com/editor/net/product-overview/
  8. GroupDocs.Editor for Node.js | Documentation

    GroupDocs.Editor for Node.js enables document Editing in form of HTML.Edit Word, Excel and PowerPoint documents using GroupDocs.Editor for Node.js powerful document Editing API....js Leave feedback Edit Word, Excel and PowerPoint documents...Node.js powerful document editing API. It can be used with any...

    docs.groupdocs.com/editor/nodejs-java/
  9. GroupDocs Newsletter March 2018 – Document Mani...

    Share this issue: Monthly NewsletterMarch 2018 Edit Business Documents in Java by Loading in HTML Save Back to HTML, Word, ODT, XML & Text File Formats Edit and transform documents using HTML Editor or by any UI-less service within any Java based application. GroupDocs.Editor for Javais a powerful document Editing API that allows converting supported document format into HTML and apply changes in any WYSIWYG HTML Editor, it also provide facility to convert back HTML document in same format or in other supported document format with changes made Easily manage complex documents Editing operations by adding just a few lines of code within any type of Java application....Monthly NewsletterMarch 2018 # Edit Business Documents in Java by...ODT, XML & Text File Formats Edit and transform documents using...

    blog.groupdocs.com/total/groupdocs-newsletter-m...
  10. Memory optimization option | Documentation

    This article explains how to optimize memory utilization when Editing large Word documents using GroupDocs.Editor for Java API..../ Developer Guide / Edit document / Edit Word document / Memory...

    docs.groupdocs.com/editor/java/memory-optimizat...