Sort Score
Result 10 results
Languages All
Labels All
Results 3,571 - 3,580 of 48,531 for

documents

(1.81 sec)
  1. PDF Merging and stitching ToC - Free Support Fo...

    Hi Team, We need assistance with a PDF merging requirement. Currently, when we merge three PDFs, the second and third Documents are simply appended to the first. Our Goal: We need the Table of Contents in the first doc…...PDFs, the second and third documents are simply appended to the...Table of Contents in the first document to automatically include the...

    forum.groupdocs.com/t/pdf-merging-and-stitching...
  2. Replace missing font | GroupDocs

    This article explains how to replace missing font when rendering Documents with GroupDocs.Viewer within your Java applications....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Viewer Product...Developer Guide / Render documents / Replace missing font Replace...

    docs.groupdocs.com/viewer/java/replace-missing-...
  3. Add Conditional Content with If/Else | GroupDocs

    Display content conditionally in templates using if/elseif/else blocks based on data values....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Assembly Product...different content in your documents based on data values. GroupDocs...

    docs.groupdocs.com/assembly/net/basic-usage-con...
  4. GroupDocs.Redaction for Python via .NET | Group...

    A .NET API for redaction of sensitive and classified information from the Documents. You can redact in adobe pdf, redact in excel or in many of different file formats using c#...Events Acquisition GroupDocs Documentation / GroupDocs.Redaction Product...or classified content from documents across various file formats...

    docs.groupdocs.com/redaction/python-net/
  5. Optimize a PDF file for a browser | GroupDocs

    This topic describes how to optimize PDF file using the GroupDocs.Viewer Java API for web browser or to reduce size....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Viewer Product...Developer Guide / Render documents / Render to PDF / Optimize...

    docs.groupdocs.com/viewer/java/optimization-pdf...
  6. Render with responsive layout | GroupDocs

    Learn how to render your document with responsive HTML layout that looks great on mobile and desktop devices....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Viewer Product...Developer Guide / Render documents / Render to HTML / Render...

    docs.groupdocs.com/viewer/java/render-with-resp...
  7. Save in original format | GroupDocs

    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(); }...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Redaction Product.../ Advanced Usage / Saving documents / Save in original format...

    docs.groupdocs.com/redaction/java/save-in-origi...
  8. GroupDocs.Signature for Python via .NET | Group...

    GroupDocs.Signature for Python via .NET is an easy to use electronic signature API designed for C#/.NET applications...Events Acquisition GroupDocs Documentation / GroupDocs.Signature Product...signatures on electronic documents. The quite captivating fact...

    docs.groupdocs.com/signature/python-net/
  9. GroupDocs.Signature for Java | GroupDocs

    GroupDocs.Signature for Java is an easy to use electronic signature API designed for Java applications...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Signature Product...to authenticate and sign documents using passwords and digital...

    docs.groupdocs.com/signature/java/
  10. Adjust the image size | GroupDocs

    Check this guide to learn how to adjust PNG and JPG images size when rendering Documents with Image Viewer by GroupDocs for Java....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Viewer Product...Developer Guide / Render documents / Render to PNG or JPEG /...

    docs.groupdocs.com/viewer/java/image-viewer-adj...