{"id":297,"date":"2007-07-16T10:38:30","date_gmt":"2007-07-16T09:38:30","guid":{"rendered":"http:\/\/ospublish.constantvzw.org\/?p=297"},"modified":"2007-07-24T11:25:55","modified_gmt":"2007-07-24T10:25:55","slug":"questions-and-answers","status":"publish","type":"post","link":"http:\/\/ospublish.constantvzw.org\/blog\/works\/questions-and-answers","title":{"rendered":"Questions and answers [update]"},"content":{"rendered":"
<\/a> <\/p>\n Over the last few months, the OSP and Mute team have established a new design and production workflow for Mute magazine<\/a>, using Open Source tools. Below are a few of the questions we are encountering during the last stages of this process.<\/p>\n Good idea; yes this procedure is necessary (just like old versions of QuarkXpress).<\/p><\/blockquote>\n Fonts between OS WinXP\/OSX\/Linux are not being recognised in ODT or SLA. Linux if OK but WinXP and OSX (check version numbers of Scribus) have problems. Could this be a font TTF issue?<\/p>\n What do you mean ‘between’? And what are the problems exactly? (hard to test \/ recognize the problems for us because we do not have a Windows machine available)<\/p><\/blockquote>\n On the biographies, black boxes and the title boxes, how should we bring in the pointed angled graphics into the document?<\/p>\n Re-make your basic shape in Inkscape, save as SVG and import into Scribus (File -> Import -> Import SVG). SVG’s can be altered in Scribus.\n<\/p><\/blockquote>\n How do we export text and second how to we make PDFs text machine readable?<\/p>\n We wished we had thought of this beforehand… For the next issue, we will need to choose our fonts based on this, but testing is needed because Type1 fonts with problems (a missing glyph for example) might end up as outlines as well.<\/p>\n Even if the font was *not* converted to outlines, the exported PDF’s still need to undergo some treatment, but that in itself is easy to do with the help of our friends pdftops and ps2pdf. Another option, is to extract text from the .sla; which seems a bit archaic … although interesting with respect to web-to-print.<\/p>\n * Update: apparently the problem was in the fontfile itself. After using another version, the problem dissappeared.\n<\/p><\/blockquote>\n How do we output with and without Crop Marks?<\/p>\n Save as PDF > check: Clip to page margins (= without cropmarks) How do we join PDF pages together for the book block?<\/p>\n Use pdftk (command line tool):<\/p>\n EXAMPLE:<\/p>\n f
\n————————————————————<\/strong>
\nMute 2 6 \u2013 Questions and answers<\/strong>
\n————————————————————<\/strong>
\nStoring images, should they always be kept in the same place, at present we’ve made a folder for each Scribus document and then I sit an images sub directory, this way I can move the whole set of files around without risking losing images?<\/p>\nScribus automatically outlines *all* .ttf fonts to outlines, i.e. renders them machine un-readable (Subscription pages etc. have already been converted to outlines btw. so there we don’t have any choice).<\/del>*<\/p>\n
\n(read this thread<\/a>)<\/p>\n
\nSave as PDF > uncheck: Clip to page margins (= with cropmarks)\n<\/p><\/blockquote>\n$ pdftk inputA.pdf inputBpdf output combined.pdf<\/code><\/p>\n
snelting@station:~\/Desktop\/articles$ pdftk '\/home\/fsnelting\/Desktop\/articles\/0005.pdf' '\/home\/fsnelting\/Desktop\/articles\/0004.pdf' '\/home\/fsnelting\/Desktop\/articles\/0003.pdf' '\/home\/fsnelting\/Desktop\/articles\/0002.pdf' '\/home\/fsnelting\/Desktop\/articles\/0001.pdf' output combined.pdf
\n<\/code><\/p>\n