Sort Score
Result 10 results
Languages All
Labels All
Results 71 - 80 of 2,343 for

import

(0.03 sec)
  1. Convert spreadsheets | Documentation

    Follow this guide and learn how to convert MS Excel workbooks - XLSX, XLS, XLSB using Java language and GroupDocs.Conversion for Java.... import com.groupdocs.conversion.Converter ; import com.groupdocs...simple: import com.groupdocs.conversion.Converter ; import com.groupdocs...

    docs.groupdocs.com/conversion/java/convert/spre...
  2. Image redactions | Documentation

    This article shows that how to redact data of sensitive nature from images of various formats like JPG, PNG, TIFF and others....class: Python import groupdocs.redaction as gr import groupdocs.redaction...gro import groupdocs.redaction.redactions as grr import groupdocs...

    docs.groupdocs.com/redaction/python-net/image-r...
  3. Split a worksheet into pages | Documentation

    This topic describes how to use the GroupDocs.Viewer Java to split worksheets into pages when rendering spreadsheet files to HTML, PDF, and image formats....pages: Java import com.groupdocs.viewer.Viewer ; import com.groupdocs...PDF: Java import com.groupdocs.viewer.Viewer ; import com.groupdocs...

    docs.groupdocs.com/viewer/java/split-worksheet-...
  4. Specify rendering options for CAD files | Docum...

    This topic describes how to use the GroupDocs.Viewer Java API to specify various options for rendering CAD files to HTML, PDF, PNG, and JPEG....yellow: Java import com.groupdocs.viewer.Viewer ; import com.groupdocs...viewer.options.PdfViewOptions ; import com.groupdocs.viewer.options...

    docs.groupdocs.com/viewer/java/specify-cad-rend...
  5. Render Lotus Notes database files as HTML, PDF,...

    This topic describes how to use the GroupDocs.Viewer Java API to convert Lotus Notes database files (NSF) to HTML, PDF, PNG, and JPEG formats.... Java import com.groupdocs.viewer.Viewer ; import com.groupdocs...details: . Java import com.groupdocs.viewer.Viewer ; import com.groupdocs...

    docs.groupdocs.com/viewer/java/render-lotus-not...
  6. Load CSV document with options | Documentation

    Learn this article and check how to load and convert CSV documents with advanced options using GroupDocs.Conversion for Java API....java import com.groupdocs.conversion.Converter ; import com.groupdocs...convert.SpreadsheetConvertOp ; import com.groupdocs.conversion.options...

    docs.groupdocs.com/conversion/java/load-csv-doc...
  7. Use redaction policies | Documentation

    Learn how to deal.If you have a corporate sensitive data removal policy as a list of redaction rules, you don't need to specify them in your code. You can specify an XML document with a list of pre-configured redactions.... Python import groupdocs.redaction as gr import groupdocs.redaction...gro import groupdocs.redaction.redactions as grr import groupdocs...

    docs.groupdocs.com/redaction/python-net/use-red...
  8. How to migrate to GroupDocs.Viewer 19.8 or high...

    This article contains information about migration from the legacy API to GroupDocs.Viewer 19.8 or higher....API Java import com.groupdocs.viewer.Viewer ; import com.groupdocs...viewer.options.HtmlViewOptions ; import com.groupdocs.viewer.options...

    docs.groupdocs.com/viewer/java/how-to-migrate-t...
  9. Licensing | Documentation

    Free conversion API version for java developers is available to evaluate the API which will be similar to licensed version but with few limitations.... import com.groupdocs.conversion.licensing...licensing.License ; import java.io.File ; ... String licensePath...

    docs.groupdocs.com/conversion/java/licensing-an...
  10. Logging | Documentation

    Logging when rendering documents with GroupDocs.Viewer for Java...class: Java import com.groupdocs.viewer.Viewer ; import com.groupdocs...groupdocs.viewer.ViewerSettings ; import com.groupdocs.viewer.logging...

    docs.groupdocs.com/viewer/java/logging/