Forum: Barcodes
June 30th, 2022, 03:28 PM
|
Replies: 2
Views: 168
|
Forum: Issues, Questions, Etc.
June 30th, 2022, 03:07 PM
|
Replies: 1
Views: 177
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: 495
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: 495
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: 256
|
Forum: Fonts
June 7th, 2022, 10:41 AM
|
Replies: 7
Views: 1,200
|
Forum: FusionPro® VDP Creator
June 6th, 2022, 09:57 AM
|
Replies: 7
Views: 1,329
|
Forum: FusionPro® VDP Creator
June 2nd, 2022, 11:21 AM
|
Replies: 7
Views: 1,329
|
Forum: Fonts
June 2nd, 2022, 11:04 AM
|
Replies: 7
Views: 1,200
|
Forum: FusionPro® VDP Creator
June 2nd, 2022, 10:50 AM
|
Replies: 3
Views: 312
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: 1,329
|
Forum: Fonts
May 31st, 2022, 04:51 PM
|
Replies: 7
Views: 1,200
|
Forum: MarcomCentral News
May 31st, 2022, 01:09 PM
|
Replies: 0
Views: 1,037
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: 589
|
Forum: FusionPro® VDP Server (API)
May 27th, 2022, 01:39 PM
|
Replies: 3
Views: 1,070
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: 1,329
|
Forum: FusionPro® VDP Server (API)
May 27th, 2022, 01:14 PM
|
Replies: 3
Views: 1,070
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: 621
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...
|
Forum: FusionPro® VDP Creator
May 9th, 2022, 10:52 AM
|
Replies: 3
Views: 621
Re: Copy outside of text box
It's hard to say why that's happening just from the picture. It's possible that the page's trim box was changed after those frames were put down.
At any rate, nudging the frame just a bit (with...
|
Forum: FusionPro® VDP Creator
May 5th, 2022, 02:18 PM
|
Replies: 2
Views: 589
Re: Assigning Keywords or Metadata to Composition
I can confirm this is a (very old) bug. The PDF Document info doesn't get written properly to the output file if the first page of the template is set to unused.
I've entered case FP-582 about...
|
Forum: The JavaScript Library
May 5th, 2022, 01:10 PM
|
Replies: 4
Views: 4,158
|
Forum: FusionPro® VDP Creator
April 26th, 2022, 03:54 PM
|
Replies: 1
Views: 726
Re: Adjusting In-Line Graphics
So, there are some improvements to copyfitting coming in a future release, which might help with a case like this.
For now, probably the simplest thing to do would be to just do a bit of math to...
|
Forum: The JavaScript Library
April 22nd, 2022, 12:30 PM
|
Replies: 4
Views: 1,733
Re: Need help scaling images from url link
Yes, absolutely.
I don't understand what you mean by "a path source". Who is asking for that?
You can create a Graphic rule with exactly the same code as in your Text rule, and assign the rule...
|
Forum: The JavaScript Library
April 22nd, 2022, 10:19 AM
|
Replies: 4
Views: 1,733
Re: Need help scaling images from url link
You don't do the scaling in the rule. You do the scaling in the graphic frame, using the controls on the Graphic Frame palette. You probably want the Scaling set to Best Fit.
Once again, I would...
|
Forum: The JavaScript Library
April 20th, 2022, 01:59 PM
|
Replies: 2
Views: 503
Re: Need help with Images from URL link
Well, without knowing what's in the data, it's impossible to say what's wrong. But usually a URL is fully resolved, and doesn't need any extensions or anything appended to it. So I think that what...
|