Sort Score
Result 10 results
Languages All
Labels All
Results 9,721 - 9,730 of 12,600 for

to

(0.04 sec)
  1. Load file from stream | Documentation

    This article explains how To load PDF, Word, Excel, PowerPoint documents from a stream when using GroupDocs.Comparison for Python via .NET....This article explains how to load PDF, Word, Excel, PowerPoint documents from a stream when using GroupDocs.Comparison for Python via .NET.

    docs.groupdocs.com/comparison/python-net/load-f...
  2. Installation | Documentation

    GroupDocs.EdiTor for Node.js installation...GroupDocs.Editor for Node.js installation

    docs.groupdocs.com/editor/nodejs-java/installat...
  3. Remove Text from DOCX Online

    Remove DOCX text in content and metadata online....Remove DOCX text in content and metadata online.

    products.groupdocs.app/redaction/remove-text-fr...
  4. Get Credit Consumption Information for Your Met...

    Hello everyone! I am back with another release announcement of GroupDocs.Redaction for .NET 19.5. This release has brought a quite useful feature for the developers who are using GroupDocs.Redaction with our Metered Licence. For those who are unaware of the Metered Licence, let me give you a brief introduction. Afterward, I will talk about the new feature and its usage. Metered License is a type of license that allows you To pay for what you have used....Hello everyone! I am back with another release announcement of GroupDocs.Redaction for .NET 19.5. This release has brought a quite useful feature for the developers who are using GroupDocs.Redaction with our Metered Licence. For those who are unaware of the Metered Licence, let me give you a brief introduction. Afterward, I will talk about the new feature and its usage. Metered License is a type of license that allows you to pay for what you have used.

    blog.groupdocs.com/redaction/get-credit-consump...
  5. GroupDocs.Conversion font substitution issue - ...

    We need To support hieroglyphs during file To pdf conversion but seemingly font substitution doesn’t fall back To our chosen font. Some of our documents contains “Segoe UI HisToric” characters and we would like To use …...We need to support hieroglyphs during file to pdf conversion but seemingly font substitution doesn’t fall back to our chosen font. Some of our documents contains “Segoe UI Historic” characters and we would like to use …

    forum.groupdocs.com/t/groupdocs-conversion-font...
  6. GroupDocs.Search for .NET 1.2.0 released with s...

    GroupDocs.Search for .NET API version 1.2 is available now with support of more Microsoft Word, Excel and PowerPoint formats. There is enhancement in Search API in form of user warnings with not supported seach settings in Fuzzy search, Regular expression and Synonym search. Some more enhancements in similarity level setting for Fuzzy search and Total hit count for search results in this release. .NET Search API 1.2 enhancements and features Format list extended, now Search API supports below mentioned formats Too....GroupDocs.Search for .NET API version 1.2 is available now with support of more Microsoft Word, Excel and PowerPoint formats. There is enhancement in Search API in form of user warnings with not supported seach settings in Fuzzy search, Regular expression and Synonym search. Some more enhancements in similarity level setting for Fuzzy search and total hit count for search results in this release. .NET Search API 1.2 enhancements and features Format list extended, now Search API supports below mentioned formats too.

    blog.groupdocs.com/search/search-api-net-releas...
  7. GroupDocs.Redaction Product Family

    Document AuTomation APIs To enrich .NET and Java applications To view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular file formats....Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular file formats.

    blog.groupdocs.com/categories/groupdocs.redacti...
  8. Supported Document Types | Documentation

    This section describes GroupDocs.Merger for Java supported document types...This section describes GroupDocs.Merger for Java supported document types

    docs.groupdocs.com/merger/java/supported-docume...
  9. Conversion from Jpeg2000 is introduced in Group...

    We are pleased To announce another monthly release of GroupDocs.Conversion for .NET 17.12. This release comes with support of Jpeg2000. Few improvements and bug fixes are also introduced. Such as Image To SVG conversion is improved and InvalidValueFormatException exception on PDF To TIF conversion is resolved. We’d recommend you To download the latest release of the API and share your experience. Document Conversion API for .NET - Feature Implement conversion from/To Jpeg2000 GroupDocs Document Conversion API - Improvements Possibility To convert one sheet per page or depending on print area when converting Cells To Pdf Optimize target Pdf for minimum file size when converting Cells To Pdf Image To SVG conversion Words To Gif conversion improvement GroupDocs....We are pleased to announce another monthly release of GroupDocs.Conversion for .NET 17.12. This release comes with support of Jpeg2000. Few improvements and bug fixes are also introduced. Such as Image to SVG conversion is improved and InvalidValueFormatException exception on PDF to TIF conversion is resolved. We’d recommend you to download the latest release of the API and share your experience. Document Conversion API for .NET - Feature Implement conversion from/to Jpeg2000 GroupDocs Document Conversion API - Improvements Possibility to convert one sheet per page or depending on print area when converting Cells to Pdf Optimize target Pdf for minimum file size when converting Cells to Pdf Image to SVG conversion Words to Gif conversion improvement GroupDocs.

    blog.groupdocs.com/conversion/conversion-jpeg20...
  10. Load password-protected file | Documentation

    Load password-protected file In order To open password-protected documents, you have To pass your password To LoadOptions class construcTor or assign it To its Password property of an instance of LoadOptions class: LoadOptions loadOptions = new LoadOptions("mypassword"); final RedacTor redacTor = new RedacTor("protected_sample.docx", loadOptions); try { // Here we can use document instance To perform redactions redacTor.apply(new ExactPhraseRedaction("John Doe", new ReplacemenToptions("[personal]"))); redacTor.save(); } finally { redacTor.close(); }...Load password-protected file In order to open password-protected documents, you have to pass your password to LoadOptions class constructor or assign it to its Password property of an instance of LoadOptions class: LoadOptions loadOptions = new LoadOptions("mypassword"); final Redactor redactor = new Redactor("protected_sample.docx", loadOptions); try { // Here we can use document instance to perform redactions redactor.apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions("[personal]"))); redactor.save(); } finally { redactor.close(); }

    docs.groupdocs.com/redaction/java/load-password...