Sort Score
Result 10 results
Languages All
Labels All
Results 6,021 - 6,030 of 36,525 for

groupdocs.watermark

(1.8 sec)
  1. Render images as HTML, PDF, PNG, and JPEG files...

    This topic describes how to use the GroupDocs.Viewer Node.js API to convert images to HTML, PDF, PNG, and JPEG formats....Comparison Product Solution GroupDocs.Watermark Product Solution GroupDocs...

    docs.groupdocs.com/viewer/nodejs-java/render-im...
  2. Render Visio documents as HTML, PDF, and image ...

    This topic describes how to use the GroupDocs.Viewer Node.js API to convert Visio diagrams to HTML, PDF, PNG, and JPEG formats....Comparison Product Solution GroupDocs.Watermark Product Solution GroupDocs...

    docs.groupdocs.com/viewer/nodejs-java/render-vi...
  3. Working with metadata in PDF documents | GroupDocs

    Detecting the version of a PDF document The following sample of code will help you to detect the PDF version a loaded document and extract some additional file format information. Load a PDF document Extract the root metadata package Use the FileType property to obtain file format information AdvancedUsage.ManagingMetadataForSpecificFormats.Document.Pdf.PdfReadFileFormatProperties using (Metadata metadata = new Metadata(Constants.InputPdf)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.FileType.FileFormat); Console.WriteLine(root.FileType.Version); Console.WriteLine(root.FileType.MimeType); Console.WriteLine(root.FileType.Extension); } Reading built-in metadata properties To access built-in metadata of a PDF document, please use the DocumentProperties property defined in the DocumentRootPackage class....Comparison Product Solution GroupDocs.Watermark Product Solution GroupDocs...

    docs.groupdocs.com/metadata/net/working-with-me...
  4. Export styles during document editing | GroupDocs

    This article describes the procedure of preserving and exporting all built-in and custom styles in the source WordProcessing document during its editing....Comparison Product Solution GroupDocs.Watermark Product Solution GroupDocs...

    docs.groupdocs.com/editor/python-net/styles-exp...
  5. Convert to Markdown with advanced options | Gro...

    Follow this guide and learn how to convert documents to Markdown format with advanced image handling — embed images as base64, write them as external files, or redirect them to a custom destination via the image saving callback using GroupDocs.Conversion for .NET....Comparison Product Solution GroupDocs.Watermark Product Solution GroupDocs...

    docs.groupdocs.com/conversion/net/convert-to-ma...
  6. Phrase search | GroupDocs

    This article gives the knowledge about phrase search definition as well as a phrase search description using Java search API....Comparison Product Solution GroupDocs.Watermark Product Solution GroupDocs...

    docs.groupdocs.com/search/java/phrase-search/
  7. Boolean search | GroupDocs

    This article gives the knowledge of the boolean search definition which includes all boolean operators used for boolean search, and boolean query examples using Java....Comparison Product Solution GroupDocs.Watermark Product Solution GroupDocs...

    docs.groupdocs.com/search/java/boolean-search/
  8. Extract text from Microsoft Office Excel spread...

    To extract a text from Microsoft Office Excel spreadsheets getText and getText(int) method is used. These methods allow to extract a text from the entire document or a text from the selected page. Here are the steps to extract a text from Microsoft Office Excel spreadsheets: Instantiate Parser object for the initial spreadsheet; Call getText method and obtain TextReader object; Read a text from reader. Warning getText method returns null value if text extraction isn’t supported for the document....Comparison Product Solution GroupDocs.Watermark Product Solution GroupDocs...

    docs.groupdocs.com/parser/java/extract-text-fro...
  9. Convert a Document to Another Format | GroupDocs

    Convert a single document from one format to another, optionally selecting specific pages or a page range using the pages / page_number / pages_count attributes on ConvertOptions with GroupDocs.Conversion for Python via .NET....Comparison Product Solution GroupDocs.Watermark Product Solution GroupDocs...

    docs.groupdocs.com/conversion/python-net/develo...
  10. Extract text areas | GroupDocs

    Learn how to extract text areas with coordinates and formatting information from documents using GroupDocs.Parser for Python via .NET. Extract text with position data, rectangles, and text styles....Comparison Product Solution GroupDocs.Watermark Product Solution GroupDocs...

    docs.groupdocs.com/parser/python-net/extract-te...