Sort Score
Result 10 results
Languages All
Labels All
Results 711 - 720 of 2,464 for

properties

(0.17 sec)
  1. Render Project documents as HTML, PDF, and imag...

    This topic describes how to use the GroupDocs.Viewer Java API to convert Microsoft Project files to HTML, PDF, PNG, and JPEG formats....The HtmlViewOptions class properties allow you to control the...The PdfViewOptions class properties allow you to control the...

    docs.groupdocs.com/viewer/java/render-ms-projec...
  2. How to Convert Text to PDF in C#

    This quick tutorial provides thorough instructions to convert Text to PDF in C# and a working example to demonstrate the implementation of C# Text to PDF capability....PdfConvertOptions class and define properties for customizing the PDF document...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  3. How to Convert HTML to RTF in Java

    This short article provides thorough information to convert HTML to RTF in Java and how to use it for the development of the Java HTML to RTF application....WordProcessingConver class for defining the properties to customize the converted...

    kb.groupdocs.com/conversion/java/how-to-convert...
  4. Search Watermark by Text Formatting using Group...

    Today, we are pleased to announce the release of version 17.7.0 of GroupDocs.Watermark for .NET API. GroupDocs.Watermark for .NET 17.7.0 came up with the support of searching watermarks with a particular text formatting. It also enables you to work with hyperlinks associated with different document entities. Continue to read more about the salient features of this brand new release. Search Watermarks by Text Formatting (font, color etc.) GroupDocs.Watermark for ....watermarks with matching properties. Following are the examples...

    blog.groupdocs.com/watermark/search-watermark-b...
  5. Parse Documents to Extract Text and Metadata us...

    GroupDocs.Parser for Java API is in the market since last year and it is proved to be one of the powerful document parser APIs. It allows parsing and reading popular formats of word processing documents, spreadsheets, presentations, ebooks, emails, markup documents, notes, archives, and databases. Not only the text but you can also extract the images and metadata Properties from various document formats including PDF, XLS, XLSX, CSV, DOC, DOCX, PPT, PPTX, MPP, EML, MSG, OST, PST, ONE, and many more....extract the images and metadata properties from various document formats...

    blog.groupdocs.com/parser/extract-text-and-meta...
  6. Get document info | GroupDocs

    Learn how to get basic document information including file type, page count, and file size using GroupDocs.Parser for .NET. Get document Properties in C#....object with interface; Call properties such as , or . The following...

    docs.groupdocs.com/parser/net/get-document-info/
  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....watermark object Set watermark properties images in the document watermark...

    docs.groupdocs.com/watermark/net/adding-waterma...
  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. Render EBooks as HTML, PDF, and image files | G...

    This topic describes how to use the GroupDocs.Viewer Node.js API to convert EBooks to HTML, PDF, PNG, and JPEG formats....The HtmlViewOptions class properties allow you to control the...The PdfViewOptions class properties allow you to control the...

    docs.groupdocs.com/viewer/nodejs-java/render-eb...
  10. 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...