JoinPdf

JoinPdf (ODC)

Stable version 0.1.5 (Compatible with ODC)
Uploaded on 28 September 2024 by I2BTech
JoinPdf

JoinPdf (ODC)

Documentation
0.1.5

New Features

  1. Merge PDFs from AWS S3 and upload the merged pdf to S3:
    • Method: MergePdfsFromS3AndUploadResult
    • Description: This method takes a list of S3 URLs, each pointing to a PDF file and upload result file to S3, and returns a single Text.

Existing Features

  1. Merge Two PDFs:

    • Method: MergeTwoPDFs
    • Description: This method takes two Binary Data, each representing a PDF file, and returns a single Binary Data containing the merged PDF.
  2. Merge Multiple PDFs:

    • Method: MergePDFs
    • Description: This method takes a list of Binary Data, each representing a PDF file, and returns a single Binary Data containing the merged PDF.
  3. Merge PDFs from AWS S3:
    • Method: MergePDFsFromS3
    • Description: This method takes a list of S3 URLs, each pointing to a PDF file, and returns a single Binary Data containing the merged PDF.

Benefits

  • Ease of Use: Simple methods to merge PDFs without any complex configurations.
  • Efficiency: Fast merging process to handle multiple PDFs seamlessly.
  • Flexibility: Supports merging of two or multiple PDF files as well as PDFs from AWS S3.