Sort Score
Result 10 results
Languages All
Labels All
Results 1,411 - 1,420 of 1,966 for

image to pdf

(0.08 sec)
  1. HTML Content dimensions - Free Support Forum - ...

    Hi All, I have a few questions on group docs viewer for JSP: Is there a way To control the dimensions of the html content generated by Group Docs? The dimensions of the html content varies based on the document used a…...Servlet and Strut, I see that Images are used. In our case, we plan...option In case if we use the image option to display content, is...

    forum.groupdocs.com/t/html-content-dimensions/2130
  2. Get file info | Documentation

    This article explains how To detect document file type, size and calculate pages count with GroupDocs.Comparison....represents the document file type (PDF, Word document, Excel spreadsheet...spreadsheet, PowerPoint presentation, image etc.). PageCount represents...

    docs.groupdocs.com/comparison/nodejs-java/get-f...
  3. Working with metadata in JPEG2000 images | Docu...

    Reading JPEG2000 comments The GroupDocs.Metadata API supports extracting format-specific information from JPEG2000 Images. The following are the steps To read the JPEG2000 comments (pieces of metadata represented as strings with the length up To 64 kbytes). Load a JPEG2000 Image Get the root metadata package Extract the native metadata package using the Jpeg2000RootPackage.getJpeg2000Package method Read the JPEG2000 comments advanced_usage.managing_metadata_for_specific_formats.Image.jpeg2000.Jpeg2000ReadComments try (Metadata metadata = new Metadata(Constants.InputJpeg2000)) { Jpeg2000RootPackage root = metadata....formats / Images / Working with metadata in JPEG2000 images Working...Working with metadata in JPEG2000 images Leave feedback Reading JPEG2000...

    docs.groupdocs.com/metadata/java/working-with-m...
  4. GroupDocs.Viewer 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....document formats to HTML and image representations. Why Next Generation...document formats to HTML and image representations. Why Next Generation...

    blog.groupdocs.com/categories/groupdocs.viewer-...
  5. GroupDocs.Watermark 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.... Protect PDFs and images using GroupDocs.Watermark...Watermark API with text, image, and advanced tiling patterns. Discover...

    blog.groupdocs.com/categories/groupdocs.waterma...
  6. Get file info | Documentation

    This page describes how To detect document file type, size and calculate pages count when annotate documents or Images with GroupDocs.Annotation....information: is a document file type (PDF, Word document, Excel spreadsheet...PowerPoint presentation or image etc.) is a count of document...

    docs.groupdocs.com/annotation/java/get-file-info/
  7. GroupDocs.Viewer 2.0 - New Features and Improve...

    Greetings! This is Part B of my post looking at the new features and enhancements To the GroupDocs document viewer for .NET version 2.0. For those of you who missed my previous post, please find it here. This time I’m going To continue describing the core updates that the library has seen in the second major release. So, here we go: Enhanced Text Search Options GroupDocs.Viewer 2.0 includes a lot of helpful text search improvements....are compatible with both the image-based and HTML-based rendering...an option for downloading a PDF instead of the original file...

    blog.groupdocs.com/viewer/new-features-and-impr...
  8. Convert files to various formats | Documentation

    This page explains how To convert a file To Pdf, Word, Excel, PowerPoint, Email, JPG, PNG, TIFF, and many other formats with just a couple of lines of С# code....change page orientation, set images height/width or resolution...to the most popular formats: PDFs Word processing documents Spreadsheets...

    docs.groupdocs.com/conversion/net/convert/
  9. Working with Metadata in ASF Files | Documentation

    Working with metadata in ASF files Reading ASF format-specific properties The GroupDocs.Metadata API supports extracting format-specific information from ASF files. The following are the steps To read native ASF metadata. Load an ASF video Get the root metadata package Extract the native metadata package using AsfRootPackage.AsfPackage Read the ASF metadata properties AdvancedUsage.ManagingMetadataForSpecificFormats.Video.Asf.AsfReadNativeMetadataProperties using (Metadata metadata = new Metadata(Constants.InputAsf)) { var root = metadata.GetRootPackage(); var package = root.AsfPackage; // Display basic properties Console.... WriteLine ( "Image height: {0}" , videoStreamProperty...ImageHeight ); Console . WriteLine ( "Image width: {0}" , videoStreamProperty...

    docs.groupdocs.com/metadata/net/working-with-me...
  10. Exclude fonts | Documentation

    Learn how To exclude system pre-installed fonts from HTML markup To reduce rendered document size when rendering documents using GroupDocs.Viewer for Java....Extension Portable Document Format PDF Microsoft Word DOC, DOCX, DOCM...PPSX OpenDocument Formats ODP Image files SVG Was this page helpful...

    docs.groupdocs.com/viewer/java/exclude-fonts/