text_templates::store_final_document (public)

 text_templates::store_final_document -pdf_file pdf_file \
    -folder_id folder_id -title title -description description

Defined in packages/acs-tcl/tcl/pdf-procs.tcl

The document is stored in the given folder.

Switches:
-pdf_file
(required)
the pdf-file to save
-folder_id
(required)
the folder the document is stored in
-title
(required)
Title or name of the document
-description
(required)
Description of the document
Returns:
item_id
Author:
Christian Langmann <C_Langmann@gmx.de>
Created:
2005-07-07

Partial Call Graph (max 5 caller/called nodes):
%3 ad_file ad_file (public) cr_import_content cr_import_content (public) text_templates::store_final_document text_templates::store_final_document text_templates::store_final_document->ad_file text_templates::store_final_document->cr_import_content

Testcases:
No testcase defined.
Source code:
    set file_size [ad_file size $pdf_file]
    set item_id [cr_import_content -title $title -description $description $folder_id $pdf_file $file_size application/pdf $title]
    return $item_id
XQL Not present:
Generic, PostgreSQL, Oracle
[ hide source ] | [ make this the default ]
Show another procedure: