Display meta data on canvas?
Display meta data on canvas?
Is there a way to use call variables, for example, to display the document creator meta data as a text object? I'm creating a template for students and it would be handy to have a protected text object that automatically reflects meta data entered for the document.
Re: Display meta data on canvas?
Welcome secundar!
As far as I know, there's no button or command that does this. But if you're creating a template like you say, you could go ahead and put....sort of like fields. For example, you could put
Name:
Date:
Class:
or something like that. And then the student would simply use the text tool to fill in the blanks.
As far as I know, there's no button or command that does this. But if you're creating a template like you say, you could go ahead and put....sort of like fields. For example, you could put
Name:
Date:
Class:
or something like that. And then the student would simply use the text tool to fill in the blanks.
Basics - Help menu > Tutorials
Manual - Inkscape: Guide to a Vector Drawing Program
Inkscape Community - Inkscape FAQ - Gallery
Inkscape for Cutting Design
Manual - Inkscape: Guide to a Vector Drawing Program
Inkscape Community - Inkscape FAQ - Gallery
Inkscape for Cutting Design
Re: Display meta data on canvas?
Thanks brynn,
That's fine but I thought, perhaps, I could edit the XML and use some kind of reference to pull that info from the document meta-data.
That's fine but I thought, perhaps, I could edit the XML and use some kind of reference to pull that info from the document meta-data.
Re: Display meta data on canvas?
See the example distributed with Inkscape about using <tref> in 'share/examples/tref.svg'. Inkscape doesn't have an interface yet for the <tref> element though (but it should be possible to add it using Inkscape's built-in XML Editor).
Re: Display meta data on canvas?
Thanks, that's just what I needed.
Is it possible to pull out specific info? When referencing the metadata, and there's data in more than one field, the output is all one long string of text that's impossible to format. Would be nice to make one tref per metadata field to have more control over formatting.
Is it possible to pull out specific info? When referencing the metadata, and there's data in more than one field, the output is all one long string of text that's impossible to format. Would be nice to make one tref per metadata field to have more control over formatting.