Sort Score
Result 10 results
Languages All
Labels All
Results 2,211 - 2,220 of 13,375 for

format

(1.03 sec)
  1. List attachments | GroupDocs

    Retrieve a list of document attachments from your emails, Outlook data files, archives and PDF documents with GroupDocs.Viewer for Java...provided code snippet suits all format families that support attachments:...

    docs.groupdocs.com/viewer/java/how-to-list-atta...
  2. Convert to Presentation with advanced options |...

    Follow this guide and learn how to convert documents to PowerPoint presentations of PPT, PPTX Formats with height, width, DPI, margins and other customizations using GroupDocs.Conversion for Node.js via Java....when convert to presentation format. Along with from base class...

    docs.groupdocs.com/conversion/nodejs-java/conve...
  3. Add Watermark to a Batch of Documents and Image...

    Watermarking is a popular technique to indicate that the content or data inside a document is copyrighted. On the other hand, it is also used to place the company’s logo or some kind of label in the documents before they are shared within or outside the company. However, it is quite hard to apply the watermark to a bunch of documents one by one. It becomes harder if you have documents of various Formats such as PDF, DOCX, PPTX, XLSX, EML, JPG, PNG, etc....have documents of various formats such as PDF, DOCX, PPTX, XLSX...the document of a particular format. Before we proceed, let me...

    blog.groupdocs.com/watermark/add-watermark-to-a...
  4. Watermark messing up in PDF - .NET Core - Free ...

    Hi everyone, I am trying the version 24.8.0 to evaluate GroupDocs.Watermark. I have a web application (.NET Core 6) and I am trying to insert watermark in MemoryStream. Here is the actual code I am using: public stat…...height, Int32 stride, Int32 format, IntPtr scan0, IntPtr& bitmap)... Int32 height, PixelFormat format) 2024-09-20T17:23:33.4029079Z...

    forum.groupdocs.com/t/watermark-messing-up-in-p...
  5. Implement custom encryption with QR-code signat...

    This article explains how to implement custom encryption for QR-code electronic signatures....serialization name and display format, same as to mark property of...encryption properties and setup Format attributes for properties....

    docs.groupdocs.com/signature/java/implement-cus...
  6. Company Ltd.

    Exact phrase redactions Exact Phrase redaction applies textual redaction, replacing personal exact phrase "John Doe" with "[personal]" Sample: John Doe Regular expressions redactions Behind the sce......Save document in its original format or as a PDF with raster images...redactions and formats 9. Built-in support for office formats and PDF...

    docs.groupdocs.com/redaction/python-net/_sample...
  7. Company Ltd.

    Exact phrase redactions Exact Phrase redaction applies textual redaction, replacing personal exact phrase "John Doe" with "[personal]" Sample: John Doe Regular expressions redactions Behind the sce......Save document in its original format or as a PDF with raster images...redactions and formats 9. Built-in support for office formats and PDF...

    docs.groupdocs.com/redaction/python-net/_sample...
  8. Company Ltd.

    Exact phrase redactions Exact Phrase redaction applies textual redaction, replacing personal exact phrase "John Doe" with "[personal]" Sample: John Doe Regular expressions redactions Behind the sce......Save document in its original format or as a PDF with raster images...redactions and formats 9. Built-in support for office formats and PDF...

    docs.groupdocs.com/redaction/python-net/_sample...
  9. GroupDocs.Metadata for .NET | GroupDocs

    A .NET API to manipulate metadata is being consumed as metadata viewer for CRUD operations. It helps developers to read, write, edit and remove meta inFormation from 110+ document, image, audio, and video file Formats...image, audio, and video file formats. It gets the file as input...Main features Supported file formats GET STARTED System requirements...

    docs.groupdocs.com/metadata/net/
  10. Extracting Common Image Information | GroupDocs

    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:...Managing metadata for specific formats / Images / Extracting Common...feedback For all supported image formats the GroupDocs.Metadata API...

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