Sort Score
Result 10 results
Languages All
Labels All
Results 2,321 - 2,330 of 17,554 for

pdf watermarking

(0.05 sec)
  1. ASP.NET WebForms Modern UI Document Viewer v2.1...

    GroupDocs is pleased to announce another release of ASP.NET WebForms Modern UI Document Viewer v2.1.0 using GroupDocs.Viewer for .NET 18.1. This release v2.1.0 comes up with new features and improvements for Search, Print and File Manager to view document in both HTML and Image representations for different document formats like DOCX, Pdf, XLSX, PPTX, MSG with attachments and many more features. Let’s have a look at it. We recommend you to download and explore this new version....document formats like DOCX, PDF, XLSX, PPTX, MSG with attachments...Document Print Document with Watermark Improved Paging for Thumbnails...

    blog.groupdocs.com/viewer/asp.net-webforms-mode...
  2. Load document from Stream | Documentation

    This section explains how to load document from stream with GroupDocs.Signature API....Watermark Product Solution GroupDocs...= File . OpenRead ( "sample.pdf" )) { using ( Signature signature...

    docs.groupdocs.com/signature/net/load-document-...
  3. Add document to Spreadsheet via OLE | Documenta...

    This article explains how to add document to Spreadsheet via OLE with GroupDocs.Merger within your .NET applications....Watermark Product Solution GroupDocs...spreadsheet. For example, the PDF document can be inserted in the...

    docs.groupdocs.com/merger/net/add-document-to-s...
  4. Formulas, Smart Art and VBA Controls support in...

    We are glad to announce another monthly release of GroupDocs.Comparison for .NET 17.2.0 API with eight new features like support of Imaging DjVu file format, Formulas, Smart Art and image comparison in spreadsheet document introduced, also providing support for “VBA Controls” in Document Comparison API v17.2.0. This monthly release is adding two improvements like “Improve comparison changes detection for Paragraphs” along with five major fixes. Detailed information is listed below....comparing Text Font in Watermarks in PDF document Added support...

    blog.groupdocs.com/comparison/formulas-smart-ar...
  5. Load document from Stream | Documentation

    This section explains how to load document from stream with GroupDocs.Signature API....Watermark Product Solution GroupDocs...new FileInputStream ( "sample.pdf" ); Signature signature = new...

    docs.groupdocs.com/signature/java/load-document...
  6. Load document from stream | Documentation

    There might be cases when the document is presented only as a stream (without a copy on the local disk). To avoid the overhead of saving documents to the disk, GroupDocs.Parser enables to extract data from streams directly. The following example shows how to load the document from the stream: // Create the stream try (InputStream stream = new FileInputStream(Constants.SamplePdf)) { // Create an instance of Parser class with the stream try (Parser parser = new Parser(stream)) { // Extract a text into the reader try (TextReader reader = parser....Watermark Product Solution GroupDocs...welcome to extract data from PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX...

    docs.groupdocs.com/parser/java/load-document-fr...
  7. Releasing Next Generation GroupDocs.Viewer for ...

    It’s time to lay a hand on Next Generation GroupDocs.Viewer for .NET. GroupDocs releases this product with the great power of rendering a variety of document formats to HTML and image representations. Why Next Generation GroupDocs.Viewer? The legacy 2.x versions of GroupDocs.Viewer for .NET had complex API structure thereby requiring more coding efforts for a simple implementation. There were specific way of code implementation for different types of application development platforms....of Documents View document in PDF Form View document as it is (Original...(Original Form) Apply watermark on rendered pages Perform transformations(...

    blog.groupdocs.com/viewer/simplest-api-to-get-i...
  8. GroupDocs.Conversion for .NET | Documentation

    GroupDocs.Conversion for .NET is an advanced document conversion API developed to convert files of different formats from within C# applications....Watermark Product Solution GroupDocs...Supports adding text or image watermarks during the conversion. About...

    docs.groupdocs.com/conversion/net/
  9. Get document info | Documentation

    GroupDocs.Metadata allows users to get meta information of a document....Watermark Product Solution GroupDocs...to view and edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX...

    docs.groupdocs.com/metadata/python-net/get-docu...
  10. Extracting Common Image Information | Documenta...

    For all supported image formats the GroupDocs.Metadata API allows extracting common image properties such as width and height, MIME type, byte order, etc. Please see the code snippet below for more information on the feature. Load an image Extract the root metadata package Use the FileType property to obtain file format information AdvancedUsage.ManagingMetadataForSpecificFormats.Image.ImageReadFileFormatProperties using (Metadata metadata = new Metadata(Constants.InputPng)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.FileType.FileFormat); Console.WriteLine(root.FileType.ByteOrder); Console.WriteLine(root.FileType.MimeType); Console.WriteLine(root.FileType.Extension); Console.WriteLine(root.FileType.Width); Console.WriteLine(root.FileType.Height); } 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...to view and edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX...

    docs.groupdocs.com/metadata/net/extracting-comm...