[Qt-interest] Multi-Page SVG's ?
Dan White
ygor at comcast.net
Sat Dec 27 19:42:46 CET 2008
I agree. SVG-Mobile and SVG-Print seems to be separate "sub-specs".
I can live with one-file-per-page. Manually combining the files would
be an option, but I think I will attack only one headache at a time.
Thank you for your help. Sorry if I was a bit grouchy. Not enough
caffeine yet and loud children :P
On Dec 27, 2008, at 1:23 PM, Luc Devallonné wrote:
> Dan,
>
> Just trying to point you to the documentation stating that QT suported
> SVG Tiny and the associated ling to the spec
> (http://www.w3.org/TR/SVGMobile12/)
> Which as far as i can tell does not include page / pageset struct.
>
> I ran into the same probleam and generate a svg file per page, a
> workround would be to read the resulting files and collate them into a
> single XML file with PageSet/Page manually created.
>
> Luc
>
> On Sat, Dec 27, 2008 at 7:11 PM, Dan White <ygor at comcast.net> wrote:
>> That really does not help as I already knew about that page.
>> However, I think I answered my own question.
>>
>> It says, "Qt supports the static features of SVG 1.2 Tiny"
>>
>> Stuff about multi-page SVG's is described in <http://www.w3.org/TR/
>> SVGPrint/> which appears to be a separate part of the overall SVG
>> spec from SVG Tiny.
>>
>> Unless someone else can clue me differently, I believe my Qt
>> application will have to make a separate output file for each "page"
>>
>> On Dec 27, 2008, at 12:57 PM, Luc Devallonné wrote:
>>
>>> Dan,
>>>
>>> You will find details about SVG support in QT there :
>>> http://doc.trolltech.com/4.5/qtsvg.html#svg-support
>>>
>>> Luc
>>>
>>>
>>>
>>> On Sat, Dec 27, 2008 at 6:47 PM, Dan White <ygor at comcast.net> wrote:
>>>> The SVG 1.2 spec includes a "page" element for multiple physical
>>>> pages in an SVG document
>>>>
>>>> Does Qt 4.4 implement that version of SVG ? I can find nothing in
>>>> the class references about "newPage" like for a printer or PDF.
>>>>
>>>> Thanks.
>>>> _______________________________________________
>>>> Qt-interest mailing list
>>>> Qt-interest at trolltech.com
>>>> http://lists.trolltech.com/mailman/listinfo/qt-interest
>>>>
>>>
>>>
>>>
>>> --
>>> Luc Devallonné
>>> Cell: +41 78 751 32 15
>>> Skype: luc.devallonne
>>
>>
>> _______________________________________________
>> Qt-interest mailing list
>> Qt-interest at trolltech.com
>> http://lists.trolltech.com/mailman/listinfo/qt-interest
>>
>
>
>
> --
> Luc Devallonné
> Cell: +41 78 751 32 15
> Skype: luc.devallonne
>
> _______________________________________________
> Qt-interest mailing list
> Qt-interest at trolltech.com
> http://lists.trolltech.com/mailman/listinfo/qt-interest
More information about the Qt-interest-old
mailing list