Sort Score
Result 10 results
Languages All
Labels All
Results 671 - 680 of 8,322 for

page

(0.05 sec)
  1. Render Visio documents as HTML, PDF, and image ...

    This topic describes how to use the GroupDocs.Viewer Java API to convert Visio diagrams to HTML, PDF, PNG, and JPEG formats....files Leave feedback On this page allows you to render your Visio...entire document or specific pages. Supported Visio file formats...

    docs.groupdocs.com/viewer/java/render-visio-doc...
  2. Render EBooks as HTML, PDF, and image files | G...

    Convert EBooks to HTML, PDF, PNG, or JPEG using GroupDocs.Viewer for Python. Learn how to render documents in various formats....files Leave feedback On this page allows you to render your EBooks...save all elements of an HTML page (including text, graphics, and...

    docs.groupdocs.com/viewer/python-net/render-ebo...
  3. Render EBooks as HTML, PDF, and image files | G...

    This topic describes how to use the GroupDocs.Viewer Node.js API to convert EBooks to HTML, PDF, PNG, and JPEG formats....files Leave feedback On this page allows you to render your EBooks...save all elements of an HTML page (including text, graphics, and...

    docs.groupdocs.com/viewer/nodejs-java/render-eb...
  4. GroupDocs.Comparison Overview | GroupDocs

    In this article, get acquainted with the features, functions, supported file formats and developer usage of GroupDocs.Comparison for Node.js via Java — API to compare two or more files and get the difference between them....Overview Leave feedback On this page is a robust cross-platform library...Information extraction – file type, page count, etc. Handful differences...

    docs.groupdocs.com/comparison/nodejs-java/group...
  5. GroupDocs.Comparison Overview | GroupDocs

    In this article, get acquainted with the features, functions, supported file formats and developer usage of GroupDocs.Comparison for Python via .NET — API to compare two or more files and get the difference between them....Overview Leave feedback On this page is a robust cross-platform library...Information extraction – file type, page count, etc. Handful differences...

    docs.groupdocs.com/comparison/python-net/groupd...
  6. Add button component | GroupDocs

    The Page describes how to add button component to a document using GroupDocs.Annotation for .NET....component Leave feedback On this page Button component creates a button...appropriate properties (position, page number, etc). Call the method...

    docs.groupdocs.com/annotation/net/add-button-co...
  7. 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....watermarks Leave feedback On this page Following code snippet shows...consists of multiple parts (pages, worksheets, slides, frames...

    docs.groupdocs.com/watermark/java/adding-text-w...
  8. Quick Start Guide | GroupDocs

    This quick start guide shows how to extract text, images, and metadata from documents using GroupDocs.Parser for Python via .NET....Guide Leave feedback On this page This guide demonstrates the...} " ) print ( f "Page count: { info . page_count } " ) print...

    docs.groupdocs.com/parser/python-net/quick-start/
  9. Integrate GroupDocs.Viewer for .NET Into Your G...

    We’re pleased to inform GetSimple developers that the .NET version of GroupDocs.Viewer can be seamlessly integrated into their websites thanks to a plugin we released a few weeks ago. With this plugin installed, you can embed and display over 50 types of documents and images on any Page within your website. To name a few, supported formats include: PDF and Microsoft Word documents, Excel spreadsheets, PowerPoint presentations, Visio diagrams and CAD drawings....documents and images on any page within your website. To name...copy of the library from this page . For more detail on the .NET/ASP...

    blog.groupdocs.com/viewer/integrate-groupdocs-v...
  10. Extract text from Microsoft Office Word documen...

    To extract a text from Microsoft Office Word documents getText and getText(int) methods are used. These methods allow to extract a text from the entire document or a text from the selected Page. TextOptions parameter is ignored for Microsoft Office Words documents. Here are the steps to extract a text from Microsoft Office Word document: Instantiate Parser object for the initial document; Call getText method and obtain TextReader object; Read a text from reader....or a text from the selected page. parameter is ignored for Microsoft...steps to extract a text from the page of Microsoft Office Word document:...

    docs.groupdocs.com/parser/java/extract-text-fro...