Jump to content

MartyrSyx

Registered Users - Approved
  • Posts

    79
  • Joined

  • Days Won

    1

Posts posted by MartyrSyx

  1. On 9/1/2023 at 2:22 PM, Dan Korn said:
    var iname = ReplaceFileExtension(GetFileName(FusionPro.templateFileName), "");
    var range = FusionPro.Composition.outputRecordNumber + "-" + (FusionPro.Composition.outputRecordNumber + 100);
    FusionPro.Composition.outputFileName = iname + range + "." + (FusionPro.Composition.outputFormatExtension || "pdf");

    Curious. When did "FusionPro.templateFileName" become available? I may have missed it in release notes and the documentation.

  2. 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.

  3. Would it do me any good to reach out to PTI support directly?

     

    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.

  4. 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 + "\\";

    }

  5. 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.

  6. 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));

  7. 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.

  8. 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

  9. 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.
  10. 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.
  11. 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...