Sort Score
Result 10 results
Languages All
Labels All
Results 1,231 - 1,240 of 10,115 for

new

(0.04 sec)
  1. Render PDF documents as HTML and image files | ...

    This topic describes how to use the GroupDocs.Viewer Java API to convert PDF files to HTML, PNG, and JPEG formats....Consulting Blog Knowledge Base New Releases Status Websites aspose...name. JavaScript const viewer = new groupdocs . viewer . Viewer (...

    docs.groupdocs.com/viewer/nodejs-java/render-pd...
  2. A Complete Guide for Developing a GroupDocs.Vie...

    As you may have already noticed, GroupDocs has many plugins available for 3rd party platforms and across all products we offer. We constantly expand this list and a few months ago we have announced a release of the New GroupDocs.Viewer for .NET plugin for Kentico CMS. This New plugin is very different from the cloud-based version we released earlier. The cloud-based version simply creates an iframe on a web-page where you want to display a document and redirects all input documents to the GroupDocs’ cloud API....have announced a release of the new GroupDocs.Viewer for .NET plugin...plugin for Kentico CMS. This new plugin is very different from...

    blog.groupdocs.com/viewer/complete-guide-for-de...
  3. Working with metadata in Spreadsheets | Documen...

    GroupDocs.Metadata for .NET provides functionality that allows working with different kinds of spreadsheet formats such as XLS, XLSX, ODS, etc. For the full list of supported document formats please refer to Supported Document Formats. Detecting the exact type of a document The following sample of code will help you to detect the exact type of a loaded spreadsheet and extract some additional file format information. Load a Spreadsheet document Extract the root metadata package Use the FileType property to obtain file format information AdvancedUsage....Consulting Blog Knowledge Base New Releases Status Websites aspose...using ( Metadata metadata = new Metadata ( Constants . InputXlsx...

    docs.groupdocs.com/metadata/net/working-with-me...
  4. Extract annotations from document | Documentation

    This page describes how to extract annotations from document when collaborate, edit and annotate documents using GroupDocs.Annotation for Java....Consulting Blog Knowledge Base New Releases Status Websites aspose...annotations. LoadOptions tmp0 = new LoadOptions (); // Create an...

    docs.groupdocs.com/annotation/java/extract-anno...
  5. Get default ConvertOptions for specific target ...

    Learn this article and check how to obtain default convert options for specific conversion format with GroupDocs.Conversion for .NET API. ...Consulting Blog Knowledge Base New Releases Status Websites aspose...following the below steps: Create new instance of class by passing...

    docs.groupdocs.com/conversion/net/get-default-c...
  6. Convert to Spreadsheet with advanced options | ...

    Follow this guide and learn how to convert documents to Excel and Open Document spreadsheets of XLS, XLSX, ODS, OTS formats  with zoom and other customizations using GroupDocs.Conversion for .NET....Consulting Blog Knowledge Base New Releases Status Websites aspose...using ( Converter converter = new Converter ( "sample.docx" ))...

    docs.groupdocs.com/conversion/net/convert-to-sp...
  7. Render to PDF | Documentation

    Rendering files to PDF with GroupDocs.Viewer for Java. It means that you can embed PDF in websites or applications by using this Java API...Consulting Blog Knowledge Base New Releases Status Websites aspose...// ... try ( Viewer viewer = new Viewer ( "sample.docx" )) { PdfViewOptions...

    docs.groupdocs.com/viewer/java/rendering-to-pdf/
  8. Save a modified file to a stream | Documentation

    This article shows how to save a file to the specified stream...Consulting Blog Knowledge Base New Releases Status Websites aspose...using ( MemoryStream stream = new MemoryStream ()) { // Constants...

    docs.groupdocs.com/metadata/net/save-a-modified...
  9. Get only summary page | Documentation

    This article explains how to get only summary page when comparing documents with GroupDocs.Comparison for Java....Consulting Blog Knowledge Base New Releases Status Websites aspose.... try ( Comparer comparer = new Comparer ( "source.docx" )) {...

    docs.groupdocs.com/comparison/java/get-only-sum...
  10. Load from Stream | Documentation

    This article shows that how to load file from stream using redaction API...Consulting Blog Knowledge Base New Releases Status Websites aspose...using ( Redactor redactor = new Redactor ( stream )) { // Here...

    docs.groupdocs.com/redaction/net/load-from-stream/