Forum: FusionPro® VDP Creator
October 20th, 2015, 11:34 AM
|
Replies: 7
Views: 16,814
|
Forum: FusionPro® VDP Creator
December 10th, 2010, 11:17 AM
|
Replies: 35
Views: 51,063
|
Forum: Issues, Questions, Etc.
November 10th, 2010, 10:30 AM
|
Replies: 4
Views: 9,215
Re: One Mac, Multiple User Profiles
I just had to do this recently, with the v7 upgrade. Same problem esmith documented. This is something we shouldn't have to do though Alex.
|
Forum: FusionPro® VDP Creator
September 28th, 2010, 08:41 AM
|
Replies: 3
Views: 6,698
Re: CS5 compatibility?
There are no changes to Acrobat 9 in CS5.
Do you use the InDesign plugin? I don't think v6 has the InDesign plugin for CS5.
|
Forum: FusionPro® VDP Creator
June 25th, 2010, 04:01 PM
|
Replies: 10
Views: 17,220
|
Forum: FusionPro® Expression™
May 19th, 2010, 09:53 PM
|
Replies: 4
Views: 16,588
|
Forum: FusionPro® VDP Creator
March 31st, 2010, 11:18 AM
|
Replies: 10
Views: 18,386
|
Forum: FusionPro® VDP Creator
March 29th, 2010, 03:47 PM
|
Replies: 10
Views: 18,386
|
Forum: FusionPro® VDP Creator
March 29th, 2010, 12:26 PM
|
Replies: 10
Views: 18,386
Re: Wingdings character not Composing/Previewing
Making progress I think.
Found the previous thread you are referencing.
Rule font callout not working (http://forums.printable.com/showthread.php?t=1161&highlight=Wingdings)
But my character...
|
Forum: FusionPro® VDP Creator
March 29th, 2010, 11:27 AM
|
Replies: 10
Views: 18,386
|
Forum: FusionPro® VDP Creator
March 29th, 2010, 10:36 AM
|
Replies: 10
Views: 18,386
Wingdings character not Composing/Previewing
[http://img.skitch.com/20100329-xk4614b7wrkj568wx82y594f9u.preview.jpg (http://skitch.com/pmhapp/nheh9/variable-text-editor)
Click for full size (http://skitch.com/pmhapp/nheh9/variable-text-editor)...
|
Forum: Fonts
March 19th, 2010, 08:13 AM
|
Replies: 9
Views: 17,649
|
Forum: FusionPro® VDP Creator
March 9th, 2010, 09:47 AM
|
Replies: 4
Views: 8,041
Re: InDesign Plugin
Not sure if I understand. If you use the InDesign plugin, you can determine the variable fields in InDesign and Export them to the FP PDF.
|
Forum: MarcomCentral News
March 1st, 2010, 10:05 AM
|
Replies: 3
Views: 15,695
|
Forum: FusionPro® VDP Creator
February 9th, 2010, 07:44 AM
|
Replies: 1
Views: 5,932
Interleave 2 of 5 Barcode
I'm trying to apply an Interleave 2 of 5 Barcode.
An example of a code is 555555532722721928.
If I use "return Make2of5Barcode(Field("New Field"),false)",
my scanner doesn't read it.
If I use the...
|
Forum: FusionPro® VDP Creator
January 6th, 2010, 09:01 AM
|
Replies: 4
Views: 7,090
Re: Fonts.
I've used CrossFont many times successfully.
Acute Systems (http://www.asy.com/)
|
Forum: FusionPro® VDP Creator
January 5th, 2010, 01:32 PM
|
Replies: 4
Views: 7,090
Re: Fonts.
Just curious, what font format is it? Type 1?
|
Forum: FusionPro® VDP Creator
January 5th, 2010, 01:32 PM
|
Replies: 4
Views: 8,437
|
Forum: FusionPro® VDP Creator
December 18th, 2009, 01:30 PM
|
Replies: 5
Views: 8,780
|
Forum: FusionPro® VDP Creator
December 18th, 2009, 01:25 PM
|
Replies: 5
Views: 8,780
|
Forum: FusionPro® VDP Creator
November 24th, 2009, 09:44 AM
|
Replies: 5
Views: 9,664
|
Forum: FusionPro® VDP Creator
November 23rd, 2009, 09:03 AM
|
Replies: 5
Views: 9,664
Re: Imported Variable Frames outside of pages
No way! That's all? I've always stopped and didn't think it worked when I got the "Variable Frames won't be exported when overwriting a file" message. That's a little misleading.
Thanks a lot!
|
Forum: FusionPro® VDP Creator
November 20th, 2009, 09:20 AM
|
Replies: 5
Views: 9,664
Imported Variable Frames outside of pages
Calendar job. I did the Design work in InDesign (CS4). Design was approved. I used the FP (Mac, v6.0x) Plugin to mark my variable (graphic) frames. Exported etc. Customer reviewed and had a...
|
Forum: FusionPro® VDP Creator
November 20th, 2009, 07:55 AM
|
Replies: 10
Views: 23,817
|
Forum: FusionPro® VDP Creator
November 19th, 2009, 01:17 PM
|
Replies: 10
Views: 23,817
Re: Variable Images - HELP!
You could also add a warning in the report...
Pic = CreateResource(Field("AprilDSM"), "graphic", false);
if (Pic.exists)
return Pic;
else
{
ReportWarning("Image for " +...
|