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

document assembly

(0.11 sec)
  1. Search for embedded object with custom encrypti...

    This article explains how to search for embedded electronic signatures with custom encryption in QR code electronic signatures. This topic contains example of custom encryption, class definition and search for encrypted objects in the QR-codes with GroupDocs.Signature....Assembly Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Signature Product...

    docs.groupdocs.com/signature/net/search-for-emb...
  2. Skip rendering of empty columns | Documentation

    This article explains how to hide empty columns when viewing Spreadsheets with GroupDocs.Viewer within your Java applications....Assembly Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Viewer Product...

    docs.groupdocs.com/viewer/java/skip-rendering-o...
  3. Optimize the PDF file resources | Documentation

    This topic describes how to optimize PDF file using the GroupDocs.Viewer Java API to reduce size....Assembly Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Viewer Product...

    docs.groupdocs.com/viewer/java/optimization-pdf...
  4. Render with responsive layout | Documentation

    Learn how to render your Document with responsive HTML layout that looks great on mobile and desktop devices....Assembly Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Viewer Product...

    docs.groupdocs.com/viewer/java/render-with-resp...
  5. knowntypeset - GroupDocs.Assembly for Java - AP...

    All Classes Packages com.groupdocs.Assembly com.groupdocs.Assembly.system com.groupdocs.Assembly.system.data com.grou......assembly com.groupdocs.assembly.system com.groupdocs...groupdocs.assembly.system.data com.groupdocs.assembly.system.data...

    apireference.groupdocs.com/assembly/java/com.gr...
  6. GroupDocs.Assembly for .NET 17.11 Release Notes

    GroupDocs.Assembly for .NET 17.11 Release Notes – the latest updates and fixes....Assembly Product Family GroupDocs.Assembly for .NET...Toggle navigation GroupDocs.Assembly for .NET 17.11 Release Notes...

    releases.groupdocs.com/assembly/net/release-not...
  7. XmlDataSource - GroupDocs.Assembly for Java - A...

    All Classes Packages com.groupdocs.Assembly com.groupdocs.Assembly.system com.groupdocs.Assembly.system.data com.grou......assembly com.groupdocs.assembly.system com.groupdocs...groupdocs.assembly.system.data com.groupdocs.assembly.system.data...

    apireference.groupdocs.com/assembly/java/com.gr...
  8. Save in original format | Documentation

    The following example demonstrates how to save file in its original format with current date as a suffix: final Redactor redactor = new Redactor("sample.docx"); try { // Here we can use Document instance to perform redactions redactor.apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions("[personal]"))); SaveOptions saveOptions = new SaveOptions(); saveOptions.setAddSuffix(true); saveOptions.setRasterizeToPDF(false); saveOptions.setRedactedFileSuffix(new SimpleDateFormat("dd-MM-yyyy").format(new Date())); // Saving in original format with date as DateTime.getNow().toShortDateString()a suffix redactor.save(saveOptions); } finally { redactor.close(); }...Assembly Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Redaction Product...

    docs.groupdocs.com/redaction/java/save-in-origi...
  9. Optimize a PDF file for a browser | Documentation

    This topic describes how to optimize PDF file using the GroupDocs.Viewer Java API for web browser or to reduce size....Assembly Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Viewer Product...

    docs.groupdocs.com/viewer/java/optimization-pdf...
  10. Render Excel and Apple Numbers spreadsheets as ...

    This topic describes how to use the GroupDocs.Viewer .NET API (C#) to convert Excel workbooks and Apple Numbers spreadsheets to HTML, PDF, PNG, and JPEG formats....Assembly Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Viewer Product...

    docs.groupdocs.com/viewer/net/render-excel-and-...