Forum: Issues, Questions, Etc.
July 28th, 2022, 02:28 PM
|
Replies: 2
Views: 608
Re: Paragraph and page breaks
You don't need any code at all to do this. It's just a matter of keeps, which you can control in the Variable Text Editor and Paragraph Formatting dialogs.
Instead of having all the callouts to...
|
Forum: FusionPro® VDP Creator
July 21st, 2022, 03:48 PM
|
Replies: 3
Views: 693
Re: Use color change for inline graphic
Well, it's hard to know what you're expecting, let alone why that's not the result you're getting, without more information, especially without the files.
Note that this doesn't necessarily work...
|
Forum: FusionPro® VDP Creator
July 21st, 2022, 11:21 AM
|
Replies: 3
Views: 693
Re: Use color change for inline graphic
You can change the color of a resource, and use it inline, but it works only for PDF resources, not for any other graphic format.
If it's a PDF, you can just add a line like so before you return...
|
Forum: MarcomCentral News
July 20th, 2022, 01:36 PM
|
Replies: 0
Views: 632
|
Forum: Issues, Questions, Etc.
July 13th, 2022, 02:26 PM
|
Replies: 3
Views: 1,037
Re: Storing User-Defined Functions
Well, I don't know. How are you using it? You haven't posted the rule that's calling it.
My guess is that your .js file is fine, but that you're not calling the function correctly in your rule,...
|
Forum: The JavaScript Library
July 7th, 2022, 10:43 AM
|
Replies: 6
Views: 1,406
Re: Reg Ex or Javascript for File Name
If you want to test for multiple possibilities, you can do that in a loop, something like this:
var x;
for (var zeros = 0; zeros <= 3; zeros++)
{
var issueNumPadded = new Array((zeros || 0)...
|
Forum: Fonts
July 7th, 2022, 10:31 AM
|
Replies: 1
Views: 1,103
Re: Fonts won't load in version 12.1
Sorry you're having trouble. As I always say, it's difficult to analyze font problems in the context of this forum. And we don't allow proprietary fonts to be posted here.
Your best bet is to...
|
Forum: Barcodes
June 30th, 2022, 03:28 PM
|
Replies: 2
Views: 517
|
Forum: Issues, Questions, Etc.
June 30th, 2022, 03:07 PM
|
Replies: 3
Views: 1,037
Re: Storing User-Defined Functions
This functionality does work, but you have to use valid JavaScript syntax. In this case, you do indeed have an illegal character.
When I copy that code into a .js file and put it in my plug-ins...
|
Forum: Barcodes
June 22nd, 2022, 10:00 AM
|
Replies: 3
Views: 757
Re: Poste Italiane Rectangural Datamatrix
Yes, though you can calculate it. The way the text-based barcodes work, you specify the point size, and each "letter" of the encoded barcode is output as a glyph (character) in the barcode font, in...
|
Forum: Barcodes
June 16th, 2022, 03:04 PM
|
Replies: 3
Views: 757
Re: Poste Italiane Rectangural Datamatrix
The issue is that there's too much data (and the wrong kind of data) for a 16x48 barcode.
Your sample data is a mix of digits, upper-case letters, and lower-case letters. The IDAutomation spec...
|
Forum: Issues, Questions, Etc.
June 15th, 2022, 09:05 AM
|
Replies: 1
Views: 464
|
Forum: Fonts
June 7th, 2022, 10:41 AM
|
Replies: 7
Views: 1,601
|
Forum: FusionPro® VDP Creator
June 6th, 2022, 09:57 AM
|
Replies: 7
Views: 2,078
|
Forum: FusionPro® VDP Creator
June 2nd, 2022, 11:21 AM
|
Replies: 7
Views: 2,078
|
Forum: Fonts
June 2nd, 2022, 11:04 AM
|
Replies: 7
Views: 1,601
|
Forum: FusionPro® VDP Creator
June 2nd, 2022, 10:50 AM
|
Replies: 3
Views: 523
Re: Output to multiple files option
It's just a warning message, not an error.
Is the output right? If so, you can ignore the message.
But Fellsway is right. You can't do an "infinite" stack of all records in the job if you're...
|
Forum: FusionPro® VDP Creator
June 1st, 2022, 03:35 PM
|
Replies: 7
Views: 2,078
|
Forum: Fonts
May 31st, 2022, 04:51 PM
|
Replies: 7
Views: 1,601
|
Forum: MarcomCentral News
May 31st, 2022, 01:09 PM
|
Replies: 0
Views: 1,702
Scheduled FusionPro Registration System Outage
Hello FusionPro Clients,
On Saturday, June 4th, 2022, we will be migrating our primary datacenter to Switch in Las Vegas - one of the premier facilities in the world. This will provide...
|
Forum: FusionPro® VDP Creator
May 31st, 2022, 01:00 PM
|
Replies: 2
Views: 818
|
Forum: FusionPro® VDP Server (API)
May 27th, 2022, 01:39 PM
|
Replies: 3
Views: 2,136
Re: Inserting PDF into Body Pages
Do you mean issues accessing the file path, like a permission/sharing issue?
Or do you mean issues specifying the path in a rule? The best way to resolve that is to put the path to the server in...
|
Forum: FusionPro® VDP Creator
May 27th, 2022, 01:22 PM
|
Replies: 7
Views: 2,078
|
Forum: FusionPro® VDP Server (API)
May 27th, 2022, 01:14 PM
|
Replies: 3
Views: 2,136
Re: Inserting PDF into Body Pages
I wouldn't approach the job that way, creating all those body pages in the template.
Instead, I would either use an overflow page with inline graphics, per this thread:...
|
Forum: FusionPro® VDP Creator
May 18th, 2022, 10:32 AM
|
Replies: 3
Views: 874
Re: Copy outside of text box
Okay. Well, it's still impossible for me to know what's going on without seeing your job files.
Does the problem occur with just that one job? You could attach it, or at least an example that...
|