Sort Score
Result 10 results
Languages All
Labels All
Results 7,821 - 7,830 of 35,610 for

page

(0.05 sec)
  1. Extracting common image information | Documenta...

    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 getImageType method to obtain file format information advanced_usage.managing_metadata_for_specific_formats.image.ImageReadFileFormatProperties try (Metadata metadata = new Metadata(Constants.InputPng)) { ImageRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getImageType().getFileFormat()); System.out.println(root.getImageType().getByteOrder()); System.out.println(root.getImageType().getMimeType()); System.out.println(root.getImageType().getExtension()); System.out.println(root.getImageType().getWidth()); System.out.println(root.getImageType().getHeight()); } More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:... Was this page helpful? Not really Yes, thanks...tell us how we can improve this page. Skip Send Thank you for your...

    docs.groupdocs.com/metadata/java/extracting-com...
  2. Releasing Next Generation GroupDocs.Viewer for ...

    It’s time to lay a hand on Next Generation GroupDocs.Viewer for .NET. GroupDocs releases this product with the great power of rendering a variety of document formats to HTML and image representations. Why Next Generation GroupDocs.Viewer? The legacy 2.x versions of GroupDocs.Viewer for .NET had complex API structure thereby requiring more coding efforts for a simple implementation. There were specific way of code implementation for different types of application development platforms.... It can converts document pages to images. To get the accurate...Apply watermark on rendered pages Perform transformations( Rotation...

    blog.groupdocs.com/viewer/simplest-api-to-get-i...
  3. <track>: 텍스트 트랙 삽입 요소 - HTML: Hypertext Markup ...

    HTML 요소는 미디어 요소(

    developer.mozilla.org/ko/docs/Web/HTML/Element/...
  4. WebFileType | GroupDocs.Conversion for .NET API...

    Defines Web documents. Includes the following file types Xml./webfiletype/xmlJson./webfiletype/jsonHtml./webfiletype/htmlHtm./webfiletype/htmMht./webfiletype/mhtMhtml./webfiletype/mhtmlChm./webfiletype/chm...consists of a collection of HTML pages. It provides an index for quick...Language) is the extension for web pages created for display in browsers...

    reference.groupdocs.com/conversion/net/groupdoc...
  5. TextDocumentInfo Properties - GroupDocs.Parser ...

    Gets the detected encoding of the text document....document pages. (Inherited from DocumentInfo .) Pages Gets the...information about pages such as the index and page size. (Inherited...

    apireference.groupdocs.com/parser/net/groupdocs...
  6. 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 Node.js.... Get the file type and the pages count from a file The following...to get the file type and the pages count from a file: JavaScript...

    docs.groupdocs.com/viewer/nodejs-java/how-to-ge...
  7. ViewOptions.PageRotations Field - GroupDocs.Vie...

    The Page rotations....ViewOptions PageRotations Field The page rotations. Namespace: GroupDocs...will be applied to the rotated pages. See Also Reference ViewOptions...

    apireference.groupdocs.com/viewer/net/groupdocs...
  8. SpreadsheetOptions Methods - GroupDocs.Viewer f...

    Initializes new instance of SpreadsheetOptions class for rendering whole sheet into Page....for rendering whole sheet into page. ForRenderingByPageBr Initializes...SpreadsheetOptions for rendering sheet into pages. ForSplitSheetIntoPag(Int32...

    apireference.groupdocs.com/viewer/net/groupdocs...
  9. Get document info | Documentation

    GroupDocs.Metadata allows users to get meta information of a document....extension MIME type Number of pages File size A value indicating...console . log ( `Number of pages: ${ info . getPageCount () }...

    docs.groupdocs.com/metadata/nodejs-java/get-doc...
  10. SVG SCALE IN IFRAME? - Free Support Forum - gro...

    aspdotnet_mvc_groupdocs.png (13.4 KB) Hello everyone, I’m developing a web application using ASP.NET MVC. I’m using GroupDocs to render my .dwg and .dxf files as HTML, and I’m displaying them within an iframe on my Page…...them within an iframe on my page. So far, everything is working...having trouble resizing the SVG page displayed inside the iframe...

    forum.groupdocs.com/t/svg-scale-in-iframe/12775