Sort Score
Result 10 results
Languages All
Labels All
Results 2,731 - 2,740 of 13,131 for

new

(1.24 sec)
  1. Working with metadata in FLV files | GroupDocs

    Reading FLV header properties The GroupDocs.Metadata API supports extracting format-specific information from the FLV file header. The following are the steps to read the header of an FLV file. Load an FLV video Get the root metadata package Extract the native metadata package using the FlvRootPackage.getHeader method Read the FLV header properties advanced_usage.managing_metadata_for_specific_formats.video.flv.FlvReadHeaderProperties try (Metadata metadata = New Metadata(Constants.InputFlv)) { FlvRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getHeader().getVersion()); System.out.println(root.getHeader().hasAudioTags()); System.out.println(root.getHeader().hasVideoTags()); System.out.println(root.getHeader().getTypeFlags()); } Working with XMP metadata GroupDocs....Consulting Blog Knowledge Base New Releases Status Websites aspose...FlvReadHeaderPropert try ( Metadata metadata = new Metadata ( Constants . InputFlv...

    docs.groupdocs.com/metadata/java/working-with-m...
  2. Control temporary files | GroupDocs

    By following this guide, you will learn how to control temporary files used by GroupDocs.Viewer for Java....Consulting Blog Knowledge Base New Releases Status Websites aspose...CustomTemporaryFileM customTemporaryFileM = new CustomTemporaryFileM (); TemporaryFileManager...

    docs.groupdocs.com/viewer/java/control-temporar...
  3. Important Bug Fixes in GroupDocs.Viewer for .NE...

    We have rolled out another update for GroupDocs.Viewer for .NET featuring some important bug fixes as well as an improvement related to the MSI package. This release hasn’t brought any New feature, still, it has addressed some important issues related to PDF, DWG and ODG file formats. Furthermore, a few compatibility issues which appeared under .NET Standard 2.0 have been resolved. So let’s have a brief overview of the bug fixes and improvements we have introduced in v19....This release hasn’t brought any new feature, still, it has addressed...issues in v19.11. Improvement: New ProjectGuid and UpgradeCode for...

    blog.groupdocs.com/viewer/bug-fixes-for-pdf-dwg...
  4. Get Credit Consumption Information for Your Met...

    Hello everyone! I am back with another release announcement of GroupDocs.Redaction for .NET 19.5. This release has brought a quite useful feature for the developers who are using GroupDocs.Redaction with our Metered Licence. For those who are unaware of the Metered Licence, let me give you a brief introduction. Afterward, I will talk about the New feature and its usage. Metered License is a type of license that allows you to pay for what you have used....Afterward, I will talk about the new feature and its usage. Metered...move forward and check out what new we have for those who are already...

    blog.groupdocs.com/redaction/get-credit-consump...
  5. GroupDocs.Assembly 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....GroupDocs team is releasing new features in the monthly release...team is proudly announcing two new features and three enhancements...

    blog.groupdocs.com/categories/groupdocs.assembl...
  6. GroupDocs Blog

    GroupDocs Blog - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers...1 comes with a new feature, few bug fixes and some...version of the API comes with some new features and bug fixes. RotatePages...

    blog.groupdocs.com/groupdocs.blog/page/47/
  7. Output4Worksheets-without-delete.xlsx

    Sheet1 Click me javascript:alert('xss') Sheet4 First row it is visible always Вид - Закрепить области - Закрепить верхнюю строку Edited 2nd row at 1st column 3rd row 4th row 5th row 6th row 7th row......Calibri Italic 29th row Times New Roman Bold Italic 30th row 31th...Calibri Italic 29th row Times New Roman Bold Italic 30th row 31th...

    docs.groupdocs.com/editor/java/sample-files/Out...
  8. GroupDocs.Merger for Java | GroupDocs

    Use GroupDocs.Merger for Java to merge several documents into one, split single document to multiple and organize documents in different ways....Consulting Blog Knowledge Base New Releases Status Websites aspose...for Java API Reference WHAT'S NEW? GroupDocs.Merger for Java Release...

    docs.groupdocs.com/merger/java/
  9. Synchronizing shards | GroupDocs

    This page contains information about synchronizing shards in the search network....Consulting Blog Knowledge Base New Releases Status Websites aspose...SynchronizeOptions options = new SynchronizeOptions (); indexer...

    docs.groupdocs.com/search/net/synchronizing-sha...
  10. Save a modified file to the original source | G...

    This article shows how to save the modified content to the underlying source....Consulting Blog Knowledge Base New Releases Status Websites aspose...using ( Metadata metadata = new Metadata ( Constants . OutputPpt...

    docs.groupdocs.com/metadata/net/save-a-modified...