Search:

Type: Posts; User: Norm

Search: Search took 0.09 seconds.

  1. Re: Merging PDF Files using PDFBox in Sub/Directories

    You can use the File class to rename files.
  2. Re: Merging PDF Files using PDFBox in Sub/Directories

    Your code does this now:
    File[] listOfFiles = aFile.listFiles(); // saves file references in an array

    What else do you need?
  3. Re: Merging PDF Files using PDFBox in Sub/Directories

    Is this a question of reading API doc for the PDFBox Merger utility to understand how to use it?
  4. Re: Merging PDF Files using PDFBox in Sub/Directories

    I'm not sure about how to preserve the contents of a PDF file, but for text files:
    Open output file
    begin loop to work thru a list of files
    copy next file to output file
    end loop
    close output...
  5. Re: Merging PDF Files using PDFBox in Sub/Directories

    Could you explain what it means to merge files?
    Do you want to copy the contents of all the files into one file?
Results 1 to 5 of 5