Sort Score
Result 10 results
Languages All
Labels All
Results 3,251 - 3,260 of 44,623 for

documents

(0.74 sec)
  1. Searching and modifying watermarks | GroupDocs

    Search, filter, update, and remove existing watermarks using Python via .NET....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Watermark Product...watermarks already present in documents, including those added by...

    docs.groupdocs.com/watermark/python-net/searchi...
  2. Various Conversion Failures - Free Support Foru...

    Hello, I am getting some conversion errors with various Documents in .NET 9. You can find these in the attached .zip files. Interestingly the .csv file works on your free online converter, but the e-mail does not. Pac…...conversion errors with various documents in .NET 9. You can find these...Conversion 25.3.0 Problem Documents.zip (1.3 KB) If you require...

    forum.groupdocs.com/t/various-conversion-failur...
  3. Load from stream | GroupDocs

    This article explains how to load from stream while using GroupDocs. Watermarks Java API....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Watermark Product...Advanced Usage / Loading documents / Load from stream Load from...

    docs.groupdocs.com/watermark/java/load-from-str...
  4. Load from local disc | GroupDocs

    Load from local disc GroupDocs.Redaction.Redactor class is a main class in Redaction API, providing functionality to open a document. When document is located on the local disk, you can pass its path to *Redactor *class constructor. The following example demonstrates how to open a document from local disc: final Redactor redactor = new Redactor("sample.docx"); try { // Here we can use document instance to perform redactions redactor.apply(new DeleteAnnotationRedaction()); redactor.save(); } finally { redactor....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Redaction Product...Advanced Usage / Loading documents / Load from local disc Load...

    docs.groupdocs.com/redaction/java/load-from-loc...
  5. Load from Stream | GroupDocs

    Load from Stream As an alternative to a local file, Redactor can open a document from stream. The following example demonstrates how to load and redact a document using Stream: final FileInputStream stream = new FileInputStream("sample.docx"); try { final Redactor redactor = new Redactor(stream); try { // Here we can use document instance to make redactions redactor.apply(new DeleteAnnotationRedaction()); redactor.save(); } finally { redactor.close(); } } finally { stream.close(); }...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Redaction Product...Advanced Usage / Loading documents / Load from Stream Load from...

    docs.groupdocs.com/redaction/java/load-from-str...
  6. Basic usage | GroupDocs

    Quick Start section for GroupDocs.Redaction API Perform redactions for your Documents easily with our intuitive and powerful API just with a few lines of code. Let’s review common usage scenarios when source document “sample.docx” is stored at a local drive and you want to apply redactions to it....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Redaction Product...Perform redactions for your documents easily with our intuitive...

    docs.groupdocs.com/redaction/net/basic-usage/
  7. Features Overview | GroupDocs

    A Node.js via Java metadata API can be effectively used in removing, updating and reading metadata in a variety of formats. It is very effective in removing metadata from photos. Supporting iptc metadata, exif metadata and xmp metadata....Events Acquisition GroupDocs Documentation / GroupDocs.Metadata Product...password-protected documents Extracting information about hidden document pages...

    docs.groupdocs.com/metadata/nodejs-java/feature...
  8. Features Overview | GroupDocs

    A Python via .NET metadata API can be effectively used in removing, updating and reading metadata in a variety of formats. It is very effective in removing metadata from photos. Supporting iptc metadata, exif metadata and xmp metadata....Events Acquisition GroupDocs Documentation / GroupDocs.Metadata Product...password-protected documents Extracting information about hidden document pages...

    docs.groupdocs.com/metadata/python-net/features...
  9. Convert to XPS, SVG and OTS formats with GroupD...

    We as GroupDocs team is excited to announce another monthly release of GroupDocs.Conversion for .NET v17.1.0. In this release new file format “XPS, SVG and OTS” are added in supported file format list. Monthly release of Document Conversion API is adding new features like " Metered licensing and conversion to gray-scale image". Also introducing some improvements like “memory handling on save and Improved output file name if converting from/to page” along with other four fixes.... Monthly release of Document Conversion API is adding new...conversion into different document formats and also added new...

    blog.groupdocs.com/conversion/convert-xps-svg-o...
  10. Render ISFF-based DGN File Format using GroupDo...

    We are delighted to announce that GroupDocs.Viewer for .NET 18.7 has been released and it is available for download. The latest version supports rendering of ISFF-based DGN (V7) file format. Furthermore, we have added 4 improvements as well as 4 critical bug fixes in this release. For details about the changes in version 18.7, please have a look at the release notes. Below is the list of new features, improvements, and fixes added in v18....formats, please visit this documentation article. # ImprovementsWe...when rendering presentation documents into HTML Issues when printing...

    blog.groupdocs.com/viewer/render-isff-based-dgn...