cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Help us improve the PTC Community by taking this short Community Survey! X

APP Source Edits Tutorial? Especially for working with ArborText Styler?

JamesCLS
6-Contributor

APP Source Edits Tutorial? Especially for working with ArborText Styler?

I am looking for an ArborText Styler and APP Source Edits tutorial.

I know JavaScript - so that's not an issue.

ArborText Styler help has some tips and "cookbooks", but lacks complete documentation for the APP objects, properties and methods.

I am looking for something that can show me how the APP JavaScript can create a "Hello, World!" PDF.

 

Thanks,

-James

1 REPLY 1

I'm not sure that such content exists, if it does it would be in a training pack of some sort. Simon Taylor from PTC might know. I was trained by the original developer Advent 3B2 (desktop ALD product) circa 2001.

For simple source edits, you can use the FOM reference to help you understand what methods and properties are available. This reference is part of the APP (ALD) help center that ships with the ALD product and is also hosted online by PTC.

For advanced source edits you would need a deeper understanding of the underlying functionality and capabilities of the APP engine and how Styler is building the APP code. At the extreme end of the scale you can actually roll-your-own APP/ALD template without using Styler at all, but you have to be expert-level for that 🙂

Not sure if that helps but I'd suggest starting out by creating your own simple XML+DTD/Schema and making an Arbortext doctype. Then you could create a brand-new Styler stylesheet to match your sample XML. Finally you would be able to examine the APP code it produces and make changes informed by the FOM reference in order to deepen your understanding of the product, its configuration, and customisation.

Top Tags