Add pdf_combine.R file with pdf_combine function. #53
Conversation
…nes multiple PDF files, where page delimitations can be entered for each file.
|
Hello, any positions regarding this pull request? |
|
Thank you @prdm0 for this pull request!. This proposed Is there any possibility for us to find another name for the proposed function highlighting its unique features as staple_pdf and combine_pdf sound similar. For naming the functions we use the format |
Hi @pridiltal , thanks. I made the change as suggested. I thought it prudent to version the package to 3.2.0 since it's about adding a new feature. Best regards. |
|
Dear @pridiltal how are you? What did you think of the changes? Best regards. |
|
Thank you @prdm0 for this new addition. I'll update the package and get back to you soon. |
|
Thank you @prdm0 for this new addition. This will definitely enhance its capabilities. I have a few suggestions to maintain the consistency across functions.
Please let me know your thoughts on this. I am very happy to discuss it further. Once again thank you for joining our team. Dilini |
|
Dear @pridiltal, I found the suggestions interesting. As soon as I proceed with the changes, I'll let you know. Thanks you. |
|
Dear @pridiltal , I made the changes and you are on a new pull request; see #54 . Best regards. |
The
pdf_combinefunction has good characteristics for combining multiple PDF files. We often want to combine these files by delimiting the beginning and end of each file, that is, combining sequences of pages that often have different sizes in each file. The proposedpdf_combinefunction does this in a simple and useful way, simply passing multiple paths to the files to thevec_inputargument. The page delimitations are passed to thestart_pagesandend_pagesarguments, respectively.There is a generic example in the documentation of the proposed function.