Sort Score
Result 10 results
Languages All
Labels All
Results 5,711 - 5,720 of 7,066 for

editor

(0.05 sec)
  1. Sign Pdf Documents With Digital Signature Appea...

    id: sign-pdf-documents-with-digital-signature-appearance url: signature/net/sign-pdf-documents-with-digital-signature-appearance title: Sign Pdf documents with custom digital signature appearance weight: 4 description: " This article explains how to customize PDF digital electronic signature on document page." keywords: productName: GroupDocs.Signature for .NET toc: True hideChildren: False GroupDocs.Signature contains classes that implements for Pdf document special signature appearances. Base signature options SignOptions contains property SignOptions.Appearance that could be assigned with the instance of following class PdfDigitalSignatureAppearance class implements properties to customize digital signature appearance....Editor Product Solution GroupDocs...

    docs.groupdocs.com/signature/net/developer-guid...
  2. GroupDocs Blog

    GroupDocs Blog - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers...Editor for .NET v18.6. In this release...

    blog.groupdocs.com/groupdocs.blog/page/58/
  3. 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("....Editor Product Solution GroupDocs...

    docs.groupdocs.com/redaction/python-net/use-adv...
  4. Generate content for static sites | GroupDocs

    Convert documents to Markdown with YAML front matter for Jekyll, Hugo, and Docusaurus...Editor Product Solution GroupDocs...

    docs.groupdocs.com/markdown/net/static-site-gen...
  5. Load a file of a specific format | GroupDocs

    This example demonstrates how to load a file of some particular format....Editor Product Solution GroupDocs...

    docs.groupdocs.com/markdown/net/load-a-file-of-...
  6. Search text in EPUB eBooks | GroupDocs

    To search a keyword in EPUB e-books Search(String) method is used. This method returns the collection of SearchResult objects....Editor Product Solution GroupDocs...

    docs.groupdocs.com/parser/net/search-text-in-ep...
  7. Query language specification | GroupDocs

    This article gives the knowledge about the complete specification of the search query DSL used in text queries using Java search API....Editor Product Solution GroupDocs...

    docs.groupdocs.com/search/java/query-language-s...
  8. Queries in text and object form | GroupDocs

    This article gives the knowledge about two ways to create a search query: in text or object form using Java search API....Editor Product Solution GroupDocs...

    docs.groupdocs.com/search/java/queries-in-text-...
  9. Get Document Information | GroupDocs

    Retrieve the file type, page count, file size, and per-page dimensions of any supported document using get_document_info() with GroupDocs.Merger for Python via .NET....Editor Product Solution GroupDocs...

    docs.groupdocs.com/merger/python-net/get-docume...
  10. Load Document from Local Disk | GroupDocs

    Instantiate the Merger class with an absolute or relative file path to load a document stored on the local filesystem with GroupDocs.Merger for Python via .NET....Editor Product Solution GroupDocs...

    docs.groupdocs.com/merger/python-net/developer-...