Jump to content

Otto

Registered Users - Approved
  • Posts

    10
  • Joined

Converted

  • Location
    Lakeland FL

Converted

  • Occupation
    I/T Manager

Converted

  • FusionPro Products
    Yes

Converted

  • FusionPro VDP software version
    6.01pE

Converted

  • OS
    Windows XP sp3

Converted

  • Acrobat Version
    Acrobat 8.x

Otto's Achievements

Apprentice

Apprentice (3/14)

  • First Post Rare
  • Collaborator Rare
  • Conversation Starter Rare
  • Week One Done
  • One Month Later

Recent Badges

10

Reputation

  1. I used the function below to get it to reflect the correct variable data while developing mode and avoid calling OnRecordStart more than once per record on the Server. if (FusionPro.inValidation) Rule("OnRecordStart");
  2. I can set the global variables calling a rule in OnRecordStart for the Server to use the values, but when I need to work on the desktop to make changes, I need the global variables set for each rule that I'm working on. I can call the rule to set the variables in each rule, but then when the server runs it, it sets the global variables many times for each rule that is called. How I can have the server only set the global variables once, but let me see the true values for the global variables on the desktop while modify a rule?
  3. We are running into an issue trying to write keywords to our composed PDFs. Our template has multiple pages. Each page is unused and named based on the code#. Pages are turned on based on the code# in the record. We have a switch statement in our OnRecordStart that determines which code gets a certain keyword. See example OnRecordStart below. FusionPro.Composition.SetBodyPageUsage("Code", true) switch (Field("Code")){ case "******": FusionPro.Composition.OutputFile.keywords = "UncommonBleed|"; case "******": FusionPro.Composition.OutputFile.keywords = "CommonBleed|"; } The problem we are having is that when we compose a code# that is NOT the first page in the template our keywords do not carryover on output. It seems like the first page in the template must be composed in order to have keywords honored. Is this true? If so, is there a known workaround?
  4. One of my records in my tab delimited text file contains the double quotes "7"NUMERAL CANDLE. In the Preview Record Selector the data shows up as 7 and drops the rest of the text, therefore only outputs the 7. None of the other records that do not have the quotes have this problem.
  5. Instead of changing for each individual process that has their .CFG, Can I change the default path for the Server temp location?
  6. Currently Fusionpro Server is installed on D: drive, but the temporary files are running on the C drive. I'm looking at changing the base path, can you elaborate on how to do that?
  7. When the PDF is composing on the Server it is using something like Temporary files folder: C:\Users\Public\Documents\PTI\FusionPro\TEMP_7016\ Can I change the path to like d: drive?
  8. Instead using global variable or a separate file containing the variable information, can I place a variable into the .cfg and reference it in the template?
  9. I needed to know from processing 200,000 records, what is the smallest font size it can run without truncating. The text box is all one font size. I may just have to run it at the different font size with no copyfit to see when it stop truncating. Run 10pts, then run 9pts, ... down to 6 pts which is my smallest font allowed.
  10. When copyfit modifies the font size, is there a way to write to the log the font size it reduced it to?
×
×
  • Create New...