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

png to pdf

(0.05 sec)
  1. 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...
  2. 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...
  3. 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-...
  4. 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...
  5. The name 'Groupdocs' does not exist in the curr...

    hi i developed asp.net site using groupdocs api but i have problem Error CS0103 The name ‘Groupdocs’ does not exist in the current context i call Groupdocs package using consle <span style=“color: rgb(226, 226, 226…...png . Please check and share your...Examples directory (see folders.png as a sample)? Also, please send...

    forum.groupdocs.com/t/the-name-groupdocs-does-n...
  6. output.zip

    converted_1.html From:Dovlet Mamenov Sent:Thursday, August 2, 2018 6:15 AM To:testgroupdv01@gmail.com Subject:Test email message Attachments:calibre.docx, sample.jpg This is a test email with two a......pdf Demonstration of DOCX support...com'' 9:30:41 Готово converted_3.png converted_30.html From:testgroupdv01@gmail...

    docs.groupdocs.com/conversion/java/_sample_file...
  7. Issue with Font :- "Leelawadee UI" - Free Suppo...

    Hi, When we try To convert a document with the ‘Leelawadee UI’ font To Pdf, we encounter some issues in characters. Can you please suggest something here?...0/api/conversion/convert-to-pdf?orgId=Org1&fileName=Template_LeelawadeeUI'...0/api/conversion/convert-to-pdf?orgId=Org1&fileName=Template_LeelawadeeUI'...

    forum.groupdocs.com/t/issue-with-font-leelawade...
  8. convert_docx_to_pdf.zip

    demo-app/business-plan.docx HOME BASED professional services Business Plan HOME BASED PROFESSIONAL SERVICES Business Plan TABLE OF CONTENTS Introduction 3 1. Executive Summary 5 2. Company Overview......pdf HOME BASED PROFESSIONAL SERVICES...possible. demo-app/convert_docx_to_pdf.py import os from groupdocs.conversion...

    docs.groupdocs.com/conversion/python-net/_sampl...
  9. Searching watermarks | Documentation

    This article explains how To search watermarks while using GroupDocs. Watermarks API....pdf" using ( Watermarker watermarker...new Watermarker ( "document.pdf" )) { PossibleWatermarkCol possibleWatermarks...

    docs.groupdocs.com/watermark/net/searching-wate...
  10. Add text or image watermark | Documentation

    This article shows how To add watermark and save resultant document. It is capable To add watermark To image or documents....pdf" Watermarker watermarker = new...new Watermarker ( "document.pdf" ); TextWatermark watermark =...

    docs.groupdocs.com/watermark/java/add-text-or-i...