雅虎香港 搜尋

搜尋結果

  1. 2010年3月24日 · How could I merge / convert multiple PDF files into one large PDF file? I tried the following, but the content of the target file was not as expected: convert file1.pdf file2.pdf merged.pdf I ne...

  2. Is it possible, using Python, to merge separate PDF files? Assuming so, I need to extend this a little further. I am hoping to loop through folders in a directory and repeat this procedure. And I ...

  3. Even though I need to just make a new PDF copy of input PDF bytes (to solve the input bytes coming from a "corrupted" PDF), this sort of merging solution seemed to work for my purpose; but I will next try to refactor to your suggestion to use PdfStamper//

  4. I want to merge PDF files that already exist (already saved in my computer) using R. I already tried to use open source softwares to merge them and it works fine but since I have a couple hundreds of files to merge together, I was hoping to find something a little faster (my goal is to have the file automatically created - or updated, simply by running an R command).

  5. Instead of producing one PDF directly, you could produce each PDF you need and then combine them together as a post-process with pdftk. This could even be done from within your program using a system() or ShellExecute() call.

  6. 2019年9月5日 · The function list.files() gets you most of the way to what you want, if you want all the files in your path folder that contain "pdf" in the name to be merged, you could do something like: pdf_combine(list.files(path, pattern="pdf", full.names=TRUE), output = pdf

  7. 2018年7月18日 · I am trying to combine PDF's into one single pdf with the use of vba. I would like to not use a plug in tool and have tried with acrobat api below. I have tried something like, but cannot seem to ...

  8. 2014年1月31日 · I wanted to do client side scrpting for merging and splitting pdf, so i wanted to use itextsharp. If you just want to display multiple PDFs as merged into a single document in the browser, this is surely possible with pdf.js - see my answer here.

  9. If I have 1000+ pdf files need to be merged into one pdf, from PyPDF2 import PdfReader, PdfWriter writer = PdfWriter() for i in range(1000): filepath = f"my/pdfs/{i}.pdf" reader = Skip to main content

  10. 2015年10月9日 · I have to merge multiple PDFs into a single PDF. I am using the iText.sharp library, and collect converted the code and tried to use it (from here) The actual code is in C# and I converted that t...

  1. 其他人也搜尋了