Sort Score
Result 10 results
Languages All
Labels All
Results 1,361 - 1,370 of 2,101 for

editable document java

(0.33 sec)
  1. Save a modified file to a specified location | ...

    This article shows how to save a Document to a specified location on a local disk in Java...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Metadata Product...Family / GroupDocs.Metadata for Java / Developer Guide / Advanced...

    docs.groupdocs.com/metadata/java/save-a-modifie...
  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....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Metadata Product...Family / GroupDocs.Metadata for Java / Developer Guide / Advanced...

    docs.groupdocs.com/metadata/java/save-a-modifie...
  3. Working with metadata in Diagrams | GroupDocs

    GroupDocs.Metadata for Java provides functionality that allows working with different kinds of diagrams such as VDX, VSDX, VSX, etc. For the full list of supported Document formats please refer to Supported Document formats. Detecting the exact type of a Document The following sample of code will help you to detect the exact type of a loaded diagram and extract some additional file format information. Load a PDF Document Extract the root metadata package Use the getDiagramType method to obtain file format information advanced_usage....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Metadata Product...Family / GroupDocs.Metadata for Java / Developer Guide / Advanced...

    docs.groupdocs.com/metadata/java/working-with-m...
  4. Enabling Inline CSS Styles | GroupDocs

    This article describes how to enable the inline styles option for WordProcessing Documents to store CSS styles directly inside the HTML markup using GroupDocs.Editor for Node.js via Java....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Editor Product...Developer Guide / Edit Document / Edit Word Document / Enabling Inline...

    docs.groupdocs.com/editor/nodejs-java/inline-st...
  5. Edit Word | GroupDocs

    This guide demonstrates how to edit DOC, DOT, DOCX, DOCM, DOTX, ODT, RTF Documents with font extraction, different pagination modes and many other powerful features of GroupDocs.Editor for Java....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Editor Product...Editor for Java / Developer Guide / Edit document / Edit Word document...

    docs.groupdocs.com/editor/java/edit-word/
  6. Working with metadata in TIFF images | GroupDocs

    Working with XMP metadata GroupDocs.Metadata for Java allows managing XMP metadata in TIFF 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 TIFF images. Please find appropriate code samples in the Working with EXIF Metadata section. Working with IPTC metadata GroupDocs.Metadata for Java is also able to work with IPTC metadata in TIFF images....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Metadata Product...Family / GroupDocs.Metadata for Java / Developer Guide / Advanced...

    docs.groupdocs.com/metadata/java/working-with-m...
  7. How to edit e-Book file | GroupDocs

    This article demonstrates how to edit e-Book files using Java programming language....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Editor Product...for Java / Developer Guide / Edit document / How to edit e-Book...

    docs.groupdocs.com/editor/java/how-to-edit-ebook/
  8. How to edit XML file | GroupDocs

    This article demonstrates how to edit XML files and XML Documents using Java programming language....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Editor Product...for Java / Developer Guide / Edit document / How to edit XML...

    docs.groupdocs.com/editor/java/how-to-edit-xml/
  9. Working with metadata in Word Processing docume...

    GroupDocs.Metadata for Java provides functionality that allows working with different kinds of WordProcessing Documents such as DOC, DOCX, ODT, etc. For the full list of supported Document formats please refer to Supported Document formats. Detecting the exact type of a Document The following sample of code will help you to detect the exact type of a loaded Document and extract some additional file format information. Load a WordProcessing Document Extract the root metadata package Use the getWordProcessingType method to obtain file format information advanced_usage....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Metadata Product...Family / GroupDocs.Metadata for Java / Developer Guide / Advanced...

    docs.groupdocs.com/metadata/java/working-with-m...
  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....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Metadata Product...Family / GroupDocs.Metadata for Java / Developer Guide / Advanced...

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