Click here to Skip to main content
15,915,852 members

Comments by Oluwsegun (Top 14 by date)

Oluwsegun 5-Nov-17 6:45am View    
Can you please explain how to implement this page break in my rich textbox or rich text file

richtextbox1.Text = "Page1 - PageBreak \n\f\n Page2"
Oluwsegun 29-Oct-17 12:32pm View    
Thanks, i try this code but not working, can anybody assist
Imports Itenso.Rtf.Support
Imports Itenso.Rtf.Converter.Text
Imports Itenso.Rtf
Imports Itenso.Rtf.Converter.Xml
Imports Itenso.Rtf.Converter.Html
Imports Itenso.Rtf.Converter.Image
Imports Itenso.Rtf.Interpreter

Dim strm As Stream = New MemoryStream(Encoding.Unicode.GetBytes(Me.RichTextBox2.Rtf))

' logger
Dim logger As New RtfInterpreterListenerFileLogger(IQTutor.getResourceimage("RtfInterpreter.log"))

' image converter
' convert all images to JPG
Dim imageAdapter As New RtfVisualImageAdapter(ImageFormat.Jpeg)
Dim imageConvertSettings As New RtfImageConvertSettings(imageAdapter)
imageConvertSettings.ImagesPath = IQTutor.getResourceimage("Question\")
imageConvertSettings.ScaleImage = True
' scale images
Dim imageConverter As New RtfImageConverter(imageConvertSettings)

' interpreter
RtfInterpreterTool.Interpret(rtfStream, logger, imageConverter)
Oluwsegun 27-Oct-17 1:58am View    
Ppolymorphe, i read appreciate this, can you give me a clue on how to decode or uncompress it, after reading it with binary text editor

Or secondly, it will be a grate things for me, if u can help me to read out a .tdx file, i want to know really know it structured and what the real content is

Need this dearly
Oluwsegun 8-Oct-17 16:10pm View    
What documentation?
Oluwsegun 8-Oct-17 15:23pm View    
I have install FoxPro, but how can I read .tdx to XML using foxpro