Sort Score
Result 10 results
Languages All
Labels All
Results 1,721 - 1,730 of 1,754 for

png to pdf

(0.65 sec)
  1. 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...
  2. Locating signature with stretch mode | GroupDocs

     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...
  3. GroupDocs.Signature for .NET 25.12 – 最新更新與修復(20...

    探索 GroupDocs.Signature for .NET 25.12 的新功能。現在可在 NuGet 與 GroupDocs 官方網站上取得。...(SIGNATURENET‑5528) 引入基於隱寫術的數位簽章嵌入至 PNG 與 JPG 圖像。支援受密碼保護的簽章、串流/檔案處理,以及可選的偵測門檻的完整驗證。...= "image.png" ; string outputFile = "signed_image.png" ; string...

    blog.groupdocs.com/zh-hant/signature/groupdocs-...
  4. 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...
  5. 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-...
  6. Adding text watermarks | GroupDocs

    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...
  7. Adding text watermarks | GroupDocs

    Add text watermarks To pages, worksheets, slides or frames using Python via .NET....pdf" ) as watermarker : font = gww...watermarker . save ( "output.pdf" ) If a document consists of...

    docs.groupdocs.com/watermark/python-net/adding-...
  8. Adding text watermarks | GroupDocs

    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...
  9. Get document info | GroupDocs

    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...
  10. Get document info | GroupDocs

    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-...