Split/Merge PDF
Description:
Split/Merge PDF is a versatile plugin designed to seamlessly handle PDF splitting and merging tasks with precision and ease. It enables users to split multi-page PDFs into smaller sections based on specific ranges, fixed intervals, or by removing selected pages. Additionally, it allows merging multiple PDF files into a single cohesive document. This flexibility makes it ideal for tasks such as document editing, combining related files, organizing archives, or sharing specific sections. By offering an intuitive and efficient solution, the Split/Merge PDF plugin simplifies workflows, enhances productivity, and ensures professional-grade results.
Instructions:
🔹 Install the Split/Merge PDF Plugin in Your App🔹 Follow These Steps for Splitting/Merging PDFs:
- Sign Up:
Visit https://www.iloveapi.com/signup to create an account. - Get API Keys:
Retrieve your public key and secret key from https://www.iloveapi.com/user/projects. - Authorization:
Call the Authorization API, providing your public key to obtain an authorization token. Save this token for use in subsequent steps. - Start the Splitting Process:
- File Upload: Upload the PDF file you want to split (only one file can be uploaded at a time).
- Processing: Use the token to process the file. Specify the server_filename (uploaded file's name on the server) and an output name for the resulting files.
- Tool Selection: Choose between merge or split based on your preference.
- Merge: No additional parameters are required.
- Split: Choose one of the following modes:
- Ranges: Specify page ranges in the format 1,4,5-10. These ranges will be split and saved as individual PDFs. To merge these splits into a single PDF, enable the merge_after option (only available for this mode).
- Fixed Range: Split the PDF into sections of every n pages. If the fixed range exceeds the total number of pages, an error will occur.
- Remove Pages: Specify ranges of pages to remove from the document. The resulting file will be a single PDF with the specified pages removed.
- Ranges: Specify page ranges in the format 1,4,5-10. These ranges will be split and saved as individual PDFs. To merge these splits into a single PDF, enable the merge_after option (only available for this mode).
- Merge: No additional parameters are required.
- File Upload: Upload the PDF file you want to split (only one file can be uploaded at a time).
- Download the Output:
Call the Download API to retrieve the generated PDF files.
The Connect API allows you to apply multiple tools on the same uploaded file without re-uploading it. For example, you can apply different split_modes/merge on the same PDF. Note that the Connect API will work with the updated file after splitting, not the originally uploaded file.
