Scribus calling python - ScribusGenerator Programming Software Development by biscayne Does anyone have experience with calling a Python script to parse data into a Scribus template and generate a pdf file ? I know about the ScribusGenerator by Ekkehard Will, which works pretty well, but I have a tailormade python script that combines data from 2 csv tables. Would it be possible to add my python script to the ScribusGenerator ? help with Scribus Hardware and Software Microsoft Windows by cppnewb Ok...so, i installed scribus today as a free alternative to adobe InDesign and Acrobat. However, every time I save as a PDF with a PDF text box in it, in Adobe Reader, it won't let me type in the area I designated. Any help? sla2pdf.py Scribus to PDF Programming Software Development by biscayne There used to be an open source initiative called sla2pdf which used a python script to convert Scribus sla files to pdf. Unfortunately downloading the programs from https://code.google.com/p/sla2pdf/ is no longer possible. Is there anyone who knows where to find the programs and preferably some documentation ? Many thanks, P Re: sla2pdf.py Scribus to PDF Programming Software Development by Lucaci Andrew Look under the source tab if you want to get the source code of that library. Perhaps it would suite you in your needs. hg clone https://code.google.com/p/sla2pdf/ Re: sla2pdf.py Scribus to PDF Programming Software Development by biscayne Thanks a lot, had a word with the devs and they explained the status of all the stuff under source tab. 1 output file instead of multiple files Programming Software Development by biscayne …do this ? index = 0 # Generate the Scribus Files for row in csvData: if(index == 0…+ str(headerRowForReplacingVariables)) # Copy the original/given Scribus file to a temporary file which acts as… outputFileNames.append(outputFileName) logging.debug('Scribus File CREATED: ' + str(scribusOutputFilePath)) index = index… Re: Blank download screen in Ubuntu Software Center Hardware and Software Linux and Unix by JasonHippy …. Next enter the following: [code] sudo apt-get install scribus [/code] Now Scribus and all of it's dependencies will be downloaded… no beep no POST Hardware and Software Hardware by SCRIBUS … CPU removed there should be beep and POST, I think. Scribus Re: no beep no POST Hardware and Software Hardware by SCRIBUS … f I ever solve this one I will post result. Scribus Re: no beep no POST Hardware and Software Hardware by SCRIBUS … for suggestions. I have tried them but still no beep. Scribus Working with eps and svg files Digital Media UI / UX Design by Thisisnotanid … do that in one go. I've tried inkscape, GIMP, scribus, and openoffice Draw, but I can't get any of… Blank download screen in Ubuntu Software Center Hardware and Software Linux and Unix by mariko I open the Ubuntu Software Center and I search for Scribus. It shows three options and I choose one. A blank window appears. The window should, instead, give me the option to download what I chose. I am a total noob and I apologize in advance. Thanks! csv file import only takes values of last row Programming Software Development by biscayne When trying to load csv file data into Scribus it only takes the data of the last row. I'… Re: csv file import only takes values of last row Programming Software Development by biscayne …;,10,5,9,10,"8,75",50 My Scribus template has variables %VAR_test%, %VAR_pricea%, %VAR_qtya%, %VAR_priceb%, %VAR_qtyb%, %VAR_pricec%, %VAR_qtyc… Re: csv file import only takes values of last row Programming Software Development by biscayne The replace variables function is supposed to replace the variables used in the Scribus template with cell values from the csv table, but the ScribusGenerator script only takes the cell values of the last row. Somehow the iteration is wrong. With your version I get the same data twice. Re: ram memory Hardware and Software macOS by dust&scribbles …: thanks, I never heard of Swift but am playing with Scribus and will look at Adobe Pagemaker. I also need to… so glad I found out. I don't know about Scribus as looks like you have to build a library and… are Adobe PageMaker (which is relatively inexpensive), Swift Publisher and Scribus, which is an open-source solution.[/quote] Re: PDF layout program Digital Media UI / UX Design by JasonHippy … take the free software route, you could try Scribus. Scribus ( available from [url]http://www.scribus.net[/url]) is a cross platform and… Re: ram memory Hardware and Software macOS by John A … are Adobe PageMaker (which is relatively inexpensive), Swift Publisher and Scribus, which is an open-source solution. Re: What's Your Development Kit? Community Center Geeks' Lounge by jon.kiparsky … (XML schema for documentation, generates html and PDF). Just added scribus for situations that want more attention to layout. Looking at… Re: Cant connect to any antivrus websites Hardware and Software Information Security by AnnieJo … RealNetworks - Microsoft Visual C++ 2008 Runtime RealPlayer RealUpgrade 1.1 Scribus 1.3.3.14 Security Update for Windows Internet Explorer… Re: nested structures with csv file Programming Software Development by biscayne … program works, now the challenge is to combine it with Scribus template and generate a pdf. for strLine in open(arttable… Re: multiple assignments of variables Programming Software Development by biscayne corrected lsdata to read as lstData but ran into another error: File "/home/dodonet/Documents/Scribus/kort4.py", line 27, in <module> new_staffel=[sum(Q)] TypeError: unsupported operand type(s) for +: 'int' and 'str' Re: Publisher for Mac? Hardware and Software macOS by tylers4 Another vote for Pages. You certainly don't need Quark or InDesign. There are actually lots of good [alternatives to Publisher for Mac](http://machow2.com/publisher-for-mac/) including a free option called Scribus. Note that you can also open Publisher files on Mac using a workaround. Re: no beep no POST Hardware and Software Hardware by chrishea If it won't Post it normally means some kind of hardware problem. You won't get beep codes. In this situation, it usually sits there for a while with the power on and then it restarts itself (and does this over and over until you kill it). When you tried the bare-bones approach what memory sticks did you use? If they were the same as you used … Re: no beep no POST Hardware and Software Hardware by thewebhostingdi Remove every component from your motherboard. CPU, Memory, Display card all just plain motherboard. Then give power supply to motherboard. Still if you can not hear any beep chances of motherboard dead. The other possibility in this situation is the beep speaker gone. If you can replace that it is good. Re: no beep no POST Hardware and Software Hardware by finito Hmm If you removed everything and tried it with only the motherboard and CPU, maybe the CPU is gone? Re: no beep no POST Hardware and Software Hardware by hypersonic Hey.. can u please update me with the Front LED, is it blinking or it steady On? If its blinking.. its usually an issue with the POWER SUPPLY UNIT of the sys. But since u have already replaced the PSU, i would say try getting new memory for it, if it has two memory modules, try replacing both the memory modules. If this also, doesn't work,Sometimes… Re: Working with eps and svg files Digital Media UI / UX Design by pritaeas [url]http://stackoverflow.com/questions/2200391/scalable-background-html-css-javascript[/url] A lot of related questions in the sidebar, so you'll have plenty to read. Re: Working with eps and svg files Digital Media UI / UX Design by Thisisnotanid [QUOTE=pritaeas;1442256][url]http://stackoverflow.com/questions/2200391/scalable-background-html-css-javascript[/url] A lot of related questions in the sidebar, so you'll have plenty to read.[/QUOTE] Thanks pritaeas. The link you provided helps with embedding images. I was more concerned with getting the images I have in the svg format. … Re: Working with eps and svg files Digital Media UI / UX Design by teedoff Im confused. If you have images saved as adobe illustrator, you can I think save them as svg files. Here is the [URL="http://help.adobe.com/en_US/Illustrator/14.0/WS714a382cdf7d304e7e07d0100196cbc5f-655ba.html"]documentation[/URL].