Jump to content

Dan Korn

Members
  • Posts

    4,884
  • Joined

  • Days Won

    17

Everything posted by Dan Korn

  1. You should see a crash report from your Mac when this happens. Please copy and paste the crash report into an email and send it to FusionProSupport@marcom.com.
  2. We will be migrating this user community/forum to a new platform soon. The new forum software will have many more features, and will allow a better experience for members. All existing posts and user accounts should carry over to the new forum. The migration will take place on February 15th, 2023. Posting may be disabled for a day or two before and after the migration. More information to come.
  3. You're welcome! And thanks for following up and letting me know it worked.
  4. Well, at this point, this is a question for someone in MarcomPortal Support, preferably your CPM/BRM or point person. I suspect that the PDF template is being downsampled for online previews, which is stripping out the links before the FusionPro composition. If it's a proof composition, I expect it to work, but there may be something else that the MarcomPortal app is doing to the job settings. At any rate, you'll need to go through the channels, and the job might come back to me or someone else on the FP team, but I can't access it directly.
  5. Yes, sorry for not responding sooner. The problem is that Advanced Compression seems to be stripping out the links. If you change the setting "Optimize (Compress) PDF" on the Output tab of the Composition Settings dialog, either by changing the drop-down to Basic or un-checking the box, then the links will work correctly in the output (at least in a local FP Creator composition in Acrobat). The Advanced Compression can sometimes be a bit over-aggressive in stripping things out of the PDF for size, so we recommend checking output with this setting enabled. Also, this kind of interactive, or "digital delivery," feature makes sense only in one-record output PDFs, not multi-record PDFs that you would use for printing. So you'll want to also check the "Output to multiple files" box and set the number of records to 1.
  6. You can certainly assign values to global variables for the job in the JavaScript Globals. Those are truly global, to all rules that are called. (As opposed to variables set in rules, even OnRecordStart. OnJobStart will be a bit more global in lifetime, but not necessarily in scope. The JavaScript Globals is your best bet for global variables and functions.) But I'm not sure exactly what problem you're trying to solve here. Can you be more specific, or maybe post the job files?
  7. What exactly are you doing to get those numbers? Are you using a sysvar, like $outputrecordnumberbysheet? Or a property like FusionPro.Composition.currentOutputFileNumber or FusionPro.Composition.impositionSheetNumber in a rule? I would think that FusionPro.Composition.impositionSheetNumber, maybe with a +1, would do what you want. But it's hard to say without more details.
  8. You can specify multiple paths with semicolon delimiters, such as: L:\ABC\IMAGES;L:\ABC\signatures;C:\some other path
  9. Please be more specific about exactly what the actual result is vs. the intended result. Do you get an error?
  10. Sure, just create a graphic frame the size of the entire page and put it on the lowest layer. (Select the frame and, from the menu in Acrobat, select FusionPro -> Layers -> Send Frame To Back.) You can also use the pre-printed form as the PDF background template, so that you can Preview to make sure the variable content lines up, then when you go to compose, check the box "Suppress static PDF background in composition" on the Graphics tab of the Composition Settings.
  11. The easiest way is to simply add that path into the Search Path box on the Advanced tab of the Composition Settings dialog.
  12. Yes, this is definitely possible. I would repeat each record by the card quantity, set the page usage to turn on just the card you want for that repeated record, then use the repeat number to call out the "fact" for each one. How to code this up is very closely tied to exactly how your files are set up.
  13. Well, it's very hard to see that low-resolution picture, but Yes, I mean, in the Variable Text Editor dialog, instead of selecting the name of the field in the Variable drop-down, select the name of the rule and insert that into the text. Right, that rule doesn't do exactly what you want in this circumstance, so you'll need a custom rule, like so: var val = StringToNumber(Field("_2017GIFTS")); if (!val) return ""; return FormatNumber("$#,###.##", val); Make a version of that for each of the years, and insert those rules into the appropriate text boxes.
  14. Sure, you can apply as many rules as you want. You're on the right track. You've created the rule "Number to Currency Rule: _2017GIFTS". You just need to actually call out that rule in the text frame instead of just the field. Then you can create a similar rule for each of the other fields and apply them in their frames.
  15. A new version, FusionPro VDP 13.0.2, which fixes this problem, has been released. Please go to the the FusionPro VDP Software Download page to download and install the new version. Thank you again for your patience.
  16. Thanks, having the files makes it a lot easier to help. Although, you should post some dummied-up data instead of actual people's personal information. (I had to delete your attachment for security reasons.) Sure. You can do what I mentioned in my previous post, and create a set of Drag-and-Drop rules, without any JavaScript. See the attached template where I've done that. Of course, this can be done with just a few lines of code instead, if you prefer. REPLY test 1.pdf
  17. Yes, you can use the FusionPro.Composition.repeatRecordNumber property. For example: if (FusionPro.Composition.repeatRecordNumber > 2) return Field("FULLNAME2");
  18. Please contact Support. They can free up the license activation from the old machine so that you can install and register on a new machine.
  19. We have identified the cause of this problem and are putting a new build with a fix through expedited testing. We hope to make it available by the end of the week. Apologies for the trouble. This slipped through our extensive regression testing. Unfortunately, that testing is primarily done with single output files composed in FP Server, and does not effectively reproduce the conditions of subsequent compositions or output files which trigger this bug. We do test in FP Creator as well, on both Windows and Mac, but fonts failing to embed is not an obvious thing to notice when viewing the output on the composition machine. We are adjusting our testing framework to catch this kind of problem in the future. Thank you for your patience, understanding, and continued use of FusionPro VDP.
  20. This is with the local composition from Acrobat? I would post the job here, or send it to Support, so that we can take a look at it.
  21. It should carry over links if you check the "Preserve Annotations" box on the Graphics tab of the Composition Settings. If it's working locally in FusionPro but not in the online composition in MarcomPortal, then it's probably an issue with the downsampled PDF background created when uploading the template. I would check with your Marcom support person (CPM).
  22. MarcomCentral® is proud to announce version 13.0 of the FusionPro® VDP Suite! This release is a follow-up to our FusionPro VDP 11 launch, which introduced some major new functionality, as well as a new subscription pricing model. The FusionPro® VDP product suite includes both Mac and Windows releases of FusionPro VDP Creator, as well as the Windows-based FusionPro VDP Producer and FusionPro VDP Server. With the new subscription model for FusionPro 11, FusionPro VDP Creator will now include FusionPro Expression for no extra charge. New features and improvements include: Support Adobe Acrobat DC Pro 2023 on both Mac and Windows (in FusionPro VDP 13.0.4) Support Adobe InDesign 2023 on both Mac and Windows Simplified Copyfit GUI Improved support for security: Support for Controlled Folder Access in Windows. Also, optionally not install components not needed Honor formulas in PDF forms in background template Honor the date and number formatting options when reading Excel data Properly handle spacing in monospaced fonts Accessibility improvements – hyperlinks and Artifact tags Tags for horizontal scaling of text Improved support for Unicode characters past plane 0 New barcodes for MicroQR, Singapore Post, Australia Post, and improved GS1 barcode New personalized image calendar sample Ability to iterate rules and repeatable components in rules JavaScript improvement: access different rows of a multi-line record in the Field function Drag and drop rule editor can return a special value “Empty” if no text is to be returned. Improved vertical text, including Tate-Chu-Yoko (for customers in Japan) Horizontal and vertical text scaling option in Windows GUI (for customers in Japan) Issues Addressed: FP-623 - PDF417 barcode gets slower on each record FP-624 - Page measurement is not handling PDF page that is not page 1 FP-620 - QR code rule not recognizing & character properly FP-615 - Multiple Secondary Data Sources Issue taking a long time to compose FP-269 - Dot character is displayed instead of non-breaking space if NBSP character is not in the font FP-572 - Selecting "Visit User Forums" in Acrobat does not work on Mac FP-600 - The text QR barcode on the second page is not displayed if all text on first page is Unicode FP-582 - PDF Doc Info and Application not set if first Body page is Unused FP-466 – Improved Punctuation in vertical writing mode in some fonts. FP-467 - Tracking is not available in vertical text mode. FusionPro VDP 13.0.2 fixes the following issues: FP-642 - Issues with Font Embedding FP-647 - Error 1061 when invoking Acrobat on French OS platform FusionPro VDP 13.0 has passed testing on Windows 11, Windows Server 2022, and macOS 13 (Ventura). More information about new FusionPro features and pricing can be found at: https://fusionpro.com/faq/ Look for even more new features in upcoming releases! Additional information about the FusionPro VDP 13.0 release, feature set, and addressed issues can be found in the FusionPro VDP 13.0.1 release notes as well as the FusionPro VDP Software Version History page. Upgrades and New Licenses FusionPro VDP customers can download the version 13.0 release from the FusionPro VDP Software Download page. Existing FusionPro VDP 11 and 12 subscription customers can upgrade to FusionPro VDP 13 for no extra charge, with their existing FP11 or FP12 serial number. (If you are not sure whether your FP11 serial number is subscription, please contact Support.) If you are using FusionPro Creator versions older than FusionPro v11, please read our FAQs on information regarding FusionPro v11 and 12. FusionPro VDP Producer/Server and MarcomPortal customers who are active on their maintenance are entitled to an upgrade of their FusionPro VDP software. FusionPro VDP Producer/Server customers can obtain their upgrades by contacting the FusionPro VDP Support team while MarcomPortal customers can contact their MarcomPortal Support representative to inquire about the upgrade. Please note that pricing and upgrade eligibility may change at any time. MarcomPortal Support of FusionPro VDP Creator 13.0 Templates Templates from FusionPro VDP 13 will be supported in the MarcomPortal application on January 4, 2023. Templates from FusionPro VDP through version 12.1.3 are currently supported in the MarcomPortal application.
  23. At the end of the rule, before the return line: for (var c in Columns) header.Cells[c].SetBorders("Thin", "Black", "Bottom"); Or you can choose a different width such as "Thick" or "Medium".
  24. From the FusionPro menu in Acrobat, go to Advanced, then Preferences, and check the box "Embed fonts for Preview". The problem is that FusionPro uses Mac system calls to render the PDF for Preview, and those sometimes do not show certain fonts properly unless they are embedded. If you compose and view the output, you will see that the correct font is used.
  25. Compose and view the output and log file.
×
×
  • Create New...