Do you own a Debenu Quick PDF Library version 7, 8, 9, 10, 11, 12, 13 or iSEDQuickPDF license? Upgrade to Debenu Quick PDF Library 14 today!
![]() |
Can't write formatted text to PDF |
Post Reply ![]() |
Author | |
Cefeg ![]() Beginner ![]() ![]() Joined: 16 Feb 16 Location: California Status: Offline Points: 10 |
![]() ![]() ![]() ![]() ![]() Posted: 31 Mar 21 at 2:22AM |
Using VB.Net, QuickPDF Library v16 DLL. Objective is to convert a one page text file formatted mostly as separate lines without word wrap to a PDF. Looking at forum and KB I could not code for this requirement.
After reading the text file with StreamReader (either ReadLine and appending vbCRLF or reading the text file into one string) the following code gives me a PDF with only one line across the top with no line breaks. qp.SetOrigin(1) ' origin at top left qp.DrawText(30, 50, sText) ' write text after top left margin qp.SaveToFile(sPDFname) ' save to pdf document Same result using: Dim hFile = fs.SafeFileHandle.DangerousGetHandle() qp.DASaveAsFile(hFile, sPDFname) where hFile is the file handle to the formatted text file. In all cases the CR + LF do not work. How can I effectively convert a plain formatted text file to PDF so it appears similar? |
|
![]() |
|
Ingo ![]() Moderator Group ![]() ![]() Joined: 29 Oct 05 Status: Offline Points: 3529 |
![]() ![]() ![]() ![]() ![]() |
Hi,
i've done a quick search in the online reference... DrawMultiLineText should feed your needs: https://www.debenu.com/docs/pdf_library_reference/DrawMultiLineText.php |
|
Cheers,
Ingo |
|
![]() |
|
cefegdev ![]() Beginner ![]() Joined: 15 Jun 19 Location: So. California Status: Offline Points: 3 |
![]() ![]() ![]() ![]() ![]() |
![]() Ingo,
Thanks for that. It works perfectly. Clark |
|
![]() |
Post Reply ![]() |
|
Tweet
|
Forum Jump | Forum Permissions ![]() You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |
Copyright © 2017 Debenu. Debenu Quick PDF Library is a PDF SDK. All rights reserved. About — Contact — Blog — Support — Online Store