Sort Score
Result 10 results
Languages All
Labels All
Results 3,411 - 3,420 of 8,239 for

document signature

(0.18 sec)
  1. Generating worksheets (tabs) preview for spread...

    This article describes how to generate a preview for any worksheet (tab) for the existing Excel spreadsheet in SVG format...Signature Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Editor Product...

    docs.groupdocs.com/editor/java/generating-works...
  2. How to Convert DOCX to PPTX using Java

    This topic provides instructions on how to convert DOCX to PPTX using Java. Also, we will assist you in creating a Java application to export DOCX to PPTX in Java....Signature Product Family GroupDocs.Metadata...conversion library. Word documents can be converted to other...

    kb.groupdocs.com/conversion/java/how-to-convert...
  3. How to Convert RTF to HTML using Java

    This concise tutorial will demonstrate how to convert RTF to HTML using Java without installing third-party software, and provides code example to export RTF to HTML in Java....Signature Product Family GroupDocs.Metadata...generating HTML versions of RTF documents. To accomplish this, we will...

    kb.groupdocs.com/conversion/java/how-to-convert...
  4. GroupDocs.Assembly for Python overview | Docume...

    A assembly is a Document automation and reports generation API designed to create custom Documents from templates. With its powerful and straightforward API, you can execute the following actions: Multiple data formats support Use formulae & perform sequential data operations Apply upper, lower, capital, firstcap formatting to strings in template syntax Template syntax support formatting of ordinal, cardinal, alphabetic numeric nature Support template Documents with custom variables & text comments within template syntax tags Dynamically insert out Document content in report Dynamically configure background color of html Documents & generate barcode in reports Dynamically insert hyperlinks in reports & apply attributes to email message body Dynamically attach email attachments Support of next field analogue of Microsoft Word Update fields during word processing Document assembly Apply formula during spreadsheet assembly Template formatting for numeric, text, image, date-time, chart elements Conditional formatting of template text elements Linq-based template syntax Change format of assembled file using explicit specifications or file extension Auto-removal of empty paragraphs Generate various report types, e....Signature Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Assembly Product...

    docs.groupdocs.com/assembly/python-net/product-...
  5. Save overwriting original file | Documentation

    The following example demonstrates how to save the redacted Document, replacing an original file: // Make a copy of sample file Files.copy(new File("Sample.docx").toPath(), new File("OverwrittenSample.docx").toPath(), StandardCopyOption.REPLACE_EXISTING); // Apply redaction final Redactor redactor = new Redactor("OverwrittenSample.docx"); try { RedactorChangeLog result = redactor.apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions(java.awt.Color.RED))); if (result.getStatus() != RedactionStatus.Failed) { SaveOptions options = new SaveOptions(); options.setAddSuffix(false); options.setRasterizeToPDF(false); // Save the Document in original format overwriting original file redactor.save(options); } } finally { redactor....Signature Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Redaction Product...

    docs.groupdocs.com/redaction/java/save-overwrit...
  6. Searching | Documentation

    The articles in this section describe advanced topics related to search operations. You will find details about different search aspects. Search types, advanced options, internal implementation details: More resources GitHub examples You may easily run the code from Documentation articles and see the features in action in our GitHub examples: GroupDocs.Search for .NET examples GroupDocs.Search for Java examples Free online Document search App Along with full featured .NET library we provide simple, but powerful free Apps....Signature Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Search Product...

    docs.groupdocs.com/search/nodejs-java/searching/
  7. Saving | Documentation

    The SaveOptions class provides the following properties to customize the saving process: AnnotationTypes defines annotation types to be saved into output Document; FirstPage defines the first page number to save specific page range; LastPage defines the last page number to save specific page range; OnlyAnnotatedOptions indicates whether to save only annotated pages or not. For details, see the following pages:...Signature Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Annotation Product...

    docs.groupdocs.com/annotation/java/saving/
  8. Using Spreadsheets as Data Sources | Documentation

    Note The code uses some of the objects defined in The Business Layer. Following classes are added in GroupDocs.Assembly.Data namespace: DataTable DataColumn DataColumnCollection The Recipe Define template and output report Documents Assemble a Document using the external Document table as a data source Download Data Source Document Contracts Data.xlsx Template Using Spreadsheet as Table of Data.docx The Code...Signature Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Assembly Product...

    docs.groupdocs.com/assembly/java/using-spreadsh...
  9. How to Convert DOCX to XPS using Java

    In this topic, you'll find guidance on how to convert DOCX to XPS using Java.We'll help you with an application that enables you to export DOCX to XPS using Java....Signature Product Family GroupDocs.Metadata...converting a DOCX file into an XPS document, along with a code snippet...

    kb.groupdocs.com/conversion/java/how-to-convert...
  10. Convert JPG to PDF using Java

    By following this topic closely, you'll learn how to convert JPG to PDF using Java. Additionally, we'll provide you with the code to export JPG to PDF using Java....Signature Product Family GroupDocs.Metadata...skill broadens horizons in document processing and management...

    kb.groupdocs.com/conversion/java/convert-jpg-to...