Modify ↓
Opened 18 years ago
Closed 12 years ago
#1099 closed defect (wontfix)
[PATCH] make pagetopdfplugin work on win32
Reported by: | Owned by: | Alec Thomas | |
---|---|---|---|
Priority: | normal | Component: | PageToPdfPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.10 |
Description
I made some testing on win32. I have added a modified pagetopdf.py-file. The problem was the os.system call - used subprocess.Popen instead.
Attachments (2)
Change History (6)
Changed 18 years ago by
Attachment: | pagetopdf.py added |
---|
comment:1 Changed 18 years ago by
Please resubmit this as a patch, it makes life easier for developers.
comment:2 Changed 18 years ago by
Is this patch commited to the trunk?
I've just updated to the lastest trunk revision (r2132) and I'm getting a blank page when converting to PDF.
I'm using Windows and HMTLDOC binary downloaded from http://users.tpg.com.au/naffall/htmldoc.html
Thanks...
comment:4 Changed 12 years ago by
Resolution: | → wontfix |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
pagetopdf.py - tested on win32 - using subprocess.Popen instead of os.system