Sort Score
Result 10 results
Languages All
Labels All
Results 2,291 - 2,300 of 21,248 for

edit

(0.07 sec)
  1. Working with saved Emails | Documentation

    GroupDocs.Metadata for Java provides functionality that allows handling the most popular email message formats: EML and MSG. The following are some commonly used scenarios of working with the message content and metadata. Reading EML message metadata The EML message format is used by many email clients including Novell GroupWise, Microsoft Outlook Express, Lotus notes, Windows Mail, Mozilla Thunderbird, and Postbox. The files contain the email contents as plain text in MIME format, containing the email header and body, including attachments in one or more of several formats....You are welcome to view and edit metadata of PDF, DOC, DOCX,...

    docs.groupdocs.com/metadata/java/working-with-s...
  2. Ultimate Document Processing APIs For a Worldwi...

    GroupDocs APIs are empowering document and image processing solutions globally. Explore our document automation services in a language of your choice....Trust GroupDocs APIs to read, edit, compare, convert, merge, watermark...

    www.groupdocs.com/countries/
  3. GitHub Mobile - GitHub Docs

    Triage, collaborate, and manage your work on GitHub from your mobile device....on issues and pull requests Edit files in pull requests Search...

    docs.github.com/en/get-started/using-github/git...
  4. Combine Note Online | Free GroupDocs Apps

    Free online Note merger. Combine Note to single file. 100% free online Note merger, secure and easy to use....OneNote lets you create, open and edit notes files that contain sections...

    products.groupdocs.app/merger/note
  5. Working with metadata in Matroska (MKV) files |...

    Reading matroska format-specific properties The GroupDocs.Metadata API supports extracting format-specific information from MKV files. The following are the steps to read native MKV metadata. Load an MKV video Get the root metadata package Extract the native metadata package using the MatroskaRootPackage.getMatroskaPackage method Read the Matroska metadata properties on different levels of the format structure advanced_usage.managing_metadata_for_specific_formats.video.matroska.MatroskaReadNativeMetadataProperties try (Metadata metadata = new Metadata(Constants.InputMkv)) { MatroskaRootPackage root = metadata.getRootPackageGeneric(); // Read the EBML header System....You are welcome to view and edit metadata of PDF, DOC, DOCX,...Document Metadata Viewing and Editing App . Working with metadata...

    docs.groupdocs.com/metadata/java/working-with-m...
  6. java-app.zip

    java-app/App.java java-app/App.java import com.groupdocs.viewer.Viewer; import com.groupdocs.viewer.options.*; public class App { public static void main(String[] args) throws Exception { Viewer vi......Images 4 Fields 5 Form Fields Edit test text Checkbox |_| Combobox...

    docs.groupdocs.com/viewer/java/sample-apps/gett...
  7. Proficiently Manipulate Metadata in your Passwo...

    post. Tagged with java, metadata, api, pdf....watermark, assemble, parse, search, edit and compare popular file formats...

    dev.to/groupdocs/proficiently-manipulate-metada...
  8. In-Table Master-Detail in Word Processing Docum...

    Note In this article, we will use GroupDocs.Assembly to generate an In-Table Master-Detail report in Word Processing Document format based on the use case: Working with a Business Case. Note The code uses some of the objects defined in The Business Layer. In-Table Master-Detail in Microsoft Word Document Creating a In-Table Master-Detail Practising the following steps you can create In-Table Master-Detail Template in MS Word 2013. Click the document where you want to add the table....OpenOffice) available to create, open, edit and save this format. For more...

    docs.groupdocs.com/assembly/net/in-table-master...
  9. In-Table List with Highlighted Rows in Presenta...

    Note In this article, we will use GroupDocs.Assembly to generate an In-Table List with Highlighted Rows report in Presentation Document format based on the use case: Working with a Business Case. Note The code uses some of the objects defined in The Business Layer. In-Table List with Highlighted Rows in Microsoft PowerPoint Document Creating a In-Table List with Highlighted Rows Practising the following steps you can create In-Table List with Highlighted Rows Template in MS PowerPoint 2013....OpenOffice) available to create, open, edit and save this format. For more...

    docs.groupdocs.com/assembly/net/in-table-list-w...
  10. Working with metadata in ASF files | Documentation

    Reading ASF format-specific properties The GroupDocs.Metadata API supports extracting format-specific information from ASF files. The following are the steps to read native ASF metadata. Load an ASF video Get the root metadata package Extract the native metadata package using the AsfRootPackage.getAsfPackage method Read the ASF metadata properties advanced_usage.managing_metadata_for_specific_formats.video.asf.AsfReadNativeMetadataProperties try (Metadata metadata = new Metadata(Constants.InputAsf)) { AsfRootPackage root = metadata.getRootPackageGeneric(); AsfPackage asfPackage = root.getAsfPackage(); // Display basic properties System.out.println(String.format("Creation date: %s", asfPackage....You are welcome to view and edit metadata of PDF, DOC, DOCX,...

    docs.groupdocs.com/metadata/java/working-with-m...