Sort Score
Result 10 results
Languages All
Labels All
Results 1,301 - 1,310 of 1,770 for

image to pdf

(0.04 sec)
  1. Handle loading of external resources documents ...

    GroupDocs.Parser provides the functionality To handle loading of HTML external resources. Here are the steps To handle loading of HTML external resources. Instantiate the ParserSettings object and pass External Resource Handler; Create Parser object and call GetImages method. The following code sample shows how To handle loading of HTML external resources. // Create an instance of ParserSettings To pass External Resource Handler ParserSettings settings = new ParserSettings(new Handler()); // Create an instance of Parser class To generate spreadsheet page previews try (Parser parser = new Parser(Constants...., settings )) { // Extract images from HTML document Iterable...Iterable < PageImageArea > images = parser . getImages (); // Iterate...

    docs.groupdocs.com/parser/java/handle-loading-o...
  2. eSign document with Barcode signature | Documen...

    This article explains how To add Barcode signature on document page with various options like barcode type, barcode text, positioning, alignment and other visual settings with GroupDocs.Signature...Generally speaking, barcode is an image of rectangular form that consists...This example shows how to sign PDF document with Barcode signature...

    docs.groupdocs.com/signature/java/esign-documen...
  3. Embedded picture in Excel cell was not correclt...

    Hello, We are a software publisher using your library for our Web application. We are encountering a problem when previewing a Excel file, which a cell contains embedded picture. Here, we can found the document in th…...the screen of preview file image.jpg (83.3 KB) Here’s the code...the balise. Original css : image.png (3.7 KB) My modified css...

    forum.groupdocs.com/t/embedded-picture-in-excel...
  4. Edit Excel Files in Java | Build your Online Ja...

    Edit Excel files (XLS, XLSX, ODS) with your Java application. Examples To edit spreadsheets using spreadsheet and document editing Java API....get all the content including images within the spreadsheet. The...Convert Excel Spreadsheets to PDF in Java Convert Excel (XLS XLSX)...

    blog.groupdocs.com/editor/edit-excel-files-in-j...
  5. Composing signature with radial gradient brush ...

     This article explains how To fill signature background with radial gradient brush...pdf" )) { TextSignOptions options...SignatureImplementat = TextSignatureImpleme . Image }; // sign document to file...

    docs.groupdocs.com/signature/net/composing-sign...
  6. Use Microsoft Azure Computer Vision API | Docum...

    This article explains that how To use Microsoft Azure Computer Vision API...Usage / Using OCR to redact image documents / Use Microsoft Azure...Cognitive Services consider this image as wrong: " + ex . toString...

    docs.groupdocs.com/redaction/java/use-microsoft...
  7. Working with metadata in PNG images | Documenta...

    Reading PNG metadata properties The GroupDocs.Metadata API supports extracting format-specific information from PNG Images. The following are the steps To read the native PNG metadata. Load a PNG Image Get the root metadata package Extract the native metadata package using PngRootPackage.getPngPackage Read the PNG metadata properties advanced_usage.managing_metadata_for_specific_formats.Image.png.PngReadTextChunks try (Metadata metadata = new Metadata(Constants.InputPng)) { PngRootPackage root = metadata.getRootPackageGeneric(); for (PngTextChunk chunk : root.getPngPackage().getTextChunks()) { System.out.println(chunk.getKeyword()); System.out.println(chunk.getText()); if (chunk instanceof PngCompressedTextChunk) { PngCompressedTextChunk compressedChunk = (PngCompressedTextChunk) chunk; System....formats / Images / Working with metadata in PNG images Working...Working with metadata in PNG images Leave feedback Reading PNG metadata...

    docs.groupdocs.com/metadata/java/working-with-m...
  8. Getting Possible Conversions | Documentation

    This article explains how To obtain supported conversions when converting documents with GroupDocs.Conversion within your Java applications... mobi, azw3, eps, xps, tex, pdf, xls, xlsx, xlsm, xlsb, ods,...eps, xps, tex, ps, pcl, svg, pdf, ppt, pps, pptx, ppsx, odp, otp...

    docs.groupdocs.com/conversion/java/get-possible...
  9. Composing signature with linear gradient brush ...

     This article explains how To fill signature background with linear gradient brush... Image ); // sign document to file...Apps. You are welcome to eSign PDF, Word, Excel, PowerPoint documents...

    docs.groupdocs.com/signature/java/composing-sig...
  10. Word Document as HTML Responsive Pages using C#...

    Render Word documents To view as responsive HTML pages using C#. Convert DOC, DOCX files To HTML responsive pages using document viewer .NET API....resources, an Image Viewer by rendering as JPG and PNG, and PDF Viewer...C# Play and pause animated images in web pages using C# Render...

    blog.groupdocs.com/viewer/view-word-documents-a...