Sort Score
Result 10 results
Languages All
Labels All
Results 141 - 150 of 614 for

notes,

(0.04 sec)
  1. GroupDocs.Conversion for .NET 25.11 – Latest Up...

    Explore what’s new in GroupDocs.Conversion for .NET 25.11. Available now on NuGet and GroupDocs website....Explore what’s new in GroupDocs.Conversion for .NET 25.11. Available now on NuGet and GroupDocs website.

    blog.groupdocs.com/conversion/groupdocs-convers...
  2. Render Project documents as HTML, PDF, and imag...

    Convert Microsoft Project files to HTML, PDF, PNG, or JPEG using the GroupDocs.Viewer Python API....Convert Microsoft Project files to HTML, PDF, PNG, or JPEG using the GroupDocs.Viewer Python API.

    docs.groupdocs.com/viewer/python-net/render-ms-...
  3. EmailOptions Class is Introduced in GroupDocs.C...

    GroupDocs.Conversion for Java 18.7 covers a new feature and a bug fix. MSG to PDF conversion issue is now resolved. Please take a look over the release notes to get an idea about the changes introduced. MailOption to control conversions from emailA new class EmailOptions is implemented in SaveOptions. Using that email options can be managed. PdfSaveOptions options = new PdfSaveOptions(); EmailOptions emailOptions = options.getEmailOptions(); emailOptions.setDisplayHeader(true); emailOptions.setDisplayEmailAddress(true); emailOptions.setDisplayFromEmailAddress(true); emailOptions.setDisplayToEmailAddress(true); emailOptions....GroupDocs.Conversion for Java 18.7 covers a new feature and a bug fix. MSG to PDF conversion issue is now resolved. Please take a look over the release notes to get an idea about the changes introduced. MailOption to control conversions from emailA new class EmailOptions is implemented in SaveOptions. Using that email options can be managed. PdfSaveOptions options = new PdfSaveOptions(); EmailOptions emailOptions = options.getEmailOptions(); emailOptions.setDisplayHeader(true); emailOptions.setDisplayEmailAddress(true); emailOptions.setDisplayFromEmailAddress(true); emailOptions.setDisplayToEmailAddress(true); emailOptions.

    blog.groupdocs.com/conversion/emailoptions-clas...
  4. Multicomparer Issue is Resolved in GroupDocs.Co...

    Another release of GroupDocs.Comparison for Java 18.6.3 is on-board. It comes with few bug fixes. Comparison of password protected documents issue is now resolved, please visit the release notes. We’d recommend you to Download the new release and enhance your document comparison experience. Bug Fixes Exception occurs while comparing presentations Comparing files with passwords doesn’t work MultiCompare returns null Fix Api for MultiComparer API ResourcesHere are a few channels and resources for you to download, learn, try and get technical support on GroupDocs....Another release of GroupDocs.Comparison for Java 18.6.3 is on-board. It comes with few bug fixes. Comparison of password protected documents issue is now resolved, please visit the release notes. We’d recommend you to Download the new release and enhance your document comparison experience. Bug Fixes Exception occurs while comparing presentations Comparing files with passwords doesn’t work MultiCompare returns null Fix Api for MultiComparer API ResourcesHere are a few channels and resources for you to download, learn, try and get technical support on GroupDocs.

    blog.groupdocs.com/comparison/multicomparer-iss...
  5. Page Rotation Issue for EPUB Format is Fixed in...

    We are pleased to announce the monthly release of GroupDocs.Merger for .NET 19.1. This latest version of the API comes with some new features and bug fixes. RotatePages method now supports Diagram formats. Please see release notes for further details. Features Diagram formats are available for method: RotatePages Note formats are available for method: SwapPages Bug Fixes Document Save method throws exception: System.ObjectDisposedException PostScript document is loading with error Page rotation is not saving for EPUB format Available Channels and Resources Here are a few channels and resources for you to learn, try and get technical support on GroupDocs....We are pleased to announce the monthly release of GroupDocs.Merger for .NET 19.1. This latest version of the API comes with some new features and bug fixes. RotatePages method now supports Diagram formats. Please see release notes for further details. Features Diagram formats are available for method: RotatePages Note formats are available for method: SwapPages Bug Fixes Document Save method throws exception: System.ObjectDisposedException PostScript document is loading with error Page rotation is not saving for EPUB format Available Channels and Resources Here are a few channels and resources for you to learn, try and get technical support on GroupDocs.

    blog.groupdocs.com/merger/page-rotation-issue-f...
  6. Easy Integrate GroupDocs.Annotation for .NET Li...

    GroupDocs.Annotation for .NET library is a web-based framework which provides features for annotating different types of documents in a web-browser without having to install plugins or middleware on the client. With GroupDocs.Annotation, end users can view and annotate PDF, Microsoft Word, Excel, Outlook, PowerPoint, OpenOffice, AutoCAD and other types of documents and image files. The library comes with a set of commenting and markup tools, including: rectangles, polylines, watermarks, point and area Notes, text markup and strikeouts....watermarks, point and area notes, text markup and strikeouts...

    blog.groupdocs.com/annotation/easy-integrate-gr...
  7. RTF Comparison Issues are Resolved in GroupDocs...

    GroupDocs.Comparison for Java 18.6.1 comes with few bug fixes. Style changes can be highlighted in comparison outputs. For further details included in this month’s release, please visit the release notes. We’d recommend you to Download the new release and enhance your document comparison experience. Bug Fixes For RTF comparison, API detects style changes but does not highlight them like it does with DOCX Style Changes Not Highlighted PDF comparison gives a scrambled report API ResourcesHere are a few channels and resources for you to download, learn, try and get technical support on GroupDocs....GroupDocs.Comparison for Java 18.6.1 comes with few bug fixes. Style changes can be highlighted in comparison outputs. For further details included in this month’s release, please visit the release notes. We’d recommend you to Download the new release and enhance your document comparison experience. Bug Fixes For RTF comparison, API detects style changes but does not highlight them like it does with DOCX Style Changes Not Highlighted PDF comparison gives a scrambled report API ResourcesHere are a few channels and resources for you to download, learn, try and get technical support on GroupDocs.

    blog.groupdocs.com/comparison/rtf-comparison-is...
  8. GroupDocs.Search for .NET 25.11 – 最新更新和修复(2025年...

    探索 GroupDocs.Search for .NET 25.11 的新功能。现已在 NuGet 和 GroupDocs 网站上提供。...探索 GroupDocs.Search for .NET 25.11 的新功能。现已在 NuGet 和 GroupDocs 网站上提供。

    blog.groupdocs.com/zh/search/groupdocs-search-f...
  9. Change Page Orientation using GroupDocs.Merger ...

    We are pleased to announce the release of GroupDocs.Merger for .NET 18.11. This latest version of the API comes with some new features. GetSupportedFormats and RotatePage methods are introduced. Furthermore, you can change page orientation. Please see release notes for further details. Features Change Page OrientationNew method ChangeOrientation is introduced. public DocumentResult ChangeOrientation(Stream documentStream, OrientationOptions orientationOptions); Get Supported FormatsMethod GetSupportedFormats is added. public Dictionary GetSupportedFormats(); Rotate PagesRotatePages method is introduced in the API....We are pleased to announce the release of GroupDocs.Merger for .NET 18.11. This latest version of the API comes with some new features. GetSupportedFormats and RotatePage methods are introduced. Furthermore, you can change page orientation. Please see release notes for further details. Features Change Page OrientationNew method ChangeOrientation is introduced. public DocumentResult ChangeOrientation(Stream documentStream, OrientationOptions orientationOptions); Get Supported FormatsMethod GetSupportedFormats is added. public Dictionary GetSupportedFormats(); Rotate PagesRotatePages method is introduced in the API.

    blog.groupdocs.com/merger/change-page-orientati...
  10. Announcing Hotfix Release of GroupDocs.Comparis...

    GroupDocs.Comparison for Java 18.6.2 comes with few bug fixes. Comparison of presentation documents from stream to file is now fixed, please visit the release notes. We’d recommend you to Download the new release and enhance your document comparison experience. Bug Fixes Compare presentations from stream to file is not working properly Only first two pages compared in result document Incorrect result when comparing two PDF files API ResourcesHere are a few channels and resources for you to download, learn, try and get technical support on GroupDocs....GroupDocs.Comparison for Java 18.6.2 comes with few bug fixes. Comparison of presentation documents from stream to file is now fixed, please visit the release notes. We’d recommend you to Download the new release and enhance your document comparison experience. Bug Fixes Compare presentations from stream to file is not working properly Only first two pages compared in result document Incorrect result when comparing two PDF files API ResourcesHere are a few channels and resources for you to download, learn, try and get technical support on GroupDocs.

    blog.groupdocs.com/comparison/announcing-hotfix...