Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Generating documents in multiple applications

I need to create an application that generates a bunch of templates for Office (2000), OpenOffice.org (2.0) and InDesign. The design of the templates will be made in each application but we need a system for placeholders so that my application opens a template, replaces the placeholder with some text (like a name, address, phone number) and saves the document.

What is the best way to work with these placeholders? My idea would be to define a placeholder using square brackets like [address], [phone] and then do a search and replace with content I retrieve from a database. Indesign allows to create named textboxes so I just have to insert text in the right textbox.

Does anyone have a better idea?

like image 330
ZippyV Avatar asked Dec 06 '25 14:12

ZippyV


1 Answers

A lot of folks will create tokens (placeholders) using the $$xxxxxx$$ format where $$ both start and terminate the token. But for programs that have a built-in ability to provide something like this (e.g. named textboxes in InDesign, content controls in Word 2007, etc.) it is generally better to use those as they many times have extra functionality, like retaining formatting when the text changes or is inserted.

like image 117
Todd Main Avatar answered Dec 09 '25 16:12

Todd Main



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!