Sort Score
Result 10 results
Languages All
Labels All
Results 681 - 690 of 2,388 for

properties

(0.08 sec)
  1. How to Convert VSDX to PDF in C#

    In this short tutorial, we walk you through the process to convert VSDX to PDF in C# and produce sample code to convert Visio file to PDF without Visio....transformation, you can set several properties for the output PDF document...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  2. How to Add Arrow Annotation in PDF using Java

    This article will teach you how to add arrow annotation in PDF using Java. Also, we will assist you in writing Java code to insert arrow annotation into PDF in Java....ArrowAnnotation class and set some properties like position, page number...

    kb.groupdocs.com/annotation/java/how-to-add-arr...
  3. How to Add Underline Annotation into PDF Using C#

    We will explore the process how to add underline annotation into PDF using C#. A code example is also provided to insert underline annotation in PDF using C#....UnderlineAnnotation class and set some properties, e.g. page number, font color...

    kb.groupdocs.com/annotation/net/how-to-add-unde...
  4. How to Sign XLSX with Image Signature using Java

    Quickly learn how to sign XLSX with image signature using Java. Moreover, a code example will be provided to create image signature in XLSX using Java....appearance of image, set desired properties for ImageSignOptions Call...

    kb.groupdocs.com/signature/java/how-to-sign-xls...
  5. Sign PDF Documents with Text Signature using Gr...

    Considering the extensibility of the API, team GroupDocs is pleased to announce another monthly release of GroupDocs.Signature for Java 17.4.0. This release comes with multitude of new features, improvements and bug fixes. Now, GroupDocs.Signature for Java developers can sign PDF documents with text signature as sticker. Furthermore, API permits developers to rotate Text or Image signature appearance. We would recommend you to download the new release and evaluate the exciting features to enhance document signature experience....for PDF Implement extended properties for Text Stamp Implementation...

    blog.groupdocs.com/signature/introducing-groupd...
  6. Working with metadata in MOV files | GroupDocs

    Reading MOV format-specific Properties The GroupDocs.Metadata API supports extracting QuickTime atoms from a MOV video. The atom is the basic data unit in any QuickTime file. Please find more information on QuickTime atoms in the official specification: https://developer.apple.com/library/archive/documentation/QuickTime/QTFF/QTFFPreface/qtffPreface.html The following are the steps to extract QuickTime atoms from a MOV video. Load a MOV video Get the root metadata package Extract the native metadata package using the MovRootPackage.getMovPackage method Read the QuickTime atoms advanced_usage....Reading MOV format-specific properties The GroupDocs.Metadata API...

    docs.groupdocs.com/metadata/java/working-with-m...
  7. Adding watermark to images inside a document | ...

    This article will help, if you want to add watermark to images inside a document then it can be possible using GroupDocs.Watermark for Java....watermark object Set watermark properties images in the document watermark...

    docs.groupdocs.com/watermark/java/adding-waterm...
  8. 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:...allows extracting common image properties such as width and height...root metadata package Use the property to obtain file format information...

    docs.groupdocs.com/metadata/net/extracting-comm...
  9. 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.... Set watermark properties such as position, size, opacity...

    blog.groupdocs.com/watermark/add-watermark-to-a...
  10. How to Highlight Text in PDF using Java

    Within this article, we will show you how to highlight text in PDF using Java. We'll provide you complete step-by-step guidance to highlight text using Java in PDF....HighlightAnnotation class and define its properties Call Annotator.add method...

    kb.groupdocs.com/annotation/java/how-to-highlig...