Jump to content

dfalkowitz

Registered Users - Approved
  • Posts

    35
  • Joined

Converted

  • FusionPro Products
    No

Converted

  • Acrobat Version
    Acrobat 6.x

dfalkowitz's Achievements

Contributor

Contributor (5/14)

  • First Post Rare
  • Collaborator Rare
  • Conversation Starter Rare
  • Week One Done
  • One Month Later

Recent Badges

10

Reputation

  1. Hello, We use the same Fusion Pro Template for many jobs and the name of the Template is: 12345 Letter Layout.pdf Job Number = 12345 Data Source = 12345.dbf or 12345.txt Output File Name = 12345 Letter Live.pdf I would like to automatically update the data source file and the output file, based on the job number. Hopefully :] So when the next job comes in, we open 12345 Letter Layout.pdf and rename to 12399 Letter Layout. Once the PDF is renamed, the data name and output name should update to: Job Number = 12399 Data Source = 12399.dbf or 12399.txt Output File Name = 12399 Letter Live.pdf ------------------------------------ If this is not possible, I would like to have 1 Master Fusion Pro Template: Master FP Template = Letter Layout.pdf Within this template, there is a job number Global Variable. The Data Source and Output File Name should be linked to this variable. job_variable = 12345 Data Source = 12345.dbf or 12345.txt Output File Name = 12345 Letter Live.pdf So when the next job comes in, we open Letter Layout.pdf and update the Global Variable to new job number (e.g. 12399). Once variable is updated, the data source name and output name should update to: Job Number = 12399 Data Source = 12399.dbf or 12399.txt Output File Name = 12399 Letter Live.pdf Thank you!
  2. Hello Dan, I guess I should have only asked this question: How can I get the File Name of the Fusion Pro PDF document? *Not input data file name and not the output composition file name Thank you!
  3. Hello, We do many recurring jobs, where the only differences are the PDF File names and the database file names. The Job number is used for both, for example: Job Number = 12345 File Name = 12345 Letter Layout.pdf dbase Data Name = 12345.dbf OR Text File Name = 12345.txt (tab delimitted) dbase is our default data file type but for this purpose, a tab text file might be better Is there any way to create a variable/rule to pull in the first 5 chars/digits of the the File Name? So Left(FILENAME,5) = 12345 Can this variable be used for the data source name? ExternalDataFile Name? Thank you!
  4. Yes, you are correct - trying to accomplish something a little more complicated than manually typing the Numbered List. I guess I should have provided a little more details. What you provided was very helpful and is appreciated. Thank you so much!!!
  5. Hello! I was hoping someone would be able to help me create a numbered list within a Fusion Pro Javascript Rule? Sample HTML: <ol> <li>test1</li> <li>test2</li> </ol> Fusion Pro Output: 1. test1 2. test2 Is there a way to produce the FP Output within a Rule? Thank you!
  6. I found the answer in another thread: Just set FusionPro.Composition.composeThisRecord to true in OnRecordStart based on whatever condition you want. Thank you!
  7. Hello, I was trying to compose/output to a PDF when a specific data field equals a value. For proofing purposes, we mark which records get a proof. For Example: Live Data file = 2,000 records Samples Records = 10 records The Sample/Proof records have a value of "X" in the <<SAMPLE>> data field. Is there a was to only output these 10 records (SAMPLE = "X"), instead the entire file, without creating 2 data files? Thank you!
  8. I am familiar with how to add a Spot color manually, I'm trying to output a Spot color via a dynamic OnRecordStart rule. Thank you for your post!!
  9. FYI - I am using FP Creator Version 9.3 Thx!
  10. Hello, I am trying create a Spot Color but my OnRescordStart Rule is not working: var myColor = new FusionProColor("PANTONE_TEST", 100, 50, 0, 0, true); FindTextFrame("TEST").fillColorName = "PANTONE_TEST"; I have "true" after Black value of "0", but after composition, the composed PDF still shows up as a CMYK color not a Spot Color (when using Pitstop eyedropper tool). Am I missing something? Thank you!
  11. Hello all! I am trying to use a particular font and this font (Savoye), displays numbers smaller than letters are displayed. I was wondering if its possible to automatically increase the font point size for numbers only but keep the letters as is? Thanks!
  12. Thanks for getting back to me so quickly. We do not have Producer API or the MarcomCentral. I kind of figured that I couldn't since the dif file is generated after composition. I have a lot a text boxes that I have to edit one by one. So I was just looking for a faster way to do this and thought editing the dif file would be faster. Thanks again! PS - do you personally offer any advanced training for VDP Creator, since you seem to be the best out there? Or do you recommend a javascript course I could take because some of the scripts I've seen you post are crazy?
  13. Is there a way to edit and replace a *.dif file, rather than editing FP PDF document?
×
×
  • Create New...