Forum: FusionPro® VDP Creator
August 28th, 2018, 02:42 PM
|
Replies: 1
Views: 7,047
Poppins font won't load
I am trying to load a font Poppins for a client to run Variable Ask offers. The font loads in InDesign and will not load in FusionPro. I have tried putting the font in my system font folder,...
|
Forum: Dates
August 9th, 2018, 01:06 PM
|
Replies: 1
Views: 14,953
Date Rule to return Graphic not working
Below is the rule that I am working with
if (FormatDate(Field("BIRTH_DATE"),"mm/dd/yyyy") > FormatDate("08/31/1963","mm/dd/yyyy"))
{
return Resource("Entertainment TL_Sept.jpg");
}
else...
|
Forum: Issues, Questions, Etc.
July 5th, 2018, 11:02 AM
|
Replies: 1
Views: 6,091
Text List Libaries
Is there a way to create a hard return in a text list in the library?
I need this title to break this way in my Library.
Vice President, Employee Experience/
Human Resources
Any...
|
Forum: FusionPro® VDP Creator
February 16th, 2018, 12:18 PM
|
Replies: 10
Views: 19,377
|
Forum: FusionPro® VDP Creator
February 15th, 2018, 01:46 PM
|
Replies: 10
Views: 19,377
|
Forum: FusionPro® VDP Creator
February 15th, 2018, 01:23 PM
|
Replies: 10
Views: 19,377
Re: 2D barcode - Programming 15 digit code
Hi Dan
We tried it again using your rule and have noticed that when processing records that are each 10 pages (5 duplex sheets printed) in length;
The impositionSheetNumber gives us "01" for the...
|
Forum: FusionPro® VDP Creator
February 15th, 2018, 12:58 PM
|
Replies: 10
Views: 19,377
Re: 2D barcode - Programming 15 digit code
Yes - we did use FusionPro.Composition.impositionSheetNumber and FusionPro.Composition.impositionTotalSheets but it was generating no results. We are thinking this may be due to there is no...
|
Forum: FusionPro® VDP Creator
February 15th, 2018, 12:01 PM
|
Replies: 10
Views: 19,377
Re: 2D barcode - Programming 15 digit code
Thanks Dan, this is helping. We are making progress. This is what we currently have working. However, the currentPageNumber is not working how we would like. We need the code to do sheet count and...
|
Forum: FusionPro® VDP Creator
February 5th, 2018, 09:50 AM
|
Replies: 10
Views: 19,377
2D barcode - Programming 15 digit code
I am in need of generating a 2D barcode using 15 digits.
01 – Digit 1 and 2 – these are the sheet count of the current sheet for the record
04 – Digits 3 and 4 – this is the total sheet count for...
|
Forum: The JavaScript Library
November 21st, 2017, 12:36 PM
|
Replies: 1
Views: 8,061
Help with a rule for returning 1 -4 fields
This is what I need it to look like.
It’s my pleasure to provide you with the enclosed annual endowment report(s) for the <Designation 1>.
It’s my pleasure to provide you with the enclosed...
|
Forum: Barcodes
June 1st, 2017, 10:08 AM
|
Replies: 1
Views: 14,290
2D barcode with variable page count
I am needing to use a 2D barcode. My problem is that in the first line of code the “02” I need to be the page count with a zero before it. This page count is variable per record. Any idea how to...
|
Forum: Graphic Rules
August 11th, 2016, 02:28 PM
|
Replies: 0
Views: 15,967
2D barcode with variable pages
I have a document that I need to include a 2D barcode on for collating. Each record will have a different page count. The barcode needs to reflect the number of pages being output. Has anyone done...
|
Forum: The JavaScript Library
February 19th, 2016, 09:08 AM
|
Replies: 12
Views: 29,420
|
Forum: The JavaScript Library
February 18th, 2016, 06:21 AM
|
Replies: 12
Views: 29,420
Re: Composing 2 records only
Hi Lisa
Would you mind posting what your final code looks like? We have a job that this would work perfectly for proofing their multiple data records.
Thank you!
Jason
|
Forum: Issues, Questions, Etc.
February 5th, 2016, 03:33 PM
|
Replies: 2
Views: 9,024
|
Forum: Issues, Questions, Etc.
January 25th, 2016, 11:49 AM
|
Replies: 6
Views: 11,710
Re: Existing Rule works, need to tweak it.
Ah i see how that works.
Have you ever considered, teaching java? You seem to have a Damn good handle on it, and both times you've helped you've also explained how its working in an understandable...
|
Forum: Issues, Questions, Etc.
January 25th, 2016, 07:51 AM
|
Replies: 6
Views: 11,710
Re: Existing Rule works, need to tweak it.
This would assume that there is a field in my Xcel file for "ps" though right?
Is there a good way to get it to populate that graphic frame without having it in the excel list?
|
Forum: Issues, Questions, Etc.
January 22nd, 2016, 01:50 PM
|
Replies: 6
Views: 11,710
Re: Existing Rule works, need to tweak it.
Man sorry i didnt even consider the Graphics, The whole job should be attached now, at least everything needed for this. Also a pdf of what im able to get, and what i want to get.
what i...
|
Forum: Issues, Questions, Etc.
January 22nd, 2016, 10:49 AM
|
Replies: 6
Views: 11,710
Existing Rule works, need to tweak it.
Hey Everyone,
I have an image rule I've been using for about a year that works great.
Now i need to adjust it so that it does something slightly different.
Basically this is what ive got...
|
Forum: Graphic Rules
May 28th, 2015, 09:32 AM
|
Replies: 8
Views: 19,528
|
Forum: Graphic Rules
May 18th, 2015, 01:52 PM
|
Replies: 8
Views: 19,528
Re: Placing Graphics based on two fields
If you've imported all of your PDFs as resources your return line needs to look like this:
return (field) ? Resource(pdfMap[field]) : NullResource();
If you want to add the resources on the fly:...
|
Forum: Graphic Rules
May 18th, 2015, 09:32 AM
|
Replies: 8
Views: 19,528
Re: Placing Graphics based on two fields
Another question. Would i apply this code to each graphic frame? Or is this more on an on record start kinda thing?
*Sorry i just read the apply to each frame part in your post.
|
Forum: Graphic Rules
May 18th, 2015, 09:29 AM
|
Replies: 8
Views: 19,528
Re: Placing Graphics based on two fields
Sorry about that. Im on Fusion Pro 9.3.6
Thanks for the response.
Ill give all that a shot and if i cant get it after that, Ill post a sample of what Im doing to make it a little clearer.
Jason
|
Forum: Graphic Rules
May 15th, 2015, 02:22 PM
|
Replies: 8
Views: 19,528
Placing Graphics based on two fields
Hey everyone,
So, im new here and fairly new to coding in general. But im trying to set up a rule so that i can eliminate quite a bit of up front end work on excel documents we get in monthly for...
|
Forum: FusionPro® VDP Creator
February 26th, 2015, 08:51 AM
|
Replies: 0
Views: 5,723
Need help with a rule!
Sorry, new to the blog so please bear with me.
I have a switch rule set up, depending on the field protocol a logo is pulled and then there are choices P1 - P17 in additional fields that pull...
|