Menu

#54 pdf_inc.i - Set_Orientation - stream name hard-coded

V1.1
open
nobody
5
2003-03-01
2003-03-01
No

In pdf_set_Orientation, the pdf stream name is
hard-coded to "Spdf"

The lines:
L_width = pdf_PageWidth("Spdf").
L_height = pdf_PageHeight("Spdf").

Should be:
L_width = pdf_PageWidth(pdfStream).
L_height = pdf_PageHeight(pdfStream).

Discussion


Log in to post a comment.

MongoDB Logo MongoDB