Sort Score
Result 10 results
Languages All
Labels All
Results 1,771 - 1,780 of 1,814 for

png to pdf

(0.37 sec)
  1. 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....an option for downloading a PDF instead of the original file...how to configure conversion to PDF on download in my previous post...

    blog.groupdocs.com/viewer/new-features-and-impr...
  2. 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...
  3. eSign Document with Multiple Signatures | Group...

    This article explains how To sign a document with multiple signatures of various types by GroupDocs.Signature for Python via .NET API...demonstrates how to eSign a PDF document with multiple signatures...signature . Signature ( "./sample.pdf" ) as sign : # Define text signature...

    docs.groupdocs.com/signature/python-net/esign-d...
  4. Sign documents with exception handling | GroupDocs

     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...
  5. GroupDocs Editor Not Working with Kendo - Free ...

    Hello, I am working with GroupDocs EdiTor, previously we were using TinyMCE and now going ahead with Kendo as we are already using Kendo EdiTor in some of our functionalities. There were few errors in TinyMCE as well l…...resolves the issue of displaying PNG or other embedded elements. Backend..."insertImage", "insertFile", "pdf", { name: "fontName", items:...

    forum.groupdocs.com/t/groupdocs-editor-not-work...
  6. Skip loading of external resources | GroupDocs

    Learn this article and check how To restrict loading of external resources during conversion...pdf" , options ); } Word processing...converter . Convert ( "converted.pdf" , options ); } Presentation...

    docs.groupdocs.com/conversion/net/skip-loading-...
  7. 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...
  8. 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...
  9. HideComments replacement CommentDisplayMode not...

    Hi, I have switched from HideComments in WordProcessingLoadOptions, To CommentDisplayMode, due To it becoming obsolete in version 25.5. This was the old code: convLoadOpts.HideComments = true; This is the new code: …...png (364.9 KB) I was using GroupDocs...PdfConvertOptions(); conv.Convert("Conversion.pdf", options); } Attaching the sample...

    forum.groupdocs.com/t/hidecomments-replacement-...
  10. 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...