Feature Requests item #1419658, was opened at 2006-01-31 04:24 Message generated for change (Comment added) made by wobsta You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=442889&aid=1419658&group_id=45430
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None >Status: Closed Priority: 5 Submitted By: Jason Pratt (pratt) Assigned to: Nobody/Anonymous (nobody) Summary: write to stdout Initial Comment: It would nice if there were a simple mechanism to write documents to stdout instead of a file on the filesystem. Possible solutions: --If the filename argument is None for writePDFfile or writeEPSfile, write to sys.stdout. --Have writePDFfile and writeEPSfile take a file argument, which defaults to sys.stdout. This gives the added flexibility of using any file handle. --Create new methods, writePDFToStdout and writeEPSToStdout. ---------------------------------------------------------------------- >Comment By: André Wobst (wobsta) Date: 2006-05-22 19:08 Message: Logged In: YES user_id=405853 I've just implemented suggestion #2 in changeset:2779. Maybe Jörg or somebody else might want to comment on that (if necessary), but I wanted to get it implemented to have it included in the upcomming release ... so I just did it. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=442889&aid=1419658&group_id=45430 ------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ PyX-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/pyx-devel
