Sort Score
Result 10 results
Languages All
Labels All
Results 1,941 - 1,950 of 8,274 for

page

(0.17 sec)
  1. Adjust the image size | GroupDocs

    Check this guide to learn how to adjust PNG and JPG images size when rendering documents with Image Viewer by GroupDocs for Java....( viewOptions ); } 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/viewer/java/image-viewer-adj...
  2. Save in original format | GroupDocs

    The following example demonstrates how to save file in its original format with current date as a suffix: final Redactor redactor = new Redactor("sample.docx"); try { // Here we can use document instance to perform redactions redactor.apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions("[personal]"))); SaveOptions saveOptions = new SaveOptions(); saveOptions.setAddSuffix(true); saveOptions.setRasterizeToPDF(false); saveOptions.setRedactedFileSuffix(new SimpleDateFormat("dd-MM-yyyy").format(new Date())); // Saving in original format with date as DateTime.getNow().toShortDateString()a suffix redactor.save(saveOptions); } finally { redactor.close(); }... close (); } 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/redaction/java/save-in-origi...
  3. GroupDocs.Parser for .NET 25.11 – Latest Update...

    Explore what’s new in GroupDocs.Parser for .NET 25.11. Available now on NuGet and GroupDocs website....Extract tables from a specific page Extract tables from the entire...Extract tables from a specific page # using (Parser parser = new...

    blog.groupdocs.com/parser/groupdocs-parser-for-...
  4. Basic usage | GroupDocs

    Quick Start section about main features of GroupDocs.Conversion API, describes how to convert files in JavaScript....info Convert files 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/conversion/nodejs-java/basic...
  5. Basic usage | GroupDocs

    Quick Start section about main features of GroupDocs.Conversion API, describes how to convert files with just couple lines of code....specific target format 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/conversion/java/basic-usage/
  6. Working with Table Reports - Highlighted Rows |...

    Articles in this section...Rows in Email 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/net/working-with-ta...
  7. Getting Started | GroupDocs

    This section decsribes how to get started with GroupDocs.Editor for Node.js library...How to Run Examples 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/editor/nodejs-java/getting-s...
  8. Working with Table Reports - Alternate Content ...

    Articles in this section...Content in Email 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/net/working-with-ta...
  9. Saving documents | GroupDocs

    This section explains how to save document with different formats and source with GroupDocs.Signature API....with different formats 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/signature/net/saving/
  10. Using Spreadsheets as Data Sources | GroupDocs

    Note The code uses some of the objects defined in The Business Layer. Following classes are added in GroupDocs.Assembly.Data namespace: DataTable DataColumn DataColumnCollection The Recipe Define template and output report documents Assemble a document using the external document table as a data source Download Data Source Document Contracts Data.xlsx Template Using Spreadsheet as Table of Data.docx The Code...Document Template The Code 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/using-spreadsh...