Sort Score
Result 10 results
Languages All
Labels All
Results 601 - 610 of 930 for

presentation to pdf

(0.44 sec)
  1. Introduction | GroupDocs

    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/
  2. Introduction | GroupDocs

    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/
  3. GroupDocs.Parser Product Family on GroupDocs Bl...

    GroupDocs.Parser Product Family on GroupDocs Blog | Document AuTomation Solutions for .NET & Java Developers Recent content in GroupDocs.Parser Product Family on GroupDocs Blog | Document AuTomatio...... Extract Images from PDF Documents using C# Learn how...how to extract images from PDF files using C# within your .NET applications...

    blog.groupdocs.com/categories/groupdocs.parser-...
  4. Faceted search | GroupDocs

    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/
  5. Faceted search | GroupDocs

    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/
  6. GroupDocs.Viewer Product Family on GroupDocs Bl...

    GroupDocs.Viewer Product Family on GroupDocs Blog | Document AuTomation Solutions for .NET & Java Developers Recent content in GroupDocs.Viewer Product Family on GroupDocs Blog | Document AuTomatio......missing fonts, exclude fonts Presentation Viewer – Open & Read PPT...how to view PowerPoint presentations online using a free PPTX...

    blog.groupdocs.com/categories/groupdocs.viewer-...
  7. 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...
  8. Running Examples | GroupDocs

    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...
  9. Load diagram document with options | GroupDocs

    Learn how To load and convert diagram files (VSD, VSDX, Visio) with advanced options using GroupDocs.Conversion for .NET API....pdf" , options ); } Load VSDX file...converter . Convert ( "flowchart.pdf" , options ); } Load VSD with...

    docs.groupdocs.com/conversion/net/load-diagram-...
  10. 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....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...