Sort Score
Result 10 results
Languages All
Labels All
Results 2,611 - 2,620 of 10,655 for

new

(0.03 sec)
  1. Single Row Image in Presentation Document | Doc...

    Note In this article, we will use GroupDocs.Assembly to generate a Single Row Image report in Presentation Document format. Note The code uses some of the objects defined in The Business Layer. Single Row in Microsoft PowerPoint Document Creating a Single Row Please follow below steps to create Single Row Image in MS PowerPoint 2013: Creat a New presentation slide. Insert a desired shape to display image in it. Go to Insert Tab and select shape by clicking on Shape Icon....Consulting Blog Knowledge Base New Releases Status Websites aspose...MS PowerPoint 2013: Creat a new presentation slide. Insert a...

    docs.groupdocs.com/assembly/java/single-row-ima...
  2. Convert to Image with advanced options | Docume...

    Follow this guide and learn how to convert documents to image with height, width, resolution, brightness and other customizations using GroupDocs.Conversion for Java....Consulting Blog Knowledge Base New Releases Status Websites aspose...try ( Converter converter = new Converter ( "professional-services...

    docs.groupdocs.com/conversion/java/convert-to-i...
  3. In-Table Master-Detail in Email Document | Docu...

    Note In this article, we will use GroupDocs.Assembly to generate an In-Table Master-Detail report in Email Document format. Note The code uses some of the objects defined in The Business Layer. Note This feature is supported by version 17.8.0 or greater. In-Table Master-Detail in Email Document Creating a In-Table Master-Detail Practising the following steps you can create In-Table Master-Detail Template in MS Outlook 2013. Create a New Email. Click the email where you want to add the table....Consulting Blog Knowledge Base New Releases Status Websites aspose...in MS Outlook 2013. Create a new Email. Click the email where...

    docs.groupdocs.com/assembly/net/in-table-master...
  4. Numbered List in Spreadsheet Document | Documen...

    Note In this article, we will use GroupDocs.Assembly to generate a Numbered List report in Spreadsheet Document format. Note The code uses some of the objects defined in The Business Layer. Numbered List in Microsoft Excel Document Creating a Numbered List Practising the following steps you can create Numbered List Template in MS Excel 2013. You can create two kinds of Numbered List in Microsoft Excel. In-cell List Multiple-cell List Apply the following steps to build the In-Cell template...Consulting Blog Knowledge Base New Releases Status Websites aspose...build the In-Cell template Add a new Workbook. Write a sentence, for...

    docs.groupdocs.com/assembly/java/numbered-list-...
  5. Extract metadata from Emails | Documentation

    To extract metadata from emails getMetadata method is used. This method allows to extract the following metadata: Name Description subject The email “subject” field. email-sender The email “from” field. email-to The email “to” field. May contain more than one address separated by semicolons. email-cc The email “cc” field. May contain more than one address separated by semicolons. Here are the steps to extract metadata from an email: Instantiate Parser object for the initial email; Call getMetadata method and obtain collection of document metadata objects; Iterate through the collection and get metadata names and values....Consulting Blog Knowledge Base New Releases Status Websites aspose...class try ( Parser parser = new Parser ( Constants . SampleMsg...

    docs.groupdocs.com/parser/java/extract-metadata...
  6. Common Master-Detail Image in Spreadsheet Docum...

    Note In this article, we will use GroupDocs.Assembly to generate a Common Master-Detail Image report in Spreadsheet Document format. Note The code uses some of the objects defined in The Business Layer. Common Master-Detail Image in Microsoft Excel Document Creating a Common Master-Detail Image Please follow below steps to create Common Master-Detail Image Template in MS Excel 2013: Create a New Workbook. Insert a shape to display image in it....Consulting Blog Knowledge Base New Releases Status Websites aspose...Template in MS Excel 2013: Create a new Workbook. Insert a shape to display...

    docs.groupdocs.com/assembly/java/common-master-...
  7. Traverse a whole metadata tree | Documentation

    This article explains that the GroupDocs.Metadata represents any loaded file as a tree consisting of metadata properties and nested metadata packages. You can easily iterate through the metadata tree...Consulting Blog Knowledge Base New Releases Status Websites aspose...using ( Metadata metadata = new Metadata ( Constants . JpegWithXmp...

    docs.groupdocs.com/metadata/net/traverse-a-whol...
  8. 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....Consulting Blog Knowledge Base New Releases Status Websites aspose...MatroskaReadNativeMe try ( Metadata metadata = new Metadata ( Constants . InputMkv...

    docs.groupdocs.com/metadata/java/working-with-m...
  9. HTML Content dimensions - Free Support Forum - ...

    Hi All, I have a few questions on group docs viewer for JSP: Is there a way to control the dimensions of the html content generated by Group Docs? The dimensions of the html content varies based on the document used a…...Hence, you can change or add new controls in the existing JSP...getViewerHtmlHandler().getDocumentInfo(new DocumentInfoOptions( path ));...

    forum.groupdocs.com/t/html-content-dimensions/2130
  10. Read DublinCore Information in EPUB File using ...

    Good News for Java users. GroupDocs team is proudly announcing the first release for this year with the support for **EPUB file format’s **metadata operations. Using the GroupDocs.Metadata for Java 18.1, you can now detect EPUB file format and read its metadata and **DublinCore **information. We recommend you to download the latest version for a better experience. Features IntroducedFollowing are the New features introduced in version 18.1. Detecting EPUB Document File Format Getting Metadata in EPUB File Format Getting DublinCore Metadata in EPUB File Format For details about the features supported by the API, please visit Features Overview....Good news for Java users. GroupDocs team is proudly announcing...IntroducedFollowing are the new features introduced in version...

    blog.groupdocs.com/metadata/read-dublincore-inf...