Sort Score
Result 10 results
Languages All
Labels All
Results 1,441 - 1,450 of 1,983 for

image to pdf

(0.06 sec)
  1. Working with BMP metadata | Documentation

    Reading BMP header properties The GroupDocs.Metadata API supports extracting format-specific information from BMP file headers. The following are the steps To read the header of a BMP file. Load a BMP Image Get the root metadata package Extract the native metadata package using the BmpRootPackage.getBmpHeader method Read the BMP header properties advanced_usage.managing_metadata_for_specific_formats.Image.bmp.BmpReadHeaderProperties try (Metadata metadata = new Metadata(Constants.InputBmp)) { BmpRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getBmpHeader().getBitsPerPixel()); System.out.println(root.getBmpHeader().getColorsImportant()); System.out.println(root.getBmpHeader().getHeaderSize()); System.out.println(root.getBmpHeader().getImageSize()); System.out.println(root.getBmpHeader().getPlanes()); } More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:...metadata for specific formats / Images / Working with BMP metadata...header of a BMP file. a BMP image Get the root metadata package...

    docs.groupdocs.com/metadata/java/working-with-b...
  2. Get document page preview | Documentation

    This article shows the implementation of RedacTor class which supports the rendering of the document preview in JPEG, PNG and BMP....preview in on of these image formats: JPEG Image Portable Network Graphics...Graphics Bitmap Image File The following example demonstrates...

    docs.groupdocs.com/redaction/java/get-document-...
  3. Get file info | Documentation

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

    docs.groupdocs.com/comparison/java/get-file-info/
  4. Composing signature with linear gradient brush ...

     This article explains how To fill signature background with linear gradient brush... Image }; // sign document to file...powerful free online apps. To sign PDF, Word, Excel, PowerPoint, and...

    docs.groupdocs.com/signature/net/composing-sign...
  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. 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-...
  7. Search in XLA Online

    Free online document search. Secure and easy To use full text online search in XLA....Regex search in XLA Reverse image search XLA Search app is a full-text...HTML MHT MHTML XHTML XML ONE PDF PPT PPTX PPS PPSX ODP POT PPTM...

    products.groupdocs.app/search/xla
  8. 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...
  9. Receiving CultureNotFoundException - Free Suppo...

    Hey, our app is set To globalization-invariant mode. I see we get CultureNotFoundExceptions because GroupDocs.Conversion requires cultures. Is there any way yo bypass this? Why are cultures needed in the conversion? Tha…...pdf"); } catch (CultureNotFoundExcep...distribution, Docker/Container image if applicable). How globalization-invariant...

    forum.groupdocs.com/t/receiving-culturenotfound...
  10. High CPU Usage After Adopting Your .NET Library...

    Hey, After integrating your library, we’ve observed a significant increase in CPU usage across our services. Previously, we were using another vendor’s solution — it handled .docx files well but not Pdfs. We switched t…...but not PDFs . We switched to your library to improve PDF support... so we stopped using it for PDFs. However, even when using it...

    forum.groupdocs.com/t/high-cpu-usage-after-adop...