search for: embeddingfonts

Displaying 2 results from an estimated 2 matches for "embeddingfonts".

Did you mean: tgembeddingfonts
2005 Dec 15
3
site home page
...> Replacement tags are simply ways to programmatically insert text or > other tags. I am using this in the manual code (PDF::TechBook) to > replace <r:xref> tags with internal link tags (<c:ilink>). That way, I > can just put something like: > > <r:xref name="EmbeddingFonts" label="title" /> > > which will be replaced with: > > <c:ilink dest=''tgEmbeddingFonts''>Embedding Fonts</c:ilink> > > It''s not really what you want for writing reports or injecting > ActiveRecord contents unless you'...
2005 Dec 15
3
Pdf::Writer and "Replacement Tags"
Having read over the ruby pdf generation (simple reporting) options, I think Pdf::Writer will do just fine... ..if the following is possible On page 13 of (the really expansive) ::Writer manual, Replacement Tags are detailed. Before I jump into this tomorrow, I''m hoping for some triage sage advice. Finally, the question : "Would utilizing Replacement Tags be a suitable