Sort Score
Result 10 results
Languages All
Labels All
Results 1,591 - 1,600 of 1,622 for

png to pdf

(0.12 sec)
  1. Parse eBooks to Extract Images in Java on Group...

    Parse eBooks To Extract Images in Java on GroupDocs Blog | Document AuTomation Solutions for .NET & Java Developers Recent content in Parse eBooks To Extract Images in Java on GroupDocs Blog | Docu......de libros electrónicos EPUB, PDF, FB2, CHM utilizando la API de...las imágenes en formato JPG, PNG, WebP, GIF o BMP. Recent content...

    blog.groupdocs.com/es/tag/parse-ebooks-to-extra...
  2. Sign documents with exception handling | Docume...

     This article explains how To use exceptions handling when adding electronic signatures To document with GroupDocs.Signature API....png" ); // skip password specification...Apps. You are welcome to eSign PDF, Word, Excel, PowerPoint documents...

    docs.groupdocs.com/signature/java/sign-document...
  3. Handle loading of external resources documents ...

    Learn how To handle loading of external resources....png if (! args . Uri . EndsWith ( "installation.png" )) {...documents and extract data from PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX...

    docs.groupdocs.com/parser/net/handle-loading-of...
  4. 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....png if (! args . getUri (). endsWith...endsWith ( "installation.png" )) { // Otherwise skip this file args...

    docs.groupdocs.com/parser/java/handle-loading-o...
  5. Viewer replace characters with square - Free Su...

    Hello, we have a new bug. Viewer is replacing some characters and double characters in the document with an empty square. Can you take a look at it? They are not special characters. We are using version 25.2. Thanks, …...pdf (2.4 MB) incorrect_characters.png (24.8 KB) Professionalize...share your code for rendering PDF to HTML. Waiting for your reply...

    forum.groupdocs.com/t/viewer-replace-characters...
  6. Locating signature with stretch mode | Document...

     This article explains how To use stretch mode values To adjust signature area positions on document page with GroupDocs.Signature API....pdf" ); // define several signature.... setImageFilePath ( "image.png" ); // define list of signature...

    docs.groupdocs.com/signature/java/locating-sign...
  7. 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…...png (3.7 KB) My modified css for...corresponding to Excel file image.png (3.7 KB) I have test the solution...

    forum.groupdocs.com/t/embedded-picture-in-excel...
  8. Get document info | Documentation

    This article explains how To detect the document file type and calculate the number of pages when converting a file with GroupDocs.Conversion for Node.js via Java.... PDF documents const converter = new...conversion . Converter ( "sample-toc.pdf" ); const pdfInfo = converter...

    docs.groupdocs.com/conversion/nodejs-java/get-d...
  9. Adding text watermarks | Documentation

    Following code snippet shows how To add text watermark To a document. If the document consists of multiple parts (pages, worksheets, slides, frames etc), the watermark will be added To all of them. advanced_usage.adding_text_watermarks.AddTextWatermark // Specify an absolute or relative path To your image. Ex: "C:\\Docs\\image.Png" Watermarker watermarker = new Watermarker("image.Png"); // Initialize the font To be used for watermark Font font = new Font("Arial", 19, FontStyle.Bold | FontStyle.Italic); // Create the watermark object TextWatermark watermark = new TextWatermark("Test watermark", font); // Set watermark properties watermark....png" Watermarker watermarker = new...new Watermarker ( "image.png" ); // Initialize the font to be...

    docs.groupdocs.com/watermark/java/adding-text-w...
  10. Get document info | Documentation

    This article explains how To detect the document's file type and calculate the number of pages when converting a file with GroupDocs.Conversion for .NET.... PDF documents using ( Converter converter...new Converter ( "sample-toc.pdf" )) { IDocumentInfo info = converter...

    docs.groupdocs.com/conversion/net/get-document-...