Sort Score
Result 10 results
Languages All
Labels All
Results 2,631 - 2,640 of 11,663 for

new

(0.93 sec)
  1. Export Styles During Document Editing | GroupDocs

    This article describes how to preserve and export all built-in and custom styles in a source WordProcessing document during editing using GroupDocs.Editor for Node.js via Java....Consulting Blog Knowledge Base New Releases Status Websites aspose...letter-spacing : 0.75 pt ; } Despite this new feature modifying the HTML and...

    docs.groupdocs.com/editor/nodejs-java/styles-ex...
  2. Getting all used fonts in the loaded document |...

    Getting metadata and binary content of all fonts, used in the document, loaded to the GroupDocs.Viewer for Java...Consulting Blog Knowledge Base New Releases Status Websites aspose...used font is represented by the new struct , that is located in the...

    docs.groupdocs.com/viewer/java/getting-used-fonts/
  3. NuGet on GroupDocs Blog | Document Automation S...

    NuGet on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in NuGet on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers GroupDocs.Ann......2025年11月 リリースハイライト Explore what’s new in GroupDocs.Annotation for ...

    blog.groupdocs.com/ja/tag/nuget/index.xml
  4. GroupDocs.Assembly Releases on GroupDocs Blog |...

    GroupDocs.Assembly Releases on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in GroupDocs.Assembly Releases on GroupDocs Blog | Document Automation Soluti......انتشار دسامبر 2025 Explore what’s new in GroupDocs.Assembly for .NET...

    blog.groupdocs.com/fa/categories/groupdocs.asse...
  5. printing on GroupDocs Blog | Document Automatio...

    printing on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in printing on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers GroupDo......2025年11月 リリースハイライト Explore what’s new in GroupDocs.Viewer for .NET...

    blog.groupdocs.com/ja/tag/printing/index.xml
  6. 2025 on GroupDocs Blog | Document Automation So...

    2025 on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in 2025 on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers GroupDocs.Total......2025年10月 リリースハイライト Explore what’s new in GroupDocs.Total for Python...

    blog.groupdocs.com/ja/tag/2025/index.xml
  7. Rearrange PDF Pages using C# | Organize with .N...

    Reorder the pages of PDF files using C#. The running example shows how to correct the sequence of unordered PDF pages within the .NET application.... Define the existing and new position of the page in MoveOptions... Save the PDF file with the new page order using the Save() method...

    blog.groupdocs.com/merger/move-pdf-pages-using-...
  8. Extracting Common Image Information | GroupDocs

    For all supported image formats the GroupDocs.Metadata API allows extracting common image properties such as width and height, MIME type, byte order, etc. Please see the code snippet below for more information on the feature. Load an image Extract the root metadata package Use the FileType property to obtain file format information AdvancedUsage.ManagingMetadataForSpecificFormats.Image.ImageReadFileFormatProperties using (Metadata metadata = New Metadata(Constants.InputPng)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.FileType.FileFormat); Console.WriteLine(root.FileType.ByteOrder); Console.WriteLine(root.FileType.MimeType); Console.WriteLine(root.FileType.Extension); Console.WriteLine(root.FileType.Width); Console.WriteLine(root.FileType.Height); } More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:...Consulting Blog Knowledge Base New Releases Status Websites aspose...using ( Metadata metadata = new Metadata ( Constants . InputPng...

    docs.groupdocs.com/metadata/net/extracting-comm...
  9. Numeric range search | GroupDocs

    This article gives the knowledge about numeric range search which allows you to search in documents any integer numbers in the range from 0 to 9223372036854775807 (Int64.MaxValue) using Java search API....Consulting Blog Knowledge Base New Releases Status Websites aspose...specified folder Index index = new Index ( indexFolder ); // Indexing...

    docs.groupdocs.com/search/java/numeric-range-se...
  10. 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...