Sort Score
Result 10 results
Languages All
Labels All
Results 1,421 - 1,430 of 3,203 for

one

(0.64 sec)
  1. Render PDF as HTML using Python

    Render PDF as HTML using Python with simple steps. Discover how to convert PDF to HTML in Python for smooth access, flexible distribution, and seamless embedding online.... One effective way to achieve this...

    kb.groupdocs.com/viewer/python/render-pdf-as-ht...
  2. Multicolored Numbered List in Spreadsheet Docum...

    Note In this article, we will use GroupDocs.Assembly to generate a Multicolored Numbered List report in Spreadsheet Document format. Multicolored Numbered List in Microsoft Excel Document Creating a Multicolored Numbered List Practicing the following steps you can create Multicolored Numbered List Template in MS Excel 2013. Add a new Workbook. In One cell, write a sentence like “We provide support for the following clients:”. Select the cell, and assign a color by pressing “Cell Styles” in Styles group.... In one cell, write a sentence like “We...

    docs.groupdocs.com/assembly/java/multicolored-n...
  3. Use OCR Connector | GroupDocs

    This article explains how to integrate OCR solution to GroupDocs.Parser...class (including the built-in one in the parser). This class contains...text and text areas. The first one handles extracting text from...

    docs.groupdocs.com/parser/net/use-ocr-connector/
  4. eSign Presentation with Metadata signature | Gr...

    This article explains how to add metadata signatures to Presentation document with GroupDocs.Signature... Instantiate one or several objects and add them...

    docs.groupdocs.com/signature/net/esign-presenta...
  5. Update Image Signatures in Document | GroupDocs

    This article explains how to update Image electronic signatures with GroupDocs.Signature for Python via .NET API....the object’s method and pass one or several signatures to it This...

    docs.groupdocs.com/signature/python-net/update-...
  6. Add Password to PDF with Permissions | GroupDocs

    Protect a PDF with an open password and restrict specific operations such as printing using PdfSecurityOptions and PdfSecurityPermissions with GroupDocs.Merger for Python via .NET....the permissions property to one or more PdfSecurityPermissio...

    docs.groupdocs.com/merger/python-net/add-passwo...
  7. Extracting metadata | GroupDocs

    Extract the metadata properties you need from files of different types with GroupDocs.Metadata for Python via .NET using tags, categories and property attributes....that make it easier to find the one you need. The code sample below...

    docs.groupdocs.com/metadata/python-net/extracti...
  8. System Requirements | GroupDocs

    GroupDocs.Metadata for .NET supports any 32-bit or 64-bit operating system where .NET or Mono framework is installed... Just follow one of the way as described in Supported...

    docs.groupdocs.com/metadata/net/system-requirem...
  9. System Requirements | GroupDocs

    GroupDocs.Signature for .NET supports any 32-bit or 64-bit operating system where .NET or Mono framework is installed... Just follow one of the way as described in ....

    docs.groupdocs.com/signature/net/system-require...
  10. Use advanced rasterization options | GroupDocs

    Use advanced rasterization options In order to use the advanced rasterization options you have to pass One of the options to Save method. In this case the document will be rasterized to PDF, but the scan-like effects will be applied to its pages. The following example demonstrates how to apply the AdvancedRasterizationOptions with default settings. use_advanced_rasterization_options.py from groupdocs.redaction import Redactor from groupdocs.redaction.options import SaveOptions, AdvancedRasterizationOptions from groupdocs.redaction.redactions import ExactPhraseRedaction, ReplacementOptions def use_advanced_rasterization_options(): # Specify the redaction options repl_opt = ReplacementOptions("[personal]") ex_red = ExactPhraseRedaction("John Doe", repl_opt) # Load the document to be redacted with Redactor("....rasterization options you have to pass one of the options to method. In...

    docs.groupdocs.com/redaction/python-net/use-adv...