Sort Score
Result 10 results
Languages All
Labels All
Results 3,631 - 3,640 of 5,671 for

document viewer

(0.08 sec)
  1. Locating signature on page with different measu...

     This article explains using measure units to locate signature and its size on Document page with GroupDocs.Signature API....Viewer Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Signature Product...

    docs.groupdocs.com/signature/java/locating-sign...
  2. Migration Notes | Documentation

    Why To Migrate? Here are the main reasons for using the new updated API provided by GroupDocs.Search for Java from version 19.10: Unified work with some similar entities to increase the intuitiveness of using API. The architecture of the product has been revised and optimized, so that some functions will work faster. Some entities have been renamed to improve code readability. The changes made to the API are not too significant, so the migration will not be too difficult....Viewer Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Search Product...

    docs.groupdocs.com/search/java/migration-notes/
  3. Advanced search for Text signatures | Documenta...

    This article explains how to make advanced search for Text electronic signatures with GroupDocs.Signature API....Viewer Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Signature Product...

    docs.groupdocs.com/signature/net/advanced-searc...
  4. Changing Automatically Detected Types of Docume...

    Note The code uses some of the objects defined in The Business Layer. Changing Automatically Detected Types API provides the ability to change automatically detected types of DocumentTable columns. The Type property setter has been added to the GroupDocs.Assembly.Data.DocumentTableColumn class. Moreover, The Relations property of the GroupDocs.Assembly.Data.DocumentTableSet class has been added. Download Data Source Document Managers Data.docx Template Changing Document Table Column Type.pptx Changing Document Table Column Type...Viewer Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Assembly Product...

    docs.groupdocs.com/assembly/java/changing-autom...
  5. Convert PDF to TIFF using Node.js

    Learn how to convert PDF to TIFF using Node.js and export PDF to TIFF in Node.js. Efficient file conversion for high-quality image outputs in your applications....Viewer Product Family GroupDocs.Comparison...especially when working with documents that need to be processed...

    kb.groupdocs.com/conversion/nodejs/convert-pdf-...
  6. 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....Viewer Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Redaction Product...

    docs.groupdocs.com/redaction/java/save-overwrit...
  7. Support of .NET Standard 2.0 in GroupDocs.Viewe...

    Hello everyone! We have released v19.10 of GroupDocs.Viewer for .NET and I have a piece of breaking news especially for those who requested the support of .NET Core. The latest release of the API includes 6 new features, 2 improvements, and 11 bug fixes. So let’s have a look at some major updates we have brought for you. Support of .NET Standard 2.0 As promised, we have added the support of ....Viewer for .NET and I have a piece...Thus, you can use GroupDocs.Viewer for .NET API in your cross-platform...

    blog.groupdocs.com/viewer/support-of-net-standa...
  8. GroupDocs.Assembly for .NET 18.2 Release Notes ...

    This page contains release notes for GroupDocs.Assembly for .NET 18.2. Major Features This release extends abilities to work with single-column table data bands and conditional blocks. Full List of Features Covering all Changes in this Release Key Summary Category ASSEMBLYNET-61  Support single-column table-row data bands for Word Processing Documents  Feature ASSEMBLYNET-62 Support single-column table-row data bands for Spreadsheet Documents Feature ASSEMBLYNET-63 Support single-column table-row data bands for Presentation Documents  Feature ASSEMBLYNE4-63 Support single-column table-row data bands for email messages with HTML and RTF bodies Feature  Public API and Backward Incompatible Changes This section lists public API changes that were introduced in GroupDocs....Viewer Product Solution GroupDocs...bands for Word Processing documents Feature ASSEMBLYNET-62 Support...

    docs.groupdocs.com/assembly/net/groupdocs-assem...
  9. Working with Multiple Data Sources | Documentation

    Note This feature is only compatible with GroupDocs.Assembly for .NET 3.1.0 or later releases. Explicit Support for Multiple Data Sources Using DocumentAssembler.AssembleDocument overload user can reference multiple data source objects and their members in the template. Names of all the data sources must be specified and unique. Parameters DataSources An array of data source objects like object[] dataSources. DataSourceNames An array of names to reference the data source objects within the template like string[] dataSourceNames....Viewer Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Assembly Product...

    docs.groupdocs.com/assembly/net/working-with-mu...
  10. Extract metadata from EPUB eBook | Documentation

    To extract metadata from EPUB e-books GetMetadata method is used...Viewer Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Parser Product...

    docs.groupdocs.com/parser/net/extract-metadata-...