Re: print some text



On Apr 23, 2:05 pm, barronmo <barro...@xxxxxxxxx> wrote:
I'm a beginner searching for an easy way to print the contents of a
text control.  So far I've come up with the following(difficulties):

1) using wxPython
     -convert to HTML and then print (I don't know anything about
HTML)
     -use wx.Printout (Seems complicated; may be beyond my abilities)

2) create a text file and then print it out (can create but can only
print with the win32api.ShellExecute method so this solution doesn't
help me on my Linus laptop)

3) use ReportLab to create .pdf and then print that out (again, can
create but can't print in Linux)

Thanks for any help.

Mike

Write out an HTML file, write back if you need a quick one, then print
that with a browser.
.



Relevant Pages

  • Re: Setting HiddenField .Value
    ... available in the browser to use via script. ... they are HtmlEncoded when you put the string into the Hidden form field. ... fully transformed html file. ... I'm setting the Value property of an hidden field control to have the ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Getting unwanted quote marks in VB-generated file
    ... > Part of my program generates an HTML file for viewing with the browser ... > control. ...
    (microsoft.public.vb.general.discussion)
  • Re: The MSComm Error 8021 with desc.: "Application-defined or object-defined error"
    ... Since you appear not to be positive that the comm control is causing the ... The browser was unable to retrieve a list of servers from the ... simultaneously to two or more subnets using multiple network cards). ... After you have determined the failed protocol endpoint, ...
    (microsoft.public.vb.enterprise)
  • Re: The MSComm Error 8021 with desc.: "Application-defined or object-defined error"
    ... Since you appear not to be positive that the comm control is causing the ... The browser was unable to retrieve a list of servers from the ... simultaneously to two or more subnets using multiple network cards). ... After you have determined the failed protocol endpoint, ...
    (microsoft.public.vb.general.discussion)
  • Re: The MSComm Error 8021 with desc.: "Application-defined or object-defined error"
    ... Since you appear not to be positive that the comm control is causing the ... The browser was unable to retrieve a list of servers from the ... simultaneously to two or more subnets using multiple network cards). ... After you have determined the failed protocol endpoint, ...
    (microsoft.public.vb.winapi)

Loading