Convert text to PDF

Convert text to PDF online, by software or command line

Convert text to PDF

In computing, plain text is the contents of an ordinary sequential file readable as textual material without much processing, usually opposed to formatted text and to "binary files" in which some portions must be interpreted as binary objects.

The encoding has traditionally been either ASCII, one of its many derivatives such as ISO/IEC 646 etc., or sometimes EBCDIC. Unicode-based encodings such as UTF-8 and UTF-16 are gradually replacing the older ASCII derivatives limited to 7 or 8 bit codes.

You can convert text to PDF by our online program, PDFConvert desktop software or command line program.

Convert text to PDF Online

Txt to PDF Converter Form
Local Txt File: (*.txt; *.text)

Use this form to upload a local txt file and convert the txt file to PDF file.

1. Click the "Choose File" button (different web browsers may have different button names such as "browse..."), a browse window will open, select a local plain text file and click the "Open" button.
2. Click the "Convert Now!" button to convert. Wait a few seconds for the file conversion to finish.
3. You can download or view the output PDF file on your web browser after conversion.

Convert text to PDF software

Add document files

After installing PDFConvert software, click Start - Programs - PDFConvert - PDFConvert to run.

Click "Create PDF" link, click "Text to PDF" button on the left, click "Add Files" button to add local text files. You can also directly drag text files from file explorer and drop to list.

After adding text files into the list. You can click the "Create PDF" button to create PDF file from the document files you selected.

The default output directory is "PDFConvert" directory in "My Document". PDFConvert will try to create this directory if it doesn't exist and open it when conversion is completed.

Convert text to PDF command line

Download pdfconvert.exe, and run pdfconvert.exe command line program to convert text to PDF on background without windows showed.
/?
Shows all command line parameters of pdfconvert.exe.
/i
input files
For example: pdfconvert.exe /i "c:\txt\1.txt"
/o
output folder
For example: pdfconvert.exe /o "c:\pdf"
/cs 2000
convert text file to pdf file
For example: This command will convert local txt file "c:\txt\1.txt" to PDF file "c:\pdf\1.pdf".
pdfconvert.exe /cs 2000 /i "c:\txt\1.txt" /o "c:\pdf"