Sort Score
Result 10 results
Languages All
Labels All
Results 491 - 500 of 721 for

presentation to pdf

(0.04 sec)
  1. Get Possible Conversions | Documentation

    This article demonstrates how To get possible conversions for a file type using GroupDocs.Conversion for Python via .NET API....eps, xps, tex, ps, pcl, svg, pdf, ppt, pps, pptx, ppsx, odp, otp...eps, xps, tex, ps, pcl, svg, pdf, ppt, pps, pptx, ppsx, odp, otp...

    docs.groupdocs.com/conversion/python-net/develo...
  2. Edit Excel Files in Java | Build your Online Ja...

    Edit Excel files (XLS, XLSX, ODS) with your Java application. Examples To edit spreadsheets using spreadsheet and document editing Java API....word-processing documents, presentations, HTML, XML, TXT, CSV, and...Convert Excel Spreadsheets to PDF in Java Convert Excel (XLS XLSX)...

    blog.groupdocs.com/editor/edit-excel-files-in-j...
  3. Faceted search | Documentation

    This article gives the knowledge of the creation of faceted search queries using Java search API....faceted search example is presented below with queries in text...standard fields that may be present in documents of this type....

    docs.groupdocs.com/search/nodejs-java/faceted-s...
  4. Introduction | Documentation

    This is an introduction inTo edit document techniques explanation like main stages of document opening, editing and saving results within Java applications....document of some format (like DOCX, PDF, or XLSX, for example). At this...HTML documents, that may be presented in different forms. And when...

    docs.groupdocs.com/editor/java/introduction/
  5. Faceted search | Documentation

    This article gives the knowledge of the creation of faceted search queries....faceted search example is presented below with queries in text...standard fields that may be present in documents of this type....

    docs.groupdocs.com/search/net/faceted-search/
  6. Faceted search | Documentation

    This article gives the knowledge of the creation of faceted search queries using Java search API....faceted search example is presented below with queries in text...standard fields that may be present in documents of this type....

    docs.groupdocs.com/search/java/faceted-search/
  7. Introduction | Documentation

    This article explains main principles and stages of editing documents programmatically with GroupDocs.EdiTor for .NET API....document of some format (like DOCX, PDF, or XLSX, for example). At this...HTML documents, that may be presented in different forms. And when...

    docs.groupdocs.com/editor/net/introduction/
  8. Introduction | Documentation

    This is an introduction To editing documents, explaining the main stages of document opening, editing, and saving results within Node.js via Java applications....document in some format (like DOCX, PDF, or XLSX). At this stage, you...HTML documents that may be presented in different forms. Once the...

    docs.groupdocs.com/editor/nodejs-java/introduct...
  9. Document page builder - how to merge particular...

    Merge specific pages from multiple documents using API with GroupDocs.Merger. Create tailored, unified documents effortlessly.... creating personalized presentations, or assembling legal documents...@"documentA.pdf" ; string documentB = @"documentB.pdf" ; string...

    blog.groupdocs.com/merger/page-builder-how-to-m...
  10. 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....Measure Origin of Coordinates PDF Point Left bottom corner of page...top corner of worksheet Presentation Point Left top corner of...

    docs.groupdocs.com/watermark/java/adding-text-w...