Hi Cedric,<br><br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"></blockquote><blockquote class="gmail_quote" style="margin:0pt 0pt 0pt 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">



the easiest way i actually know is playing with python extensions. You<br>
can grab your sources from any database type or file type (xml, csv or<br>
whatever) anf then produce a basic layout from that and produce PDF. But<br>
the scripts needs to be launched from scribus even if the rest is automated<br>
<br>
The best we could have would be a real source management, we are talking<br>
about it for a while.<br>
<br>
Do you have any knowledge in python or C++ ?<br>
<br></blockquote><div><br>I do know some Python and have an idea of what C++ is.<br><br>What you're suggesting is to have a python script run from within Scribus, which for the usecase I have in mind is difficult because it requires quite a lot of user interaction (start Scribus, open file etc.).<br>


<br>Is there no way to start a Scribus script from the command line? That shouldn't be too hard, should it? I see it's tough to separate Qt and the program logic, but that's not really necessary if all Scribus does is not open a window and run a script. I would imagine something along the lines of:<br>


<br>$ scribus --runscript "scripty.py" <br><br>All further arguments should go into the *argv vector of the script.<br><br>The idea, thus, would *not* be to make it fast. The idea is to make it work without human intervention, so one could do the kind of stuff XML-FO does with a WYSIWYG interface. <br>

<br><br>Love<br>Martin <br> </div><blockquote class="gmail_quote" style="margin:0pt 0pt 0pt 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">

Cedric<br>
<br>
> Dear Scribus team,<br>
><br>
> first: Thank you for making this wonderful piece of software!<br>
><br>
> I am looking for a possibility of running Scribus headless and feeding<br>
> it with data. The idea is: A workflow with no human intervention...<br>
><br>
> There was some mentions of existing patches for headless Scribus here:<br>
> <a href="http://comments.gmane.org/gmane.comp.graphics.scribus.devel/1295" target="_blank">http://comments.gmane.org/gmane.comp.graphics.scribus.devel/1295</a><br>
><br>
> I'd love to start playing around with that and see how far I get.<br>
> However, I can't seem to find the patches...<br>
><br>
> Best,<br>
><br>
> Martin<br>
><br>
><br>
><br>
><br>
> _______________________________________________<br>
> scribus-dev mailing list<br>
> <a href="mailto:scribus-dev@lists.scribus.net" target="_blank">scribus-dev@lists.scribus.net</a><br>
> <a href="http://lists.scribus.net/mailman/listinfo/scribus-dev" target="_blank">http://lists.scribus.net/mailman/listinfo/scribus-dev</a><br>
<br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: <<a href="http://lists.scribus.net/pipermail/scribus-dev/attachments/20120526/c8ca671e/attachment-0001.html" target="_blank">http://lists.scribus.net/pipermail/scribus-dev/attachments/20120526/c8ca671e/attachment-0001.html</a>><br>



<br>
------------------------------<br>
<br>
_______________________________________________<br>
scribus-dev mailing list<br>
<a href="mailto:scribus-dev@lists.scribus.net" target="_blank">scribus-dev@lists.scribus.net</a><br>
<a href="http://lists.scribus.net/mailman/listinfo/scribus-dev" target="_blank">http://lists.scribus.net/mailman/listinfo/scribus-dev</a><br>
<br>
<br>
End of scribus-dev Digest, Vol 49, Issue 13<br>
*******************************************<br>
</blockquote></div><br>