Jump to content

MartyrSyx

Registered Users - Approved
  • Posts

    79
  • Joined

  • Days Won

    1

Everything posted by MartyrSyx

  1. To fix a similar issue after i started using 13.1.8, I typed in 0 in the horizontal (X) value. Then I was able to move/resize it in any manner as normal and the problem has not come back to the template (yet). FP 13.1.8 | Acrobat 2024.002.20687 64bit | Windows 10
  2. Review attached to see if this helps. I'm not positive but i don't think you can assign a field value in the global because it does not have access to the field data at that moment. Plus you would want the data to come from each record, not just the moment the variable is created. I also used ToLower() in the switch statement. global variable not functioning as expected rev1.pdf
  3. Note, if you have a space character on the line, the line will not be empty and won't suppress.
  4. Maybe this from the Rules Guide will help... M
  5. Curious. When did "FusionPro.templateFileName" become available? I may have missed it in release notes and the documentation.
  6. i'm using 13.0.4. I did not receive an error about the external file like you and it seemed to compose fine. I tried local and our fp producer. Is your JohnstoneLocationList.txt in the same folder as your FusionPro Template? I see there is no pathing in your Locations Rule.
  7. I agree with Thomas. Having some saved defaults would be preferred. Also, retaining the zoom level from "ctrl + scroll wheel to zoom" would be my number one request.
  8. I suggest you contact the support for "...color management systems Alwan or GMG..." as Dan suggested. Only they can tell you why it is not working through their software. If it displays fine in Acrobat, it would tend to be the other software that is having some kind of issue with the pdf.
  9. just a quick look, you could try to remove the extra "\\" at the end of var Var3 = "c:\\PRINT\\CLIENT\\"; change it to... var Var3 = "c:\\PRINT\\CLIENT"; It looks like another "\\" gets added to that variable later. Graphic is not found or is not processed properly: c:\PRINT\CLIENT\\Miller.pdf. Check for file existence and that it is of the proper format. Here is the script pulling the PDF graphics. var Var1 = "PDF"; var Var2 = ".pdf"; var Var3 = "c:\\PRINT\\CLIENT\\"; var Var4 = "Miller.pdf"; temp = ''; var_extension = ''; has_extension = ''; if (Var3 == "") Var3 = Var3; else { if (FusionPro.isMac) Var3 = Var3 + ":"; else Var3 = Var3 + "\\"; }
  10. I did not receive the message on PC (win10,acrobat 2020,fp11.0.9) but did receive it on the mac (10.15.2, acrobat 2020, fp11.0.9 with new installer).
  11. Looks like (per the internet) the EncodingMode should be "C40" for that barcode. See if that helps out.
  12. Dan, this is great news. When you say single record output, does this mean we cannot use producer/server to output chunked files as 1 record per pdf, and retain the tags? Two of our clients have us output their mailing in this manner so they can post them on their website for each of their client's logins. Just checking with you so we will know how to tell them about this new functionality. Each job is about 3,000 records. So one at a time would be a bit prohibitive. But i still like the option, we could always ask for specific people that would need accessibility options and just do those individually.
  13. Under three rules there is formatting telling it to justify... r_formatPhone r_formatFax r_formatCell return "<p br=false quad=JJ>" + formatNumber(Trim(thisNumber)); if you remove 'quad=JJ' then it should center. At least it did for me on fp11... return "<p br=false>" + formatNumber(Trim(thisNumber));
  14. I asked support if any testing was done with the version of Suitcase Fusion I was using and the reply was less than desired. So for anyone who has installed the latest FP, what Font Manager Programs for PC have been working for you with FP11? In our environment with the programs and versions below, FP11 would crash Acrobat when clicking Compose. It just simply closes Acrobat as if we exited the program. After troubleshooting and install/reinstall a few times, we found uninstalling Suitcase Fusion did the trick of getting it to compose. Then we tried installing the latest version of Suitcase Fusion and it was the same result of crashing. Also tried it without PitStop installed with Suitcase Fusion installed. I would like to get a Font Manager that works with FP11 so we can manage the fonts beyond the windows system. Our other test install worked fine without PitStop or a font manager. thanks... Windows 10 Pro, 16GB RAM, 64-bit, i7-8700 at 3.20 GHz Suitcase Fusion 18.2.4.117 Acrobat Pro DC Continuous Release 2019.012.20040 PitStop Pro 17 update 1 Build 853530 btw, i like the newer look-and-feel of the FP tool windows thus far.
  15. is there a 'Software Release Version History' for v10.1.11? I don't see it on https://marcom.com/fusionpro/resources-support/version-history/ Or is it only the support for Acrobat DC 2019 and Indesign CC 2019?
  16. Dan, thank you for the extended explanation of the XDF optional parameters (in addition to the rest of your response).
  17. Dan, Is there a list of what has been done in release 9.3.36? The only thing i've found is where you put "UPDATE: FusionPro VDP 9.3.36 adds support for Mac OS X version 10.11 "El Capitan.". The revision history on marcom.com doesn't appear to be updated to reflect 9.3.36. thanks.PS. Thanks for all your help on these forums too!
  18. This happened to me when I "updated" acrobat to 11.0.09. Only thing that worked was to get Acrobat rolled-back to prior the update (now using 11.0.0) and reinstall FP 9.3.
  19. In relation to the "invalidfileaccess" from Distiller. We have to use the /F option in order to distill files not in certain folders. If i remember correctly, this started in acrobat 8.1. Something to do with Adobe security enhancements. We created a shortcut and made the target below... "C:\Program Files (x86)\Adobe\Acrobat 11.0\Acrobat\acrodist.exe" /F
  20. Well, this was a stupid problem in my opinion. It didn't have anything to do with FusionPro. Somehow, and I can only speculate as to how, a setting on my PC changed under the "Advanced sharing settings" in "Network and Sharing Center". For our network configuration, we need to have "Turn off password protected sharing" selected. I had not even thought about checking those settings since I did not make any changes to my system. Nor did any problem messages or anything show up from the OS. Thanks for helping Alex and Dan.
  21. Dan, in the log file from FP Direct. After the file composes and at the end of the log, it says "Failed to copy file:: ... to ... Error no 1326 Job ended ...". I have our IT person looking into it. Was just hoping there was an explanation of what the error code meant so we knew where to look. We've been using the current configuration for quite a long time and it all of a sudden does this. We may just try to re-install FP when we get a break in the jobs. Everything still composes fine and the destination folders on servers are still working.
  22. Thank You Alex. I've checked the directories. Restarted server and PC. Recreated Shared folders and FP Direct queues. Made sure the shares were available to FP Direct. FP Direct outputs fine to directories that are not on my PC. It did fine until this past Friday. I'm pretty sure it is something with my PC, just wanted to know if the error code I was receiving could shed more light onto my problem. Because checking logs, turning off firewalls, turning off antivirus, nothing has helped.
×
×
  • Create New...