Sort Score
Result 10 results
Languages All
Labels All
Results 1,201 - 1,210 of 2,114 for

image to pdf

(0.09 sec)
  1. Sign documents with extra Digital Signature pro...

     This article explains how To use extended Digital electronic signatures options and adjustment on document page....are the steps to setup extra image appearance with GroupDocs.Signature:...setLocation ( "Office1" ); // image as digital certificate appearance...

    docs.groupdocs.com/signature/java/sign-document...
  2. Strikeout Option and PNG, BMP Formats - introdu...

    We are glad To announce another monthly release of GroupDocs.Comparison for .NET 17.5.0 API with Three new features like adding Strikeout option for deleted/style change in words format, also adding support for PNG, JPG and BMP file formats.This monthly release is adding Six improvements like “Improve comparison of Text & Imaging formats” and ” Add styles change detection for Comparison.Imaging (height, width)” along with fixes. Detailed information is listed below....“Improve comparison of Text & Imaging formats” and ” Add styles change...change detection for Comparison.Imaging (height, width)” along with...

    blog.groupdocs.com/comparison/strikeout-option-...
  3. Supported Document Formats | GroupDocs

    It supports DOCX, DOCM, DOC, DOT, DOTM, XLS, XLSX, Pdf, PPT, JPG, PNG, HTML, EML and many more...9 PDF Document Type Document Type Description...Audio File Format Metadata only Image Document Type Document Type...

    docs.groupdocs.com/search/nodejs-java/supported...
  4. OCR Usage Basics | GroupDocs

    This article explains that how To integrate any paid or free OCR solution in Java....Usage / Using OCR to redact image documents / OCR Usage Basics...method, taking a stream with an image as an argument and returning...

    docs.groupdocs.com/redaction/java/ocr-usage-bas...
  5. GroupDocs.Metadata 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....DublinCore metadata and get **Image Cover **metadata using a unified...DublinCore metadata and get **Image Cover **metadata using a unified...

    blog.groupdocs.com/categories/groupdocs.metadat...
  6. Render Files Contained in ZIP Archive using Gro...

    Hello everyone! We are back with another exciting release announcement. In this post, I am going To give you an overview of what’s new as well as what’s improved and fixed in the latest release of GroupDocs.Viewer for .NET. In this release, we majorly focused on providing bug fixes and improvements. Along with this, we have introduced the support of CDR file format and the feature of rendering files contained in the ZIP archives....graphics file to store the images and it is used by CorelDRAW...characters are missing when rendering PDF as Html Invalid Printable HTML...

    blog.groupdocs.com/viewer/render-files-containe...
  7. GroupDocs Blog

    GroupDocs Blog - GroupDocs Blog | Document AuTomation Solutions for .NET & Java Developers...ability to sign files with image signature by given pattern in...Text Signature alignment for PDF Documents Implement Text Signature...

    blog.groupdocs.com/groupdocs.blog/page/82/
  8. Working with metadata in GIF images | GroupDocs

    Detecting the GIF version The following sample of code will help you To detect the version of a loaded GIF Image and extract some additional file format information. Load a GIF Image Extract the root metadata package Use the getGifImageType method To obtain file format information advanced_usage.managing_metadata_for_specific_formats.Image.gif.GifReadFileFormatProperties try (Metadata metadata = new Metadata(Constants.InputGif)) { GifRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getGifImageType().getFileFormat()); System.out.println(root.getGifImageType().getVersion()); System.out.println(root.getGifImageType().getByteOrder()); System.out.println(root.getGifImageType().getMimeType()); System.out.println(root.getGifImageType().getExtension()); System.out.println(root.getGifImageType().getWidth()); System.out.println(root.getGifImageType().getHeight()); } Working with XMP Metadata GroupDocs....formats / Images / Working with metadata in GIF images Working...Working with metadata in GIF images Leave feedback Detecting the GIF...

    docs.groupdocs.com/metadata/java/working-with-m...
  9. How to Compare Excel Spreadsheets - Online & Fr...

    Compare Excel files using the free online comparison Tool. Developers can use .NET, Java, and Cloud API To build a document comparison application.... See Also # Compare PDF Files Online Compare Word Documents...Difference in Images Online How to Compare PDF Documents - A...

    blog.groupdocs.com/comparison/compare-excel-spr...
  10. Generate previews | GroupDocs

    This article provides learning contents about how To generate page previews of documents in .NET using GroupDocs.Parser API...))); // Set PNG as an output image format previewOptions . PreviewFormat...; // Set DPI for the output image previewOptions . Dpi = 72 ;...

    docs.groupdocs.com/parser/net/generate-previews/