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

new

(0.13 sec)
  1. Working with OpenType fonts | GroupDocs

    OpenType is a format for scalable computer fonts. It was built on its predecessor TrueType, retaining TrueType’s basic structure and adding many intricate data structures for prescribing typographic behavior. Note Please find more information on the OpenType format here: https://en.wikipedia.org/wiki/OpenType. Reading OpenType metadata The GroupDocs.Metadata API supports extracting format-specific information from OpenType font files. The following are the steps to read the header of an OpenType file. Load an OpenType font file Get the root metadata package Extract the native metadata package using the OpenTypeRootPackage....Consulting Blog Knowledge Base New Releases Status Websites aspose...OpenTypeReadNativeMe try ( Metadata metadata = new Metadata ( Constants . InputTtf...

    docs.groupdocs.com/metadata/java/working-with-o...
  2. 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...
  3. 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/
  4. 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-...
  5. 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
  6. 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...
  7. 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
  8. 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
  9. 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...
  10. 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...