Jump to content

Paul

Members
  • Posts

    9
  • Joined

1 Follower

Converted

  • Location
    Birmingham AL

Converted

  • Occupation
    VDP

Converted

  • FusionPro Products
    Yes

Converted

  • FusionPro VDP software version
    10.0.26

Converted

  • OS
    Windows 10

Converted

  • Acrobat Version
    Acrobat DC

Paul's Achievements

Rookie

Rookie (2/14)

  • First Post Rare
  • Conversation Starter Rare
  • Week One Done
  • One Month Later
  • One Year In

Recent Badges

10

Reputation

  1. I am trying to line up 4 variable fields' decimal in a column that is left justified. http://forums.pti.com/picture.php?albumid=25&pictureid=44 I am using text measure to figure out the length of the longest of the 4 fields, subtract the length of each field from the longest length, and make the difference into a tab. var tb_fld_1 = '<p br="false" findent="'+(lg - tm_fld_1.textWidth)+'">' table.Rows[1].Cells[1].Content = (tb_fld_1+Field("S_BSC_COVG_AMT")); http://forums.pti.com/picture.php?albumid=25&pictureid=45 Getting closer but not there. Any Ideas of why the measurement is coming up short? Thanks Template is attached decimal issue_Schedule Benefits - table.zip
  2. I am using a one row table to try to align different fonts at various point sizes. Can anyone take a look at this and tell me how to accomplish this? Thanks Table Issue.zip
  3. I have been running some monthly jobs for over a year that use FP Expressions, each time I run the jobs the composition time decreases. The expression is based on the 1st name. Has the composition time decreased because expressions has stored results for common names created on previous compositions? I ask because I want to delete the content of the folder C:\Users\Public\Documents\FPExpressionOutput. Will this affect the job to revert back to long composition times? I could store the folder on a drive and restore the content when I run the job.
  4. Perfect! I'm shocked - something was easy. Thanks Dan
  5. Thanks Dan, I will play around with the information you gave me. Our company has recently purchased a more intelligent inserter allowing us to have a job where each record will have different page counts. I have FusionPro creating a datamatrix barcode that captures information to talk to the inserter. I would like to log that information and have a total sheet count; per output file and per total job.
  6. Dan, Can you elaborate when you say, "Though in FusionPro VDP 10, you can write back to an ExternalDataFileEx object if it's in a flat-file (tab- or comma-delimited) format." Do you have a sample template that does this? Or, what would a rule look like if I added it to the FrodoTravel example in the FusionPro tutorial folder, say (even though the outcome is obvious with the Frodo template) I want to capture the sheets used in the job using a rule, return FormatNumber("000000",((FusionPro.Composition.pageNumberInJob/2)))?
  7. Thanks Dan We will look outside of FP for the solution to create the metadata file our customer is asking for.
  8. We have a customer that we do a lot of variable data jobs for and they have made a request: We need a PDF and corresponding metadata file for each of the letters that’s sent out on Company’s behalf. The PDF needs to be a vector base file (which means that the PDF file is not an image and the text is searchable within the PDF). The metadata files need to be comma delimited. We also need for the documents to follow the naming convention provided as the examples. Below is a list of all the metadata fields expected. In most cases all of the metadata will not be present however, the metadata files need to have the place holders for each metadata field. I have made an attempt of doing what you have stated in the original post but am not getting any results. I have included a test doc that I threw together. What would the OnJobStart rule using FusionPro.Composition.CreateXMLLogFile look like? And what would the OnRecordStart rule using FusionPro.Composition.LogXMLMetadata look like? Windows 7 FP 9.1.0 Acrobat XI Meta data test.zip
×
×
  • Create New...