Sort Score
Result 10 results
Languages All
Labels All
Results 1,681 - 1,690 of 1,714 for

png to pdf

(0.13 sec)
  1. Unicode Font(Bangla) Support Issue - Free Suppo...

    Bangla Sample Text 01.docx (22.6 KB) Bangla Sample Text 02.docx (12.9 KB) DisTorted Text in Group Docs Viewer.Pdf (1.6 MB) We were trying To render Bangla Unicode font in Group Docs viewer but we found it get disTorte…...pdf (1.6 MB) We were trying to render...02_src_and_dst.png (351.3 KB) Bangla Sample Text 01_src_and_dst.png (440...

    forum.groupdocs.com/t/unicode-font-bangla-suppo...
  2. 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......programmation des images d'EPUB, PDF, FB2, CHM eBooks à l'aide...Enregistrez les images au format JPG, PNG, WebP, GIF ou BMP. Recent content...

    blog.groupdocs.com/fr/tag/parse-ebooks-to-extra...
  3. 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...
  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. 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...
  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. Issue with watermarks on Word documents - inval...

    Hi, I have encountered some issues when using Groupdocs.Watermark To stamp some files. This mainly affects Word documents as they appear To randomly generate false watermarks that are not positioned correctly, do not ha…...png (350 Bytes) I checked for missing...only applies to Word documents, PDF and Powerpoint work as expected...

    forum.groupdocs.com/t/issue-with-watermarks-on-...
  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. Adding text watermarks | Documentation

    The GroupDocs.Watermark allows To add text watermarks To documents which may consists of pages, worksheets, slides or frames....pdf" using ( Watermarker watermarker...= new Watermarker ( "sample.pdf" )) { // Initialize the font...

    docs.groupdocs.com/watermark/net/adding-text-wa...