Please give a brief summary of your issue:
Converting 1GB .txt files was getting error
Please describe your issue and provide steps to reproduce it:
Using PDFNet.toPDF() method to convert a txt file that more than 1GB will get error “Word cannot open this file because it is larger than 512 Megabytes”
Please provide a link to a minimal sample where the issue is reproducible:
Hello, based on the error, it appears that Microsoft Word is being used to convert the text file to PDF. Instead of toPDF() method, can you please try the Convert.fromText() method as described by this sample instead?