Sort Score
Result 10 results
Languages All
Labels All
Results 3,621 - 3,630 of 10,573 for

new

(0.11 sec)
  1. Bubble Chart in Email Document | Documentation

    Note In this article, we will use GroupDocs.Assembly to generate a Bubble Chart report in Email Document. Note The code uses some of the objects defined in The Business Layer. Bubble Chart in Email Document Note This feature is supported by version 17.8.0 or greater. Reporting Requirement As a report developer, you are required to share your sales/orders dynamically with the following key requirements: A report must be in ....Consulting Blog Knowledge Base New Releases Status Websites aspose...

    docs.groupdocs.com/assembly/net/bubble-chart-in...
  2. Load custom fonts | Documentation

    This article explains how to load custom fonts PDF, Word, Excel, PowerPoint documents when using GroupDocs.Comparison for Python via .NET....Consulting Blog Knowledge Base New Releases Status Websites aspose...

    docs.groupdocs.com/comparison/python-net/load-c...
  3. Classify document by path | Documentation

    Classify document by path with IAB-2 taxonomy and return 2 best results Classifying of the document could be performed with the next steps Call Classify method for “document.pdf” file in the current (".") directory with IAB-2 taxonomy and return 2 best results. Handle possible ApiException try { var response = classifier.Classify("document.pdf", ".", 3, Taxonomy.Iab2); Console.WriteLine(response.BestClassName, response.BestClassProbability); } catch (ApiException e) { Console.WriteLine(e.Message); } Precisely classify document by path with Documents taxonomy and return 4 best results Call Classify method for “document....Consulting Blog Knowledge Base New Releases Status Websites aspose...

    docs.groupdocs.com/classification/net/classify-...
  4. Get file info | Documentation

    This article explains the ability of the GroupDocs.Redaction API to get the general document information, which includes FileType, PageCount and FileSize....Consulting Blog Knowledge Base New Releases Status Websites aspose...

    docs.groupdocs.com/redaction/python-net/get-fil...
  5. PdfFormattingOptions is Introduced in GroupDocs...

    GroupDocs.Conversion for Java 18.12 comes with some New features, improvements and bug fixes. Conversion from IGS, PLT and CGM formats is introduced. Now, API can automatically add extension of the converted file if not set. Image, PDF and Word conversion is also improved. Furthermore, Excel to SVG and XPS to PDF conversion issues are now resolved. Please take a look over the release notes to get an idea about the changes introduced....12 comes with some new features, improvements and bug...

    blog.groupdocs.com/conversion/pdfformattingopti...
  6. Work with Table-Row Data Bands and Conditional ...

    At GroupDocs, we keep on updating our products for better user experience. In this regard, we are excitedly announcing another monthly release of GroupDocs.Assembly for Java 18.2. Using the latest version, you can now add single-column table-row data bands in word processing, spreadsheet, presentation, and email messages with HTML and RTF bodies. We would recommend you to download and integrate this latest release. Features IntroducedGroupDocs.Assembly for Java extends abilities to work with single-column table-row data bands and conditional blocks.... Following new features are introduced in version...

    blog.groupdocs.com/assembly/work-with-table-row...
  7. Some emails do not convert in an expected way -...

    Attempting to convert the attached email document results in a strange formatting issue that results in an unreadable .pdf where all the text is displayed in a column 1 or 2 characters wide. Using GroupDocs Convert v. 2…...We have opened the following new ticket(s) in our internal issue...

    forum.groupdocs.com/t/some-emails-do-not-conver...
  8. Email Formats Enhanced Support Introduced in Gr...

    Team GroupDocs is glad to announce another release of document report generation API version 17.9 also known as GroupDocs.Assembly for .NET API. The latest release adds enhanced support of existing features to the API, the most important changes are done to support document assembly for Email file formats and also providing bug fixes. For a better experience with the API, we recommend you to download the latest release and try out the bug fixes provided in the latest version of the API....are glad to inform you that new API release is also providing...

    blog.groupdocs.com/assembly/groupdocs.assembly-...
  9. Create Document Viewer in ASP.NET Core MVC for ...

    The online document viewers have become popular after the grown usage of digital documents, especially in the content management systems. The reason behind this popularity is you can view a variety of document formats without purchasing or installing dedicated software programs. Considering the importance of document viewers, I thought to write an article on how to create a universal document viewer in ASP.NET MVC. We are going to create an ASP....Open Visual Studio and start a new project. 2. Select .NET Core...

    blog.groupdocs.com/viewer/document-viewer-in-as...
  10. Installation | Documentation

    GroupDocs hosts all Java APIs on GroupDocs Repository. You can easily use GroupDocs.Redaction for Java API directly in your Maven projects with simple configurations. Specify GroupDocs Repository Configuration First, you need to specify repository configuration/location in your project as follows: Maven GroupDocs Artifact Repository GroupDocs Artifact Repository https://releases.groupdocs.com/java/repo/ Gradle repositories { maven { url "https://repository.groupdocs.com/repo/" } } Kotlin repositories { maven(url = "https://repository.groupdocs.com/repo/") } Ivy docs.groupdocs.com/redaction/java/installation/