Changes

Jump to: navigation, search

Attach a PDF to a Web Page View

55 bytes removed, 19:57, 2 June 2009
no edit summary
The attached PDF file(s) will not not visible when viewing the web page in HTML mode, but will be appended when exported as a PDF, saved as a PDF, emailed as PDF or created by a [[Workflow]] as attachment.
 
'''Sample Codes'''
* Append a PDF file from a [[Smart Folder]] '''before''' the current [[Web Page View Field]] page.:
<pre>
<!- - @ssattach(before;/files/1234/123/myfile.pdf )- ->
</pre>
 * Append a PDF file from a [[Smart Folder]] '''after''' the current [[Web Page View Field]] page.:
<pre>
<!- - @ssattach(after;/files/1234/123/myfile.pdf )- ->
</pre>
3. Appending current web page field to * Append a PDF file from a [[Custom Field|custom field]] (single file type)'''before''' the current [[Web Page View Field]] page:.
<pre>
<!- - @ssattach(before;@attach pdf file@)- ->
</pre>
::::or
<pre>
<!- - @ssattach(before;@#xxxxxxx#@)- -> where xxxx is customfield id.
</pre>
'''Rules'''
* Directives The '''ssattach''' function can be placed anywhere inside the field, more than one directive [[Web Page View Field]]* Multiple files can be used like this.attached from different sources:
<pre>
-----------------------------------------------------------------------------------------------<!- - @ssattach(before;/files/1234/123/myfileheader.pdf )- -><!- - @ssattach(after;/files/1234/123/myfilefooter.pdf )- -><!- - @ssattach(after;/files/1234/123/myfileappendix.pdf )- ->   <html><body>
My Pdf file
</body></html>
</pre>
0
edits

Navigation menu