Recent posts

#61
Scripts and Plugins / Create linked textbox on seque...
Last post by Aleks100 - January 04, 2025, 03:32:45 PM
as in https://forums.scribus.net/index.php/topic,5785.0.html

# In a multi-page Scribus document:
# 1 Select the textbox containing one or more columns.
# 2 Enter the number of the last page where you want to sequentially copy this textbox.
# 3 Choose "Yes" if you want the text to flow continuously from the first textbox to the last.
# 4 Choose "Yes" if you want to maintain the textbox positions as they would be in a facing-page document.
#
# original script from https://scribus-user.de/forum/viewtopic.php?f=13&t=655

#62
Text and Typography / Re: Odt import - Paragraph sty...
Last post by jirib - January 04, 2025, 02:56:20 PM
solved in 1.6.3svn
#63
Beginner Talk / Re: pagination
Last post by a.l.e - January 03, 2025, 08:28:09 AM
you can of course write a small python script that produces one or multiple pdfs with a specific range in them...

as inspiration, this is a somehow complex script that uses pdfjam to create different types of booklets:

https://github.com/aoloe/scribus-script-repository/blob/master/imposition/imposition.py
#64
Beginner Talk / Re: pagination
Last post by weg - January 03, 2025, 12:59:25 AM
Thank you all 3 for your replies.
I am a programmer, so had contemplated writing
a post pdf python apt to fill my requirement.
I thought something might already exist.
We will consider moving to Scribus with
some more testing.
BG
#65
Free discussion / Re: Bible layout
Last post by Aleks100 - January 02, 2025, 08:39:54 PM
Had some extra time do play with old plugin for linking text in Scribus and got something that could help a little. Nothing about vertical and horizontal lines, though. Vertical could go to master pages.
#66
General Discussion / Re: Pre-Sales Question
Last post by a.l.e - January 02, 2025, 02:25:43 PM
Slightly longer answer: Scribus can do most things Publisher can do.

Probably, in Scribus there is a way to achieve all you can do in Publisher.
Sometimes, it's less straightforward.
Sometimes, Scribus provides more "professional" features, which are not always as easy to use.

Both are apps for layout, and it should not be too hard to discover how to get things done in Scribus.

And do not hesitate to ask here, if you have doubts or get stuck!
#67
General Discussion / Re: Pre-Sales Question
Last post by AdmFubar - January 01, 2025, 03:33:30 AM
Short answer: Yes
#68
General Discussion / Pre-Sales Question
Last post by glenpierce15 - January 01, 2025, 12:52:25 AM
12/31/24  MS Publisher ended last night for me.  Would Scribus handle the following for me.
Looking for something simple and a one time cost versus MS annual fees, and drop us at the end.

In MS Pub I would setup say 20 pages.  This is for my genealogy.  On each page, I make a text box.  I add genealogy info in each box.  Often, I copy page or insert a photo.
When done, I export as a PDFfile.

Then I go to my WIX site.  I hit a few buttons and bring in that PDF file.  Done.
I don't need anything else.  Will Scribus do this?  Thank you for your advice.  Glen
#69
Beginner Talk / Re: pagination
Last post by MrB - December 31, 2024, 10:12:46 AM
When you export to PDF, you can reorder the pages for export. In the Export Range area of the PDF export dialog, select Choose Pages, then click on the ellipses button. Under Advanced reordering, you can select your page group size, typically this is 4. For a 24 page doc as an example, it will auto generate an export sequence of:
24,1,2,23,22,3,4,21,20,5,6,19,18,7,8,17,16,9,10,15,14,11,12,13
#70
Beginner Talk / Re: pagination
Last post by Nermander - December 31, 2024, 09:45:28 AM
jPDF Tweak takes a bit to get used to, but it does have pre-defined settings for booklets.

I was doing a small booklet for christmas now and actually did some testing.

The booklet printing in Acrobat will shrink pages a bit, as did the booklet printing supported by the printer driver.

jPDF Tweak on the other hand did a very nice imposition, but since I had not considered printer margins when I started the design that mean the page borders I had added were cropped, so I had to stick to Acrobat booklet printing.

But while testing, I also test printing pages grids to measure margins and centering, and then used jPDF Tweak to nudge the pages so they became better centered. I think jPDF Tweak supports being run from the command line too, if I was doing this on a regular basis I would probably make BAT files for doing the different actions.