Sort Score
Result 10 results
Languages All
Labels All
Results 941 - 950 of 2,460 for

properties

(0.11 sec)
  1. Render text documents as HTML, PDF, and image f...

    This topic describes how to use the GroupDocs.Viewer Node.js API to convert text 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/nodejs-java/render-te...
  2. Spell checking | GroupDocs

    This article shows that how spell checking works during the search....correction in search queries, the property of the spelling corrector...class contains the following properties: is the maximum number of...

    docs.groupdocs.com/search/net/spell-checking/
  3. Highlighting search results | GroupDocs

    This article gives knowledge on how to highlight search results in the text of a document.... The class contains properties for setting the following...class is used. The following properties are presented in the class...

    docs.groupdocs.com/search/net/highlighting-sear...
  4. Extract tables from document | GroupDocs

    Learn how to extract tables from documents including Excel spreadsheets, Word documents, and PDFs using GroupDocs.Parser for Python via .NET. Complete guide with code examples for table extraction.... Get table cell properties To access detailed cell information:...access to individual cell properties including text, position...

    docs.groupdocs.com/parser/python-net/extract-ta...
  5. GroupDocs.Viewer "The dimensions of this page a...

    I’m using GroupDocs Viewer to convert any file to PDF. My problem appear when i try to convert .jpg image to pdf. The exported pdf has this error “The dimensions of this page are out-of-range. Page content might be trun…...width and image max height properties. below is my code and attached...ImageMaxWidth and ImageMaxHeight properties in your PdfViewOptions ....

    forum.groupdocs.com/t/groupdocs-viewer-the-dime...
  6. Working with CAD metadata | GroupDocs

    The GroupDocs Metadata API provides the feature to read basic metadata in CAD files. The supported CAD formats are: DWG DXF Reading CAD metadata To access metadata in a CAD drawing, the GroupDocs.Metadata API provides the CadRootPackage.CadPackage property. The following code snippet reads metadata associated with a CAD file. AdvancedUsage.ManagingMetadataForSpecificFormats.Cad.CadReadNativeMetadataProperties using (Metadata metadata = new Metadata(Constants.InputDxf)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.CadPackage.AcadVersion); Console.WriteLine(root.CadPackage.Author); Console.WriteLine(root.CadPackage.Comments); Console.WriteLine(root.CadPackage.CreatedDateTime); Console.WriteLine(root.CadPackage.HyperlinkBase); Console.WriteLine(root.CadPackage.Keywords); Console.WriteLine(root.CadPackage.LastSavedBy); Console.WriteLine(root.CadPackage.Title); // ....Metadata API provides the property. The following code snippet...allows updating metadata properties in a DXF drawing. Please...

    docs.groupdocs.com/metadata/net/working-with-ca...
  7. Export Indexed Documents to HTML using C#

    Learn how to export indexed documents to HTML using C# with easy-to-follow steps. Implement C# export indexed documents to HTML for better document management....allowing you to configure properties such as text storage settings...

    kb.groupdocs.com/search/net/export-indexed-docu...
  8. Existing objects in word processing document | ...

    Remove, inspect, and modify shapes (potential watermarks) in Word documents using Python via .NET....shape properties This sample updates shape properties like alternative...

    docs.groupdocs.com/watermark/python-net/existin...
  9. Delete Digital signatures from documents | Grou...

    This article explains how to delete Digital electronic signatures with GroupDocs.Signature API....Instantiate object with desired properties; Call method to obtain list...

    docs.groupdocs.com/signature/python-net/delete-...
  10. eSign document with Text signature | GroupDocs

    This article explains how to sign a document with Text signature by GroupDocs.Signature API. Let's try to add a digital signature to a PDF programmatically....It covers configuring text properties such as font, color, size...

    docs.groupdocs.com/signature/net/esign-document...