Sort Score
Result 10 results
Languages All
Labels All
Results 1,771 - 1,780 of 8,138 for

page

(0.19 sec)
  1. Customize watermarks | GroupDocs

    This article shows how to adjust text or image watermarks to your needs....watermarks Leave feedback On this page GroupDocs.Watermark offers many...take into account the existing page margins of the document when...

    docs.groupdocs.com/watermark/net/basic-usage/cu...
  2. Generate document pages preview | GroupDocs

    Following this guide you will learn how to generate PDF, Word (DOC, DOCX), Excel(XLS, XLSX), PowerPoint(PPT, PPTX) documents thumbnails and preview document Pages using GroupDocs.Merger for .NET API....Generate document pages preview Generate document pages preview Leave...manage preview of document pages. Here are the steps to generate...

    docs.groupdocs.com/merger/net/generate-document...
  3. Render to PDF | GroupDocs

    Rendering files to PDF with GroupDocs.Viewer for Node.js via Java. It means that you can embed PDF in websites or applications by using this Java API...Viewer renders all pages of the source document as a...refer to the following pages: Was this page helpful? Not really...

    docs.groupdocs.com/viewer/nodejs-java/rendering...
  4. Search text in Microsoft Office Excel spreadshe...

    This article explains that how to search text from Microsoft Office Excel (.xls, .xlsx) spreadsheets....spreadsheets Leave feedback On this page To search a keyword in Microsoft...SearchResult > sr = parser . Search ( "page number" ); // Iterate over search...

    docs.groupdocs.com/parser/net/search-text-in-mi...
  5. Extract Table of Contents from Microsoft Office...

    Learn how to extract and work with table of contents from Word documents (.doc, .docx) using GroupDocs.Parser for .NET....Documents Leave feedback On this page Overview This guide explains...example, “Heading 1.2” from the page returns the following text:...

    docs.groupdocs.com/parser/net/extract-table-of-...
  6. GroupDocs.Comparison for Java | GroupDocs

    GroupDocs.Compairson for Java developer documentation. Learn how to diff docx, pptx, and pdf files using Java....revisions Generate Document Pages Preview USEFUL RESOURCES GroupDocs...Java Release Notes Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.com/comparison/java/
  7. Save with default options | GroupDocs

    The simplest way to save the document is it provide no parameters to Save method. In this case the document will be rasterized to PDF and will have the same name as the original one except its extension (.PDF). The PDF file will be overwritten. The following example demonstrates usage of Save() method with default options. final Redactor redactor = new Redactor("sample.docx"); try { // Here we can use document instance to perform redactions redactor....with default options (convert pages into images, save as PDF) redactor...redactor . close (); } Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.com/redaction/java/save-with-def...
  8. Add text watermarks | GroupDocs

    Add text watermarks to rendered documents using GroupDocs.Viewer in your Python applications....the watermark to the output pages. Python from groupdocs.viewer...Click to download it. Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.com/viewer/python-net/add-text-w...
  9. Working with Multiple Data Sources | GroupDocs

    Explicit Support for Multiple Data Sources Using DocumentAssembler.assembleDocument overload user can reference multiple data source objects and their members in the template. Names of all the data sources must be specified and unique. Parameters DataSources An array of data source objects like object[] dataSources. DataSourceNames An array of names to reference the data source objects within the template like string[] dataSourceNames. Articles in this section...Presentation Document Was this page helpful? Not really Yes, thanks...tell us how we can improve this page. Skip Send Thank you for your...

    docs.groupdocs.com/assembly/java/working-with-m...
  10. Adding watermarks | GroupDocs

    GroupDocs.Watermark for Java supports the following watermark types. TextWatermark ImageWatermark Adding watermark to any supported document format using GroupDocs.Watermark consists of some easy steps. Following are the steps to add a watermark to a document. Load the document Create and initialize watermark object Set watermark properties Add a watermark to the document Save the document For more details please refer to the following guides:...processing documents Was this page helpful? Not really Yes, thanks...tell us how we can improve this page. Skip Send Thank you for your...

    docs.groupdocs.com/watermark/java/adding-waterm...