Forum: Issues, Questions, Etc.
March 2nd, 2021, 10:36 AM
|
Replies: 2
Views: 59
Re: Adobe Acrobat 2021
There's nothing about the upgrade to Acrobat DC that would affect how ProdActivate works. I would run ProdActivate manually and click Register again. You might be nearing the end of your...
|
Forum: Issues, Questions, Etc.
February 26th, 2021, 11:06 AM
|
Replies: 1
Views: 121
Re: PDF/VT Output
Well, it compresses the output, for both PDF and PDF/VT, to reduce the file size.
The "Basic" compression is the same as it's been for a long time, and uses older techniques such as flate...
|
Forum: Issues, Questions, Etc.
February 12th, 2021, 01:24 PM
|
Replies: 2
Views: 294
Re: Page Info
This is a Mac-specific bug, which will be fixed in an upcoming version 12 patch release.
|
Forum: Issues, Questions, Etc.
February 12th, 2021, 11:30 AM
|
Replies: 1
Views: 75
Re: Fusion Pro 11.0.9 - missing assets file
Questions specific to the MarcomCentral application should be asked in the MarcomCental sub-forum (http://forums.pti.com/forumdisplay.php?f=15).
That said, you need to check the Fonts box on the...
|
Forum: FusionPro® VDP Creator
February 11th, 2021, 04:12 PM
|
Replies: 1
Views: 495
Re: Add Bleed
You can set the Bleed on the Imposition tab of the Composition Settings dialog. But any artwork that was cropped in the InDesign export will still be cropped.
|
Forum: Formatting Text
February 11th, 2021, 12:40 PM
|
Replies: 19
Views: 70,022
Re: A better CopyfitLine
Okay, well, what does fit? You probably either have the wrong frame width, or maybe the frame simply isn't big enough vertically. I'd have to see the job files to reproduce the problem and analyze...
|
Forum: Issues, Questions, Etc.
February 11th, 2021, 12:05 PM
|
Replies: 2
Views: 170
Re: Temporary File?
No, for most output formats, such as PDF, the output is not written to disk until composition is completed. Unless you chunk the output to multiple files, in which case some of the files may be...
|
Forum: Formatting Text
February 11th, 2021, 12:03 PM
|
Replies: 19
Views: 70,022
|
Forum: Imposition
February 10th, 2021, 01:46 PM
|
Replies: 2
Views: 370
Re: Batch imposition of PDFs
Sure, you can use the multi-page PDF insertion (http://forums.pti.com/showthread.php?t=37) algorithm, and set up an FPI file with saddle stitch to compose with. Obviously, all pages need to be the...
|
Forum: FusionPro® VDP Creator
February 9th, 2021, 12:24 PM
|
Replies: 2
Views: 194
Re: Adding field to output file name
In the New Rule dialog, under Event, select OnNewOutputFile, and do this:
if (FusionPro.Composition.JobOptions["OutputSource"] != "onefile"
&&...
|
Forum: MarcomCentral News
February 4th, 2021, 05:39 PM
|
Replies: 1
Views: 8,524
Re: FusionPro VDP 12.0 Now Available
If you have an FP12 subscription serial number and want to use FP Expression with it, you can download FP Expression version 3.2.17, which is now available at:...
|
Forum: FusionPro® Expression™
February 4th, 2021, 05:35 PM
|
Replies: 2
Views: 768
Re: Expression Installation Problem
Version 3.2.17 of FP Expression is now available, at https://fusionpro.com/support/downloads/ .
This version of FP Expression supports FP12 subscription serial numbers.
|
Forum: FusionPro® Expression™
February 1st, 2021, 02:56 PM
|
Replies: 2
Views: 768
Re: Expression Installation Problem
Normally this wouldn't be the place to inquire about installation or serial number issues. However, in this case, I can tell you that there is a new 3.2.17 version of FP Expression, which is the...
|
Forum: Issues, Questions, Etc.
February 1st, 2021, 11:18 AM
|
Replies: 3
Views: 432
Re: Preview is Fine, Missing Graphics on Output
So you don't explicitly say what your composition setup is, but from this:
It looks like what you mean is that you're actually doing the composition on another machine, i.e. a remote server, via...
|
Forum: Issues, Questions, Etc.
January 26th, 2021, 01:34 PM
|
Replies: 8
Views: 763
Re: Numeric IMP
Well, that's the idea of that "Intelligent Mail Barcode Rule" Form (XML Template) rule. It handles both the "raw" barcode data and already encoded strings of 0123 and FTAD. But it does assume that,...
|
Forum: Issues, Questions, Etc.
January 25th, 2021, 11:15 AM
|
Replies: 8
Views: 763
Re: Numeric IMP
Great!
What Don said earlier was not completely correct.
If the data has already been encoded to a string of 0, 1, 2, and 3, then yes, you can simply apply the IDAutomation4State font to it. ...
|
Forum: Issues, Questions, Etc.
January 19th, 2021, 03:45 PM
|
Replies: 8
Views: 763
Re: Numeric IMP
Try this:
var fullNum = Field("IMBRCDFRJN");
var TrackingNum = fullNum.substr(0,20);
var RoutingNum = fullNum.substr(20);
return MakeIntelligentMailBarcodeEx(TrackingNum, RoutingNum, 10, "", "",...
|
Forum: Issues, Questions, Etc.
January 15th, 2021, 03:19 PM
|
Replies: 8
Views: 763
Re: Numeric IMP
If the barcode is already encoded into a string of 0, 1, 2, and 3 digits, then you can simply insert the field into the Text Editor and put it in the IDAutomation4State font. You don't need any...
|
Forum: The JavaScript Library
January 15th, 2021, 01:04 PM
|
Replies: 2
Views: 1,195
Re: Truncated text
This is a kind of complicated keeps condition, related to the Widows setting, and how the newline ('\n') is handled as a line break (<br>) but not a paragraph break (<p>).
That said, an Overflow...
|
Forum: FusionPro® VDP Creator
January 5th, 2021, 03:48 PM
|
Replies: 3
Views: 666
Re: CreateResource with incomplete name
If you're asking whether you can do a kind of wildcard-based search for a file on the system, like "ABC*", the answer is No, you can't, not from a rule. You would need to have a separate script or...
|
Forum: Issues, Questions, Etc.
January 5th, 2021, 03:32 PM
|
Replies: 3
Views: 502
Re: Moving Frames
Try this:
if (Field("AgentCoverPic").indexOf("IC") > -1)
FindGraphicFrame("FC-AgentPhoto").y -= 7200 * 3/8;
Or:
if (Field("AgentCoverPic").match("IC"))
...
|
Forum: Issues, Questions, Etc.
December 18th, 2020, 11:10 AM
|
Replies: 4
Views: 775
Re: Unicode Warning at Composition
I see, you get a different warning with Unicode enabled.
The real problem is that there's a Mac-only bug in getting the date and time info, which should display on the bottom right of the page. ...
|
Forum: Issues, Questions, Etc.
December 17th, 2020, 03:13 PM
|
Replies: 4
Views: 775
Re: Unicode Warning at Composition
I also get the warning if I have both the "Page Info" and the "Limit processing to MacRoman text (Disable Unicode) boxes checked. However, if I uncheck either of them, the warning goes away. So I...
|
Forum: FusionPro® VDP Creator
December 17th, 2020, 03:06 PM
|
Replies: 1
Views: 762
Re: Reload/Remove fonts
As my signature notes, these kinds of issues are hard to resolve in the context of this user forum, and Support is a better place to get help with them. Also, how font handling works, and what might...
|
Forum: Fonts
December 17th, 2020, 10:30 AM
|
Replies: 2
Views: 1,553
|