Sort Score
Result 10 results
Languages All
Labels All
Results 7,751 - 7,760 of 11,045 for

document assembly

(0.06 sec)
  1. GroupDocs.Redaction for Java 20.11 Release Note...

    Note This page contains release notes for GroupDocs.Redaction for Java 20.11 Major Features There are the following improvements in this release: Ability to save Redaction Policy to an XML file Built-in support for plain text format (previously was an example) Support for HTML Documents and Markdown files Improve PDF preview generation Full List of Issues Covering all Changes in this Release Key Summary Category REDACTIONJAVA-107 Saving RedactionPolicy.xml file Improvement REDACTIONJAVA-108 Add support for HTML Documents and Markdown files Improvement REDACTIONJAVA-109 Add built-in support for plain text format Improvement REDACTIONJAVA-110 Improve PDF preview generation Improvement Public API and Backward Incompatible Changes Note This section lists public API changes that were introduced in GroupDocs....Assembly Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Redaction Product...

    docs.groupdocs.com/redaction/java/groupdocs-red...
  2. Minify HTML | Documentation

    Learn how to minify HTML and CSS when rendering of Documents into HTML and make your HTML Documents load faster with GroupDocs.Viewer....Assembly Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Viewer Product...

    docs.groupdocs.com/viewer/java/minify-html/
  3. GroupDocs.Conversion for .NET 21.8 Release Note...

    Note This page contains release notes for GroupDocs.Conversion for .NET 21.8 Major Features There are 15+ features, improvements and bug-fixes in this release, most notable are: Conversion from Nsf Conversion from multiple vcf contacts Full List of Issues Covering all Changes in this Release Key Category Summary CONVERSIONNET‑4636 Feature Implement conversion from Nsf CONVERSIONNET‑4335 Improvement Size too high when converted from PDF to DOCX CONVERSIONNET‑4675 Improvement Conversion from multiple contacts VCF CONVERSIONNET‑4390 Fix Wrong exception CONVERSIONNET‑4553 Fix Image export failed exception when converting certain djvu Document to epub CONVERSIONNET‑4623 Fix Wrong content placement while converting XLSX with Letter page size to PDF CONVERSIONNET‑4702 Fix Converting Hebrew html to Tiff CONVERSIONNET‑4704 Fix EML to PDF conversion taking long time CONVERSIONNET‑4724 Fix Diagram to image conversion failed on Linux/macOS CONVERSIONNET‑4725 Fix Diagram to word processing failed on Linux/macOS CONVERSIONNET‑4728 Fix Pdf to image conversion failed under Linux/macOS CONVERSIONNET‑4729 Fix Presentation to image conversion failed under Linux/macOS CONVERSIONNET‑4730 Fix Project management to image conversion failed under Linux/macOS CONVERSIONNET‑4731 Fix Spreadsheet to image conversion failed under Linux/macOS CONVERSIONNET‑4734 Fix Data to Image as datasource conversion failed under macOS/Linux CONVERSIONNET‑4735 Fix Tsv and Csv to image conversion failed CONVERSIONNET‑4738 Fix Conversion from Xml/XlsFo to Xlt failed Public API and Backward Incompatible Changes Introduced new class NsfLoadOptions...Assembly Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Conversion Product...

    docs.groupdocs.com/conversion/net/groupdocs-con...
  4. Previewing | Documentation

     This section contains examples with advanced Document preview, pages generation with or without existing electronic signatures by GroupDocs.Signature API....Assembly Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Signature Product...

    docs.groupdocs.com/signature/java/previewing/
  5. Inserting edited slide into existing presentati...

    This article describes how to insert edited presentation slide into existing PowerPoint presentation....Assembly Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Editor Product...

    docs.groupdocs.com/editor/net/inserting-edited-...
  6. GroupDocs.Viewer For .NET 16.10 Release Notes |...

    Note This page contains release notes for GroupDocs.Viewer for .NET 16.10.0. Major Features There are 1 new feature and 8 improvements and fixes in this regular monthly release. The most notable are: Improved rendering Slides Documents by removing embedded audios Improved extracting Document information MOBI file format rendering support Fixed rendering of DWG Documents which were rendered into small image or into image with dots Full List of Issues Covering all Changes in this Release Key Summary Category VIEWERNET-888 Mobi format support New Feature VIEWERNET-913 Remove embedded audios from presentation Improvement VIEWERNET-942 Invalid rendering of DWG file into Image or HTML Bug VIEWERNET-922 GetDocumentInfo() method is throwing exception Bug VIEWERNET-918 Failed to load XPS file in evaluation mode Bug VIEWERNET-910 Dwg Document is rendered into small image....Assembly Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Viewer Product...

    docs.groupdocs.com/viewer/net/groupdocs-viewer-...
  7. Render N consecutive pages | Documentation

    This article explains how to view n consecutive pages when processing Documents with GroupDocs.Viewer within your .NET applications....Assembly Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Viewer Product...

    docs.groupdocs.com/viewer/net/view-n-consecutiv...
  8. Load password-protected file | Documentation

    Load password-protected file In order to open password-protected Documents, you have to pass your password to LoadOptions class constructor or assign it to its Password property of an instance of LoadOptions class: LoadOptions loadOptions = new LoadOptions("mypassword"); final Redactor redactor = new Redactor("protected_sample.docx", loadOptions); try { // Here we can use Document instance to perform redactions redactor.apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions("[personal]"))); redactor.save(); } finally { redactor.close(); }...Assembly Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Redaction Product...

    docs.groupdocs.com/redaction/java/load-password...
  9. GroupDocs.Conversion for .NET 19.4 Release Note...

    Note This page contains release notes for GroupDocs.Conversion for .NET 19.4 Major Features This regular monthly release contains 5+ improvements and bug fixes. Most notable are: Conversions from Cmx Automatic naming when saving converted Document to file Get page orientation for specific page Full List of Issues Covering all Changes in this Release Key Category Summary CONVERSIONNET‑2980 Feature Implement automatic naming when saving converted Document to file CONVERSIONNET‑2983 Feature Implement conversion from Cmx CONVERSIONNET‑3011 Improvement Implement getting page orientation for specific page CONVERSIONNET‑1747 Fix HTML output file is not rendered properly in Edge CONVERSIONNET‑1919 Fix Arrows point in the wrong direction in ODP output CONVERSIONNET‑2964 Fix AutoCAD(....Assembly Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Conversion Product...

    docs.groupdocs.com/conversion/net/groupdocs-con...
  10. GroupDocs.Assembly for Java 19.3 Release Notes ...

    This page contains release notes for GroupDocs.Assembly for Java 19.3. Major Features Supported in-lining of syntax error messages into templates instead of exception throwing. Full List of Features Covering all Changes in this Release Key Summary Category AssemblyNET-99  Provide an ability to inline template syntax errors in generated Word Processing Documents instead of exception throwing  Feature  AssemblyNET-100  Provide an ability to inline template syntax errors in generated Spreadsheet Documents instead of exception throwing  Feature  AssemblyNET-101  Provide an ability to inline template syntax errors in generated Presentation Documents instead of exception throwing  Feature  AssemblyNET-102  Provide an ability to inline template syntax errors in generated Email Documents instead of exception throwing  Feature  AssemblyNET-103  Provide an ability to inline template syntax errors in generated Plain Text Documents instead of exception throwing  Feature  AssemblyNET-107  Allow null values for image tag expressions  Enhancement  AssemblyNET-108  Allow null values for doc tag expressions  Enhancement  Public API and Backward Incompatible Changes This section lists public API changes that were introduced in GroupDocs....Assembly Product Solution GroupDocs...Events Acquisition GroupDocs.Assembly for Java 19.3 Release Notes...

    docs.groupdocs.com/assembly/java/groupdocs-asse...