Sort Score
Result 10 results
Languages All
Labels All
Results 3,601 - 3,610 of 8,324 for

page

(0.2 sec)
  1. Deleting worksheets from spreadsheet | GroupDocs

    This article describes the new feature of the GroupDocs.Editor for Java version 26.1 - deleting (removing) one or many worksheets from the loaded and edited spreadsheet (workbook) during its saving to the output format...spreadsheet Leave feedback On this page A spreadsheet , also known as...Click to download it. Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.com/editor/java/deleting-workshe...
  2. Get the format family and the additional inform...

    This article explains how to get the format family and the additional information using .NET / C# with GroupDocs.Viewer for .NET.... Get the file type and the pages count from a file The following...to get the file type and the pages count from a file: C# using...

    docs.groupdocs.com/viewer/net/how-to-get-file-t...
  3. How to Add Image Signature to PDF in Java

    Understand the step-by-step procedure to add image signature to PDF in Java and how to create functionality to insert signature image in PDF using Java....signature on the first page by specifying the page number parameter...

    kb.groupdocs.com/signature/java/how-to-add-imag...
  4. Convert files to various formats | GroupDocs

    Artcles listed in this Page explain the common usage scenarios when documents are stored in a local drive and you want to manage them using GroupDocs.Markdown API...Epub to Md Xml to Md 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/markdown/net/convert/
  5. Keyboard layout correction | GroupDocs

    This article gives the knowledge that the keyboard layout correction feature can be used when entering search queries, users of your software may make input errors, forgetting to switch the desired keyboard layout using Java search API.... 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/search/nodejs-java/keyboard-...
  6. Use advanced rasterization options | GroupDocs

    Use advanced rasterization options In order to use the advanced rasterization options you have to pass one of the options to Save method. In this case the document will be rasterized to PDF, but the scan-like effects will be applied to its Pages. The following example demonstrates how to apply the AdvancedRasterizationOptions with default settings. final Redactor redactor = new Redactor("Sample.docx"); try { // Save the document with advanced options (convert Pages into images, and save PDF with scan-like Pages) SaveOptions so = new SaveOptions(); so....effects will be applied to its pages. The following example demonstrates...(convert pages into images, and save PDF with scan-like pages) SaveOptions...

    docs.groupdocs.com/redaction/java/use-advanced-...
  7. Load Presentation document with options | Group...

    Learn this article and check how to load and convert Microsoft PowerPoint documents with advanced options using GroupDocs.Conversion for Java API....new Converter ( "with_hidden_page.pptx" , () -> loadOptions ))...(); } } with_hidden_page.pptx with_hidden_page.pptx is sample file...

    docs.groupdocs.com/conversion/java/load-present...
  8. Search text in Microsoft OneNote sections | Gro...

    To search a keyword in Microsoft OneNote sections search(String) method is used. This method returns the collection of SearchResult objects. For details, see Search Text. Here are the steps to search a keyword in Microsoft OneNote section: Instantiate Parser object for the initial section; Call search(String) method and obtain the collection of SearchResult objects; Iterate through the collection and get the position and text. Warning search(String) method returns null value if search isn’t supported for the section....regular expressions, search by pages etc. parameter is used to customize...with our free online . Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.com/parser/java/search-text-in-m...
  9. Edit document | GroupDocs

    Follow this guide and learn how to edit text documents, spreadsheets and presentations using GroupDocs.Editor for Java API features....can call method with disabled paged mode, and for the second time...Markdown documents Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.com/editor/java/edit-document/
  10. Load PDF document with options | GroupDocs

    Learn this article and check how to load and convert PDF documents with advanced options using GroupDocs.Conversion for Java API....selectively loading specific pages, and defining other document-specific...Click to download it. Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.com/conversion/java/load-pdf-doc...