Modify ↓
Opened 18 years ago
Closed 18 years ago
#451 closed defect (fixed)
Execute PDF then change to blank
Reported by: | chogeha | Owned by: | Alec Thomas |
---|---|---|---|
Priority: | normal | Component: | PageToPdfPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.10 |
Description
I have checkout new code by svn, and setup complete in Trac.
Also,trac.ini have already insert to components.
But when I execute PDF in Download in other formats: below, the page have to change in blank.( There is no error message)
Attachments (1)
Change History (5)
comment:1 Changed 18 years ago by
comment:2 Changed 18 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:3 Changed 18 years ago by
Resolution: | fixed |
---|---|
Status: | closed → reopened |
But you forgot one very important thing: setting the file mode to 'rb'
.
comment:4 Changed 18 years ago by
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
That issue is being tracked in #587.
Note: See
TracTickets for help on using
tickets.
Sounds like you are using windows like me.
'export' is not recognized as an internal or external command, operable program or batch file.
http://www.trac-hacks.org/browser/pagetopdfplugin/0.10/pagetopdf/pagetopdf.py#L22
the plugin should use an os neutral approach to setting the environment variable:
I'm still not getting a properly formed pdf, but it's a little closer! :)