Sort Score
Result 10 results
Languages All
Labels All
Results 2,331 - 2,340 of 5,777 for

file watermark

(0.18 sec)
  1. Render attachments | GroupDocs

    Render email attachments with GroupDocs.Viewer for .NET in the same way as you would render any other documents...Watermark Product Solution GroupDocs...the first object. Specify a file that contains attachments. Call...

    docs.groupdocs.com/viewer/net/how-to-convert-an...
  2. How to Add Digital Signature to PDF in C#

    Review the process to add digital signature to PDF in C# and follow the detailed instructions to use a digital signature in C# with a few API calls....Watermark Product Family GroupDocs.Merger...class and pass the output PDF file along with the DigitalSignOptions...

    kb.groupdocs.com/signature/net/how-to-add-digit...
  3. Compare of Variables and Document properties | ...

    This article explains how to activate the comparison of document properties in GroupDocs.Comparison for Java....Watermark Product Solution GroupDocs...the object. Specify the source file path or stream. Call the method...

    docs.groupdocs.com/comparison/java/compare-of-v...
  4. Edit document | GroupDocs

    Follow this guide and learn how to edit text documents, spreadsheets and presentations using GroupDocs.Editor for Java API features....Watermark Product Solution GroupDocs...edit CSV file How to edit XML file How to edit e-Book file Edit text...

    docs.groupdocs.com/editor/java/edit-document/
  5. Document filtering in search result | GroupDocs

    This article gives the knowledge that how the document filters used during the search using Java search API....Watermark Product Solution GroupDocs...( "relativity" , options ); File path filters The first supported...

    docs.groupdocs.com/search/java/document-filteri...
  6. Load CSV document with options | GroupDocs

    Learn this article and check how to load and convert CSV documents with advanced options using GroupDocs.Conversion for .NET API....Watermark Product Solution GroupDocs...check restrictions of Excel file when modifying cell objects...

    docs.groupdocs.com/conversion/net/load-csv-docu...
  7. Migration Notes | GroupDocs

    Why To Migrate? Here are the key reasons to use the new updated API provided by GroupDocs.Redaction for Java since version 19.6: Redactor class introduced as a single entry point to manage the document redaction process (instead of Documentclass from previous versions). Methods redactWith() of the Document class were replaced with similar apply() methods in Redactor class. Method Document.save(OutputStream, SaveOptions) was replaced with Redactor.save(OutputStream, RasterizationOptions). Constructor LoadOptions(DocumentFormatConfiguration) was removed....Watermark Product Solution GroupDocs...Old coding style // Load the file Document doc = Redactor . load...

    docs.groupdocs.com/redaction/java/migration-notes/
  8. Compare of Variables and Document properties | ...

    This article explains how to activate the comparison of document properties in GroupDocs.Comparison for .NET....Watermark Product Solution GroupDocs...the object. Specify the source file path or stream. Call the method...

    docs.groupdocs.com/comparison/net/compare-of-va...
  9. Working with metadata in GIF images | GroupDocs

    Detecting the GIF version The following sample of code will help you to detect the version of a loaded GIF image and extract some additional File format information. Load a GIF image Extract the root metadata package Use the FileType property to obtain File format information AdvancedUsage.ManagingMetadataForSpecificFormats.Image.Gif.GifReadFileFormatProperties using (Metadata metadata = new Metadata(Constants.InputGif)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.FileType.FileFormat); Console.WriteLine(root.FileType.Version); 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); } Working with XMP Metadata GroupDocs....Watermark Product Solution GroupDocs...and extract some additional file format information. a GIF image...

    docs.groupdocs.com/metadata/net/working-with-me...
  10. Add document to Diagram via OLE | GroupDocs

    This article explains how to add document to Diagram via OLE with GroupDocs.Merger within your Java applications....Watermark Product Solution GroupDocs...Initialise class with embedded file path and page number; Instantiate...

    docs.groupdocs.com/merger/java/add-document-to-...