Sort Score
Result 10 results
Languages All
Labels All
Results 1,961 - 1,970 of 5,450 for

file signature

(0.42 sec)
  1. Add component to the document | GroupDocs

    The page describes how to add components to a document using GroupDocs.Annotation API....Signature Product Solution GroupDocs...components are specific to the file format. That means you cannot...

    docs.groupdocs.com/annotation/java/add-componen...
  2. Extract Text from DOC using C#

    This article shows you how to extract text from DOC using C#. It includes a code example to help you for text extraction from DOC in C# without using extra software....Signature Product Family GroupDocs.Metadata...task. Extracting text from DOC files using C# is a common requirement...

    kb.groupdocs.com/parser/net/extract-text-from-d...
  3. Disable image comparison in PDF documents | Gro...

    This article explains how to disable image comparison in PDF documents as a built in feature in GroupDocs.Comparison for .NET....Signature Product Solution GroupDocs...the object. Specify the source file path or stream. Call the method...

    docs.groupdocs.com/comparison/net/disable-image...
  4. Add text watermarks | GroupDocs

    This article explains how to add text watermark when rendering documents with GroupDocs.Viewer within your JavaScript applications....Signature Product Solution GroupDocs..."sample.docx" ) // Create an HTML file. const viewOptions = HtmlViewOptions...

    docs.groupdocs.com/viewer/nodejs-java/add-text-...
  5. Add Image Annotation to JPG using Java

    This tutorial provides instructions on how to add image annotation to JPG using Java. We will provide you code to insert image annotation to JPG in Java....Signature Product Family GroupDocs.Metadata...an image annotation to a JPG file Create an instance of the Annotator...

    kb.groupdocs.com/annotation/java/add-image-anno...
  6. How to Convert PPT to PPTX using C#

    Easily transform PowerPoint documents and learn the process to convert PPT to PPTX using C#. Also, review the sample code for C# PPT to PPTX converter application....Signature Product Family GroupDocs.Metadata...class for loading the input PPT file from the disk Create and set...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  7. Remove Annotations from PPTX using C#

    Gain a clear understanding of how to remove annotations from PPTX using C#. Additionally, you'll find a code example on how to delete annotations in PPTX using C#....Signature Product Family GroupDocs.Metadata...remove annotations from PPTX files Create an instance of the Redactor...

    kb.groupdocs.com/redaction/net/remove-annotatio...
  8. Save in rasterized PDF | GroupDocs

    The following example demonstrates how to save the document as a rasterized PDF File: final Redactor redactor = new Redactor(Constants.SAMPLE_DOCX); try { // Here we can use document instance to perform redactions redactor.apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions("[personal]"))); SaveOptions tmp0 = new SaveOptions(); tmp0.setAddSuffix(false); tmp0.setRasterizeToPDF(true); // Saving as rasterized PDF with no suffix in File name redactor.save(tmp0); } finally { redactor.close(); }...Signature Product Solution GroupDocs...document as a rasterized PDF file: final Redactor redactor = new...

    docs.groupdocs.com/redaction/java/save-in-raste...
  9. 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....Signature Product Family GroupDocs.Metadata...the PDF as an individual HTML file To render PDFs into web-friendly...

    kb.groupdocs.com/viewer/python/render-pdf-as-ht...
  10. Render with responsive layout | GroupDocs

    Learn how to render your document with responsive HTML layout that looks great on mobile and desktop devices....Signature Product Solution GroupDocs...ForEmbeddedResources (); // Render the file with responsive layout. viewOptions...

    docs.groupdocs.com/viewer/net/render-with-respo...