Jump to content

Search the Community

Showing results for tags 'graphics'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Welcome
    • Start Here!
    • News
  • Software-Related Talk
    • Documentation
    • Getting Started
    • The JavaScript Library
    • FusionPro® VDP Creator
    • FusionPro® VDP Producer
    • FusionPro® VDP Server (API)
    • FusionPro® Expression®
    • MarcomCentral®
  • Support
    • Issues, Questions, Etc.
    • Digital Workflow Documents
    • Fonts
  • Off Topic
    • Customer Polls
    • Job Board (Moderated)
    • Reviews, Rants, and General Musings

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


About Me


Location


Occupation


FusionPro VDP software version


OS


Acrobat Version


Homepage


ICQ


AIM


Yahoo


MSN


Skype


User Title

Found 4 results

  1. Job Description: Build and program (JavaScript) variable data templates using FusionPro software from client-supplied digital art files. Responsibilities also include uploading, configuring and testing final files. Create HTML emails and microsites for cross-media marketing campaigns and online storefronts. Provide internal and external support on graphic issues related to client projects. Analyze client layout files with Project Managers (and occasionally clients) to develop project implementation and workflow strategies. Required skills: Bachelor’s degree or equivalent combination of education and experience Knowledge of variable data publishing technologies Knowledge of graphics arts and typography, page layout, image management, and various forms of print output involving PostScript and PDF workflows Knowledge of fonts and font management software Knowledge of HTML, CSS and JavaScript Knowledge of Adobe Creative Suite Some proficiency in Excel and database manipulation Proficiency in both Mac & Windows platforms Must be able to manage numerous projects simultaneously under deadline pressure. Excellent verbal and written communication skills Desired Skills and Knowledge: Background in Graphic Design Please submit your resume to jobs@pti.com – Attn: GFX
  2. I have a template that uses graphics as text to move the graphic based upon text. At the time it was built, I came out for help and was lucky to find it. I created a rule that looks like this if (Field("AE Name")=="Andy Shulman") return "<graphic file=AndySig2.pdf>"; The rule has an entry for each of our account executives. Right now, users have to select their names from a text-drop down field to populate the signature. Is it possible to use a profile attribute to do this, so it populates based upon the user account? We do this for other clients, but it is an image field in the template and an image profile attribute. Please help.
  3. im new to Fusion Pro, the guy who trained me only told me about variable data with text which im good with... BUT now i have a QR code Variable job and i cant get to run it... any help? i have 250 qr codes and a excel file with 250 names related with the names of the png files... i tried with the fusion graphic but cant get to link the images with the list. PLEASE anyone?
  4. Please Help! I'm creating a new business card template for a new customer that has a different back based upon the title. So, I've setup a 3-page template and named the pages Front, BC and BCBI. If the person's title in the title field is Account Supervisor, Senior Account Supervisor or Field Recruiter, it needs to return page BCBI. Otherwise, it returns page BC. My Rule Validates [font=Calibri][color=#000000]if (((Field("Title") == "Account Supervisor") || (Field("Title") == "Senior Account Supervisor")) || (Field("Title") == "Field Recruiter"))[/color][/font] [font=Calibri][color=#000000]{[/color][/font] [font=Calibri][color=#000000]FusionPro.Composition.SetBodyPageUsage("BCBI", true);[/color][/font] [font=Calibri][color=#000000]FusionPro.Composition.SetBodyPageUsage("BC", false);[/color][/font] [font=Calibri][color=#000000]}[/color][/font] [font=Calibri][color=#000000]else[/color][/font] [font=Calibri][color=#000000]{[/color][/font] [font=Calibri][color=#000000]FusionPro.Composition.SetBodyPageUsage("BCBI", false);[/color][/font] [font=Calibri][color=#000000]FusionPro.Composition.SetBodyPageUsage("BC", true);[/color][/font] [font=Calibri][color=#000000]}[/color][/font] But, I get the following error when I compose: Compose Error: OnJobStart, line 1: Error: In Field(), no data source defined or data could not be loaded Job started 18:27:44 - 1352330864. Creator: FusionPro Desktop 7.2P1k Computer Name: STPRESSTRABA Current working folder: D:\Customers\Hospitality Staffing Services\Products\Templates\BC\BCBI Composed Template File: D:\Customers\Hospitality Staffing Services\Products\Templates\BC\BC_BCBI_BusinessCard_Template.pdf Input File: D:\Customers\Hospitality Staffing Services\Products\Templates\BC\bc_bi.txt Composing record #1, input record 1 Composing record #2, input record 2 Composing record #3, input record 3 Composing record #4, input record 4 Composing record #5, input record 5 Composing record #6, input record 6 Composing record #7, input record 7 Composing record #8, input record 8 Job ended 18:27:50 - 1352330870. Don't know if it's related: I also have a graphic rule setup to place the correct background image on the page based upon the Title field. This rule is assigned to the background graphic on pages 2 & 3, which are the two backs of the card. My Rule: switch (Field("Title").toLowerCase()) { case "Account Supervisor".toLowerCase(): return Resource("BCBI_BusinessCard_Back.pdf"); case "Administrative Assistant".toLowerCase(): return Resource("BC_BusinessCard_Back.pdf"); case "Area Manager".toLowerCase(): return Resource("BC_BusinessCard_Back.pdf"); case "Business Development Coordinator".toLowerCase(): return Resource("BC_BusinessCard_Back.pdf"); case "Director of Operations".toLowerCase(): return Resource("BC_BusinessCard_Back.pdf"); case "Field Recruiter".toLowerCase(): return Resource("BCBI_BusinessCard_Back.pdf"); case "President/CEO".toLowerCase(): return Resource("BC_BusinessCard_Back.pdf"); case "Senior Account Executive".toLowerCase(): return Resource("BC_BusinessCard_Back.pdf"); case "Senior Account Supervisor".toLowerCase(): return Resource("BCBI_BusinessCard_Back.pdf"); case "Vice President".toLowerCase(): return Resource("BC_BusinessCard_Back.pdf"); case "Vice President of Operations".toLowerCase(): return Resource("BC_BusinessCard_Back.pdf"); case "eCommerce Systems Manager".toLowerCase(): return Resource("BC_BusinessCard_Back.pdf"); default: return ""; } The composed file is creating 2 outputs for every record: one for each background image & back page (2 or 3). This is the first time I am selecting pages in a template, so I pulled up my post card template that I created during PTI training to see how we did it there and tried to replicate it. I do not understand what I have done wrong. Please help.
×
×
  • Create New...