Sort Score
Result 10 results
Languages All
Labels All
Results 1,621 - 1,630 of 1,646 for

png to pdf

(0.09 sec)
  1. 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...
  2. 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...
  3. 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...
  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. 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-...
  6. 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...
  7. 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...
  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. Comparison Compare method in GroupDocs (C#) iss...

    I am encountering an issue while using the Compare method in the GroupDocs Comparison library for comparing Excel files. The error message I receive is: Error: Error occurred while converting document This issue occur…...other document types such as PDFs. The comparison works fine for...other document types such as PDFs. I have verified that the paths...

    forum.groupdocs.com/t/comparison-compare-method...
  10. Running Examples | Documentation

    Learn how To run code examples in GroupDocs.Conversion for Python via .NET....quick-start-guide ├── **convert_docx_to_pdf.py** ├── **convert_files_in_archive...**convert_pdf_pages_to_png.py** ├── annual-review.pdf ├── business-plan...

    docs.groupdocs.com/conversion/python-net/gettin...