Feature Requests item #1419658, was opened at 2006-01-30 22:24 Message generated for change (Tracker Item Submitted) made by Item Submitter 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: Open 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. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=442889&aid=1419658&group_id=45430 ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642 _______________________________________________ PyX-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/pyx-devel
