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

new

(0.06 sec)
  1. SQLite DB on GroupDocs Blog | Document Automati...

    SQLite DB on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in SQLite DB on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers 使用 C#......(Parser parser = new Parser(connectionString, new LoadOptions(FileFormat...

    blog.groupdocs.com/zh/tag/sqlite-db/index.xml
  2. Using aliases | Documentation

    This article shows the use of aliases which allows you to reduce the length of search queries in text form....Consulting Blog Knowledge Base New Releases Status Websites aspose...specified folder Index index = new Index ( indexFolder ); // Indexing...

    docs.groupdocs.com/search/net/using-aliases/
  3. Working with metadata in GIF images | Documenta...

    Detecting the GIF version The following sample of code will help you to detect the version of a loaded GIF image and extract some additional file format information. Load a GIF image Extract the root metadata package Use the getGifImageType method to obtain file format information advanced_usage.managing_metadata_for_specific_formats.image.gif.GifReadFileFormatProperties try (Metadata metadata = New Metadata(Constants.InputGif)) { GifRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getGifImageType().getFileFormat()); System.out.println(root.getGifImageType().getVersion()); System.out.println(root.getGifImageType().getByteOrder()); System.out.println(root.getGifImageType().getMimeType()); System.out.println(root.getGifImageType().getExtension()); System.out.println(root.getGifImageType().getWidth()); System.out.println(root.getGifImageType().getHeight()); } Working with XMP Metadata GroupDocs....Consulting Blog Knowledge Base New Releases Status Websites aspose...GifReadFileFormatPro try ( Metadata metadata = new Metadata ( Constants . InputGif...

    docs.groupdocs.com/metadata/java/working-with-m...
  4. Get the format family and the additional inform...

    This article explains how to get the format family and the additional information using Java with GroupDocs.Viewer for Java....Consulting Blog Knowledge Base New Releases Status Websites aspose...// ... try ( Viewer viewer = new Viewer ( "sample.pdf" )) { //...

    docs.groupdocs.com/viewer/java/how-to-get-file-...
  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. 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-...
  7. 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-...
  8. 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...
  9. 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...
  10. Note Format is Supported in GroupDocs.Merger fo...

    This month’s release of GroupDocs.Merger for .NET 18.9 comes with some New features. API enables you to work with password-protected ODT and OTT file formats. You can also trim Note formatted documents. Please see release notes for further details. Features Note format is supported by following methods: Join MovePage RemovePage Split document SwapPages Trim Implement security methods for the following formats: OTT ODT Available Channels and Resources Here are a few channels and resources for you to learn, try and get technical support on GroupDocs....9 comes with some new features. API enables you to...

    blog.groupdocs.com/merger/note-format-is-suppor...