Sort Score
Result 10 results
Languages All
Labels All
Results 2,471 - 2,480 of 6,141 for

file watermark

(0.12 sec)
  1. GroupDocs Blog

    GroupDocs Blog - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers...API to add QR codes in PDF files, word processing documents,...for a large list of supported file formats. Among the QR codes...

    blog.groupdocs.com/groupdocs.blog/page/33/
  2. Deleting worksheets from spreadsheet | GroupDocs

    This article describes the feature of the GroupDocs.Editor for Python via .NET - deleting (removing) one or many worksheets from the loaded and edited spreadsheet (workbook) during its saving to the output format...Watermark Product Solution GroupDocs...and are basically the text files, they have no worksheets, so...

    docs.groupdocs.com/editor/python-net/deleting-w...
  3. Load document from stream | GroupDocs

    Load documents directly from a File-like object — open File handle, BytesIO, or any stream — with GroupDocs.Viewer for Python via .NET....Watermark Product Solution GroupDocs...stream without saving it as a file on a disk. You can use this...

    docs.groupdocs.com/viewer/python-net/developer-...
  4. Working with BMP metadata | GroupDocs

    Reading BMP header properties The GroupDocs.Metadata API supports extracting format-specific information from BMP File headers. The following are the steps to read the header of a BMP File. Load a BMP image Get the root metadata package Extract the native metadata package using the BmpRootPackage.getBmpHeader method Read the BMP header properties advanced_usage.managing_metadata_for_specific_formats.image.bmp.BmpReadHeaderProperties try (Metadata metadata = new Metadata(Constants.InputBmp)) { BmpRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getBmpHeader().getBitsPerPixel()); System.out.println(root.getBmpHeader().getColorsImportant()); System.out.println(root.getBmpHeader().getHeaderSize()); System.out.println(root.getBmpHeader().getImageSize()); System.out.println(root.getBmpHeader().getPlanes()); } More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:...Watermark Product Solution GroupDocs...format-specific information from BMP file headers. The following are the...

    docs.groupdocs.com/metadata/java/working-with-b...
  5. Install GroupDocs.Comparison for Python via .NE...

    Install using PYPI All Python packages are hosted at PYPI. You can easily reference GroupDocs.Comparison for Python via .NET API directly in your Python project by installing it with the following command. pip install groupdocs-comparison-net Download Package from Official Website To download the GroupDocs.comparison package for your operating system, please visit the official GroupDocs Releases website. Currently, four OS-specific packages are available: Windows 64-bit: Package name ends with amd64.whl Linux 64-bit: Package name ends with arm64....Watermark Product Solution GroupDocs...Copy Downloaded File Copy the downloaded file into your project...

    docs.groupdocs.com/comparison/python-net/instal...
  6. Indexing from different sources | GroupDocs

    GroupDocs.Search allows indexing documents from various sources...Watermark Product Solution GroupDocs...various sources: From files in the file system. From a stream...

    docs.groupdocs.com/search/net/indexing-from-dif...
  7. Comments and replies | GroupDocs

    Attach a threaded discussion of replies and users to an annotation with GroupDocs.Annotation for Python via .NET....Watermark Product Solution GroupDocs...pdf sample.pdf is the sample file used in this example. Click...

    docs.groupdocs.com/annotation/python-net/commen...
  8. Handle loading of external resources documents ...

    GroupDocs.Parser provides the functionality to handle loading of HTML external resources. Here are the steps to handle loading of HTML external resources. Instantiate the ParserSettings object and pass External Resource Handler; Create Parser object and call GetImages method. The following code sample shows how to handle loading of HTML external resources. // Create an instance of ParserSettings to pass External Resource Handler ParserSettings settings = new ParserSettings(new Handler()); // Create an instance of Parser class to generate spreadsheet page previews try (Parser parser = new Parser(Constants....Watermark Product Solution GroupDocs...It allows to skip unnecessary file loading. @Override public void...

    docs.groupdocs.com/parser/java/handle-loading-o...
  9. GroupDocs.Viewer for Java | GroupDocs

    GroupDocs.Viewer for Java allows you to render documents in various formats as HTML, PDF, JPEG, and PNG Files. You do not need to use third-party software to view Files within your Java application....Watermark Product Solution GroupDocs...spreadsheets, presentations, PDF files, web pages, email messages,...

    docs.groupdocs.com/viewer/java/
  10. Get Changes Coordinates | GroupDocs

    Compute pixel coordinates for each detected change to overlay highlights on page previews, using GroupDocs.Comparison for Python via .NET....Watermark Product Solution GroupDocs...docx source.docx is the source file used in this example. Click...

    docs.groupdocs.com/comparison/python-net/develo...