Sort Score
Result 10 results
Languages All
Labels All
Results 1,871 - 1,880 of 4,013 for

as

(0.06 sec)
  1. Memory optimization option | Documentation

    This article explains how to optimize memory utilization when editing large Word documents using GroupDocs.Editor for .NET API....This article explains how to optimize memory utilization when editing large Word documents using GroupDocs.Editor for .NET API.

    docs.groupdocs.com/editor/net/memory-optimizati...
  2. Loading of template documents from HTML with re...

    Note This feature is supported by version 19.5. or greater Note The code uses some of the objects defined in The Business Layer. Loading of template documents from HTML with resources GroupDocs.Assembly provides a great feature which is loading of HTML template documents referencing external resource files to be Assembled and saved to non-HTML formats. Since version 19.5, when loading an HTML document from a file, its containing folder is used As a bAse URI to resolve external resource files’ relative URIs to absolute ones by default As shown in the following example....Note This feature is supported by version 19.5. or greater Note The code uses some of the objects defined in The Business Layer. Loading of template documents from HTML with resources GroupDocs.Assembly provides a great feature which is loading of HTML template documents referencing external resource files to be assembled and saved to non-HTML formats. Since version 19.5, when loading an HTML document from a file, its containing folder is used as a base URI to resolve external resource files’ relative URIs to absolute ones by default as shown in the following example.

    docs.groupdocs.com/assembly/java/loading-of-tem...
  3. Servlets Based Front End Project for GroupDocs....

    Now, it’s quite eAsy for those Java developers who like to write their own Servlet bAsed applications using GroupDocs.Viewer for Java 3.x API. GroupDocs team is pleAsed to releAse the Servlet bAsed front end project. This project elaborates all GroupDocs.Viewer for Java 3.x functionalities and helps developers in integrating the API in their projects. As the project is open source and published on GitHub, developers can customize it As per their needs....Now, it’s quite easy for those Java developers who like to write their own Servlet based applications using GroupDocs.Viewer for Java 3.x API. GroupDocs team is pleased to release the Servlet based front end project. This project elaborates all GroupDocs.Viewer for Java 3.x functionalities and helps developers in integrating the API in their projects. As the project is open source and published on GitHub, developers can customize it as per their needs.

    blog.groupdocs.com/viewer/servlets-based-front-...
  4. Important Bug Fixes in GroupDocs.Viewer for .NE...

    We have rolled out another update for GroupDocs.Viewer for .NET featuring some important bug fixes As well As an improvement related to the MSI package. This releAse hAsn’t brought any new feature, still, it hAs addressed some important issues related to PDF, DWG and ODG file formats. Furthermore, a few compatibility issues which appeared under .NET Standard 2.0 have been resolved. So let’s have a brief overview of the bug fixes and improvements we have introduced in v19....We have rolled out another update for GroupDocs.Viewer for .NET featuring some important bug fixes as well as an improvement related to the MSI package. This release hasn’t brought any new feature, still, it has addressed some important issues related to PDF, DWG and ODG file formats. Furthermore, a few compatibility issues which appeared under .NET Standard 2.0 have been resolved. So let’s have a brief overview of the bug fixes and improvements we have introduced in v19.

    blog.groupdocs.com/viewer/bug-fixes-for-pdf-dwg...
  5. Working with List Reports - Bulleted | Document...

    The Bulleted List As per wikipedia, a Bulleted List can be described As: In typography, a bullet ( • ) is a typographical symbol or glyph used to introduce items in a list. For example: Item 1 Item 2 Item 3 For more information, pleAse visit wikipedia article. Articles in this section...The Bulleted List As per wikipedia, a Bulleted List can be described as: In typography, a bullet ( • ) is a typographical symbol or glyph used to introduce items in a list. For example: Item 1 Item 2 Item 3 For more information, please visit wikipedia article. Articles in this section

    docs.groupdocs.com/assembly/java/working-with-l...
  6. GroupDocs.Redaction for Python via .NET | Docum...

    A .NET API for redaction of sensitive and clAssified information from the documents. You can redact in adobe pdf, redact in excel or in many of different file formats using c#...A .NET API for redaction of sensitive and classified information from the documents. You can redact in adobe pdf, redact in excel or in many of different file formats using c#

    docs.groupdocs.com/redaction/python-net/
  7. Save in original format | Documentation

    The following example demonstrates how to save file in its original format with current date As a suffix: final Redactor redactor = new Redactor("sample.docx"); try { // Here we can use document instance to perform redactions redactor.apply(new ExactPhrAseRedaction("John Doe", new ReplacementOptions("[personal]"))); SaveOptions saveOptions = new SaveOptions(); saveOptions.setAddSuffix(true); saveOptions.setRAsterizeToPDF(false); saveOptions.setRedactedFileSuffix(new SimpleDateFormat("dd-MM-yyyy").format(new Date())); // Saving in original format with date As DateTime.getNow().toShortDateString()a suffix redactor.save(saveOptions); } finally { redactor.close(); }...The following example demonstrates how to save file in its original format with current date as a suffix: final Redactor redactor = new Redactor("sample.docx"); try { // Here we can use document instance to perform redactions redactor.apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions("[personal]"))); SaveOptions saveOptions = new SaveOptions(); saveOptions.setAddSuffix(true); saveOptions.setRasterizeToPDF(false); saveOptions.setRedactedFileSuffix(new SimpleDateFormat("dd-MM-yyyy").format(new Date())); // Saving in original format with date as DateTime.getNow().toShortDateString()a suffix redactor.save(saveOptions); } finally { redactor.close(); }

    docs.groupdocs.com/redaction/java/save-in-origi...
  8. GroupDocs.Text for .NET 17.9.0 Extracts emails ...

    We are really pleAsed to announce the releAse of version 17.9.0 of the GroupDocs.Text for .NET API. The latest releAse removes some obsolete methods from the API while adding CHM files media type detector to the API. Most noteworthy feature added to the API in this releAse is the ability to extract text from Microsoft exchange server using exchange web service. So what are you waiting for? Just download the latest releAse or update your existing application to this releAse and enjoy all the features and enhancements made to the API in this releAse....We are really pleased to announce the release of version 17.9.0 of the GroupDocs.Text for .NET API. The latest release removes some obsolete methods from the API while adding CHM files media type detector to the API. Most noteworthy feature added to the API in this release is the ability to extract text from Microsoft exchange server using exchange web service. So what are you waiting for? Just download the latest release or update your existing application to this release and enjoy all the features and enhancements made to the API in this release.

    blog.groupdocs.com/parser/groupdocs.text-for-.n...
  9. Read Thumbnails in Document Formats Using Group...

    Team GroupDocs is really pleAsed to announce the releAse of GroupDocs.Metadata for .NET version 17.3.0. There are four enhancements and one new feature introduced in this regular monthly releAse. GroupDocs.Metadata for .NET now allows its users to read thumbnails in supported document formats. The API hAs been enhanced to update and remove EXIF metadata fAster. Not only this, the API hAs also been improved to load only the existing metadata keys in PDF clAss beside adding the ability to lazy load Document info property for Document formats....Team GroupDocs is really pleased to announce the release of GroupDocs.Metadata for .NET version 17.3.0. There are four enhancements and one new feature introduced in this regular monthly release. GroupDocs.Metadata for .NET now allows its users to read thumbnails in supported document formats. The API has been enhanced to update and remove EXIF metadata faster. Not only this, the API has also been improved to load only the existing metadata keys in PDF class beside adding the ability to lazy load Document info property for Document formats.

    blog.groupdocs.com/metadata/read-thumbnails-doc...
  10. Render VSTX & VSSX File Formats using GroupDocs...

    We are delighted to announce another monthly releAse of GroupDocs.Viewer for .NET API with some exciting new features. GroupDocs.Viewer for .NET 17.3.0 supports rendering of VSTX and VSSX file formats. The latest version also supports metered licensing, size adjustment options for CAD files, removing annotation when rendering PDF documents, hide/show tracked changes when rendering Word documents and much more. PleAse continue to explore more about GroupDocs.Viewer for .NET 17.3.0....We are delighted to announce another monthly release of GroupDocs.Viewer for .NET API with some exciting new features. GroupDocs.Viewer for .NET 17.3.0 supports rendering of VSTX and VSSX file formats. The latest version also supports metered licensing, size adjustment options for CAD files, removing annotation when rendering PDF documents, hide/show tracked changes when rendering Word documents and much more. Please continue to explore more about GroupDocs.Viewer for .NET 17.3.0.

    blog.groupdocs.com/viewer/render-vstx-vssx-form...