Mobile app version of vmapp.org
Login or Join
Angie364

: Rotate first page when printing I have this two-sided layout that I need to print. The way my project is structured (a party flyer), the front page must be rotated 180° when printing, and

@Angie364

Posted in: #Scribus

I have this two-sided layout that I need to print. The way my project is structured (a party flyer), the front page must be rotated 180° when printing, and the back page must stay as-is (or the other way around, it does not matter).

How can I rotate a page 180° in Scribus? Ideally I would just rotate when printing, but if there is no such option, I could rotate the page in the document after doing my editting.

I have found just the option of mirroring horizontally/vertically the pages, but I think that applies to all pages, not to a single one.

10.02% popularity Vote Up Vote Down


Login to follow query

More posts by @Angie364

2 Comments

Sorted by latest first Latest Oldest Best

 

@Nimeshi706

An alternative approach could be:


On the first page, use "Advanced Select All" (Ctrl + Alt + A).
Under the "Page" menu, select "Manage page properties".
Uncheck "move objects with their page" and change the orientation to "Landscape".
Press F2 to open up the object properties.
Under "Geometry", set the basepoint to the center, and rotation to 180 degrees.


You may need to move the objects a little to line them up to the page after doing all of this.

10% popularity Vote Up Vote Down


 

@Angie364

I do not know how to do that with scribus, but I have found out how to post-process the pdf. If in.pdf is the PDF exported with scribus:

sudo apt-get install pdftk
pdftk in.pdf cat 1S 2 output out.pdf


That command will take the first page and rotate it 180 degrees, and take the second page as-is.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme