free software to convert almost 50000 text fles to a single PDF file

Page 1 of 3 123 LastLast

  1. Posts : 448
    Windows 10
       #1

    free software to convert almost 50000 text fles to a single PDF file


    Can someone suggest a free software to convert around 50000 text files to a single PDF file.
      My Computer


  2. Posts : 1,983
    Windows 10 x86 14383 Insider Pro and Core 10240
       #2

    Windows 10. Sorry, it may not be free, but if you already have it, it will cost you nothing.

    You can do it in one go. Print to PDF in Windows 10 - Windows 10 General Tips Tutorials

    Select all the files to be combined into a PDF file.

    Press ctrl+P, and choose the "Microsoft Print to PDF" printer from the list of printers. Off you go. Make sure you have sufficient free disk space before you start.
      My Computers


  3. Posts : 3,453
       #3

    Fafhrd said:
    Windows 10. Sorry, it may not be free, but if you already have it, it will cost you nothing.

    You can do it in one go. Print to PDF in Windows 10 - Windows 10 General Tips Tutorials

    Select all the files to be combined into a PDF file.

    Press ctrl+P, and choose the "Microsoft Print to PDF" printer from the list of printers. Off you go. Make sure you have sufficient free disk space before you start.
    That's quite cool... does it combine it as well?..sequentially - pdf is a different animal
      My Computer


  4. Posts : 31,666
    10 Home x64 (22H2) (10 Pro on 2nd pc)
       #4

    Fafhrd said:
    Select all the files to be combined into a PDF file.

    Press ctrl+P, and choose the "Microsoft Print to PDF" printer.....
    That will print each text file to a separate .pdf (I've just tried it). You would need to combine the 50000 files into a single text file first if you want one .pdf.

    One way to do that would be from a command prompt. Make a new sub-folder to hold the output file, then type all the files and pipe them to the single output file. Something like this:

    Code:
    mkdir TEMP
    for %F in (*.txt) do type "%F" >> TEMP\out.txt
    The sub-folder is necessary, otherwise 'out.txt' will be copied to itself. You need it to be in a different directory.

    Then print out.txt to the Microsoft PDF printer.
      My Computers


  5. Posts : 1,983
    Windows 10 x86 14383 Insider Pro and Core 10240
       #5

    See the tut, according to the second poster... @ARC1020

    It's like printing a lot of files in one print job.
      My Computers


  6. Posts : 31,666
    10 Home x64 (22H2) (10 Pro on 2nd pc)
       #6

    Fafhrd said:
    See the tut, according to the second poster....
    Sorry, but I did say I'd tried it. Selecting multiple .txt files then right-click and select Print as shown in that post just opens multiple Notepads, each of which immediately starts to print its own individual pdf. At no point do you get a chance to select 'multiple pages'.
      My Computers


  7. Posts : 1,983
    Windows 10 x86 14383 Insider Pro and Core 10240
       #7

    Sorry I read it in a tutorial here with Shawn's thumb of approval, and thought it was good to go.

    My first thought had been copy *.txt newfile.txt to append all files to a new file for printing, but came unstuck on printing to the PDF printer from the commandline. Then I thought to look in TF Tutorials. My mistake.

    Can't even use shell:sendto in file explorer to send to the PDF printer, it doesn't appear on the sendto menu alongside send to fax recipient - which after all is another virtual printer.
      My Computers


  8. Posts : 31,666
    10 Home x64 (22H2) (10 Pro on 2nd pc)
       #8

    Fafhrd said:
    Sorry I read it in a tutorial .... thought it was good to go.
    It is - for image files, that is.
      My Computers


  9. Posts : 1,983
    Windows 10 x86 14383 Insider Pro and Core 10240
       #9

    Yes, I've noted that in the Tut, but the blanket statement had me fooled:

    free software to convert almost 50000 text fles to a single PDF file-image.png

    But it can be done: here I merge all the .ini files in Windows\system32 to a file called Big.ini (Ini files are text files), then
    open the Big.ini file in Notepad and print to the Microsoft PDF printer to make a bigini.pdf file which is shown opened in Edge. The printing slowed and the dialog stopped responding after about 200 pages been printed. Maybe 50000 is a big ask!

    free software to convert almost 50000 text fles to a single PDF file-image.png

    note: Shawn has let me know he has edited the tutorial.
    Last edited by Fafhrd; 25 Apr 2017 at 17:41.
      My Computers


  10. Posts : 448
    Windows 10
    Thread Starter
       #10

    Fafhrd said:
    Windows 10. Sorry, it may not be free, but if you already have it, it will cost you nothing.

    You can do it in one go. Print to PDF in Windows 10 - Windows 10 General Tips Tutorials

    Select all the files to be combined into a PDF file.

    Press ctrl+P, and choose the "Microsoft Print to PDF" printer from the list of printers. Off you go. Make sure you have sufficient free disk space before you start.

    I tried but at the time of printing, it is not printing all files in one go. Instead for each file it is asking to suggest a file name and then it save. It means for 50000 times I will have to name the file and then click save. The same thing happened with PDF Creator. If a single pdf with 50000 is made, I am o.k but even if 50000 pdf are made, I have no problem but the printing should be automated and the files name can remain same as the text files or anything random.
      My Computer


 

  Related Discussions
Our Sites
Site Links
About Us
Windows 10 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 10" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 18:35.
Find Us




Windows 10 Forums