Sort Score
Result 10 results
Languages All
Labels All
Results 321 - 330 of 28,715 for

for

(0.03 sec)
  1. Render Filtered Messages from Outlook Data File...

    We are delighted to announce that we have rolled out version 19.1 of GroupDocs.Viewer For .NET. The latest version brings five new features, three bug fixes, and three improvements. You can now obtain the email messages as well as filter the messages contained in Outlook Data Files (OST/PST). Furthermore, we have extended our list of supported file Formats by adding the support of VCF file Format. Please have a look at the release notes For more details on new features, fixes, and improvements....We are delighted to announce that we have rolled out version 19.1 of GroupDocs.Viewer for .NET. The latest version brings five new features, three bug fixes, and three improvements. You can now obtain the email messages as well as filter the messages contained in Outlook Data Files (OST/PST). Furthermore, we have extended our list of supported file formats by adding the support of VCF file format. Please have a look at the release notes for more details on new features, fixes, and improvements.

    blog.groupdocs.com/viewer/render-filtered-messa...
  2. Sakhr Software efficiently builds Correspondenc...

    About Sakhr Software Sakhr Software Company is a pioneer and market leader in advanced Arabic language technology and solutions. With 28+ years of leading research and development in Arabic computational linguistics, Sakhr has successfully transFormed its research in “Natural Language Processing”; (NLP) into industry-first commercial software and solutions. Governments and enterprises in multiple industries across the Arab region and beyond use Sakhr’s award-winning technology to handle any Arabic content For the digital age....About Sakhr Software Sakhr Software Company is a pioneer and market leader in advanced Arabic language technology and solutions. With 28+ years of leading research and development in Arabic computational linguistics, Sakhr has successfully transformed its research in “Natural Language Processing”; (NLP) into industry-first commercial software and solutions. Governments and enterprises in multiple industries across the Arab region and beyond use Sakhr’s award-winning technology to handle any Arabic content for the digital age.

    blog.groupdocs.com/total/sakhr-software-builds-...
  3. First Public Release of GroupDocs.Merger for Ja...

    We are pleased to announce GroupDocs.Merger For Java 18.8. A back-end document manipulation API that allows to split, remove or reorder pages in a document of supported Format. Pages could be swapped or trimmed. You can also manage documents protection. GroupDocs.Merger For Java allows to check document protection and then set, remove or update password. Aside this, API permits to join two or more documents of same file Format into one....We are pleased to announce GroupDocs.Merger for Java 18.8. A back-end document manipulation API that allows to split, remove or reorder pages in a document of supported format. Pages could be swapped or trimmed. You can also manage documents protection. GroupDocs.Merger for Java allows to check document protection and then set, remove or update password. Aside this, API permits to join two or more documents of same file format into one.

    blog.groupdocs.com/merger/first-public-release-...
  4. Exclude Specific Fonts from Output HTML using G...

    We are pleased to announce the release of GroupDocs.Viewer For .NET 18.10. The latest version allows setting the list of the fonts that should be excluded from the output HTML to decrease the size of the output files. Furthermore, the inclusion of 5 improvements and 6 bug fixes have made the API more promising. Below is the list of new features, improvements, and fixes added in v18.10. Features Introduced Setting List of the Fonts to be Excluded Adding fonts into HTML ensures that the text from the original document will appear similar in HTML, regardless of whether fonts are installed on the viewer’s device or not....We are pleased to announce the release of GroupDocs.Viewer for .NET 18.10. The latest version allows setting the list of the fonts that should be excluded from the output HTML to decrease the size of the output files. Furthermore, the inclusion of 5 improvements and 6 bug fixes have made the API more promising. Below is the list of new features, improvements, and fixes added in v18.10. Features Introduced Setting List of the Fonts to be Excluded Adding fonts into HTML ensures that the text from the original document will appear similar in HTML, regardless of whether fonts are installed on the viewer’s device or not.

    blog.groupdocs.com/viewer/exclude-specific-font...
  5. Improvements and Fixes in GroupDocs.Viewer for ...

    GroupDocs team always takes care of customers. Our customers provide us with their valuable feedback which help us improve day by day, keeping it in mind, we are proudly announcing version v1.2 of **GroupDocs.Viewer For .NET**MVC Front End. This new front end includes improvements and fixes For a bunch of issues reported by our customers. Please feel free to download and investigate this new version. GroupDocs.Viewer For .NET MVC Front End - ImprovementsFollowing are the improvents introduced in this version of the Front End Search and highlight a text passed from main page while loading the document....GroupDocs team always takes care of customers. Our customers provide us with their valuable feedback which help us improve day by day, keeping it in mind, we are proudly announcing version v1.2 of **GroupDocs.Viewer for .NET**MVC Front End. This new front end includes improvements and fixes for a bunch of issues reported by our customers. Please feel free to download and investigate this new version. GroupDocs.Viewer for .NET MVC Front End - ImprovementsFollowing are the improvents introduced in this version of the Front End Search and highlight a text passed from main page while loading the document.

    blog.groupdocs.com/viewer/improvements-fixes-gr...
  6. Specify rendering options for CAD files | Docum...

    This topic describes how to use the GroupDocs.Viewer Node.js API to specify various options For rendering CAD files to HTML, PDF, PNG, and JPEG....This topic describes how to use the GroupDocs.Viewer Node.js API to specify various options for rendering CAD files to HTML, PDF, PNG, and JPEG.

    docs.groupdocs.com/viewer/nodejs-java/specify-c...
  7. Advanced Documents Conversion APIs for .NET and...

    Share this issue: Monthly NewsletterOctober 2018 Business Documents Conversion APIs For .NET and Java Convert between 50+ Document and Image File Formats GroupDocs.Conversion Product Family combines .NET and Java APIs suite For faster and accurate conversion of business documents and image file Formats between Word, Excel, PowerPoint, PDF, Visio, Project, Outlook, HTML, Photoshop, AutoCAD and image Formats. Using the document converter API is very simple as it uses just one method with set of options to convert between different Formats....Share this issue: Monthly NewsletterOctober 2018 Business Documents Conversion APIs for .NET and Java Convert between 50+ Document and Image File Formats GroupDocs.Conversion Product Family combines .NET and Java APIs suite for faster and accurate conversion of business documents and image file formats between Word, Excel, PowerPoint, PDF, Visio, Project, Outlook, HTML, Photoshop, AutoCAD and image formats. Using the document converter API is very simple as it uses just one method with set of options to convert between different formats.

    blog.groupdocs.com/total/advanced-documents-con...
  8. 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...
  9. 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...
  10. Optimize a PDF file for a browser | Documentation

    This topic describes how to optimize PDF file using the GroupDocs.Viewer .NET API (C#) For web browser or to reduce size....This topic describes how to optimize PDF file using the GroupDocs.Viewer .NET API (C#) for web browser or to reduce size.

    docs.groupdocs.com/viewer/net/optimization-pdf-...