Focal Point
[CASE-OPENED] Wf reports automatically populate PDF metatags in doc. properties

This topic can be found at:
https://forums.informationbuilders.com/eve/forums/a/tpc/f/7971057331/m/2687008966

March 25, 2014, 09:10 AM
paulux99
[CASE-OPENED] Wf reports automatically populate PDF metatags in doc. properties
From a webfocus report that I create (ie: car), I would like some of the outputs to automatically populate fields: Title, author, subject and keywords located document properties(control D) then save as pdf.
Can I automatically populate metatags on Title, author, subject and keywords from wf report?
Maybe coding in stylesheet?

DEFINE FILE CAR
TITLE/A10 = IF COUNTRY IS 'FRANCE' THEN 'FRANCE' ELSE IF COUNTRY IS 'ENGLAND' THEN 'ENGLAND' ELSE 'OTHERS';
KEYWORDS/A20 = IF BODYTYPE EQ 'SEDAN' THEN 'SEDAN WITH 5 SEATS' ELSE IF BODYTYPE EQ 'COUPE' THEN 'COUPE WITH 2 SEATS' ELSE 'ALL TYPES';
END
TABLE FILE CAR
PRINT TITLE KEYWORDS
SEG.SALES BY COUNTRY
ON TABLE PCHOLD FORMAT PDF
END

This message has been edited. Last edited by: <Kathryn Henning>,
April 02, 2014, 05:15 PM
<Kathryn Henning>
Hi All,

FYI, paulux99 has a case with Support, and it is being researched.

Regards,

Kathryn