Jump to content

Bmason1825

Members
  • Posts

    16
  • Joined

  • Days Won

    1

Bmason1825 last won the day on April 5 2023

Bmason1825 had the most liked content!

Converted

  • FusionPro Products
    No

Bmason1825's Achievements

Apprentice

Apprentice (3/14)

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

Recent Badges

11

Reputation

  1. is there a limit to the data length for a QR code?
  2. I found this code to pull in the pdf as the 1st page but it does not bring in the correct page. var r = new FusionProResource(Field("Presort se"), "big", true); r.name = (Field("Presort se")); r.pagenumber = CurrentRecordNumber() if (r.exists) { return r; } else { return NullResource(); } For the second record it brings in the 1st page of the 1 page pdf again. Is there a way for it to bring in the 2nd page and so forth for the whole pdf thanks
  3. no the 6 page pdf is being composed in FP but the 1 page pdf will come from client with data already in it
  4. Is is possible to merge 2 pdfs together so that the 1st page of the one pdf would now be the 1st page of each of the people in the second pdf. i.e pdf with 6 pages for each record and a pdf with 1 page for each record so i need for the 1page pdf to now be the 1st page of the merged 7 page pdf for each record so john smith has six pages in a pdf and john smith has 1 page in a different pdf merge them together so that john smith now has 7 pages in a pdf where the 1 page of pdf is now the 1st page of the merged pdf, and so on for each record.
  5. I did do what you suggested i got page 1 of 1 page 2 of 2 and it didn't start over with one for a new store
  6. This code isn't what i need I need to be able to have it do page numbers for each store starting with 1 ie. page 1 of 6 page 1 of 3 is there an code you can help me with?
  7. a new imposed stack...each store is its own pdf
  8. Also for the total number of pages can you it only do the number of pages for each store. i.e. a store has 6 pages of labels but when compiling i have to compile all the stores so right now it is using the total pages for all stores
  9. thank you that worked. How do i get it to start back over at 1 once it starts a new store.
  10. No not a slip sheet. I need to add 2 full sheets of labels at the end of pdf. It creates a pdf by store number. So each store will vary with the number of labels some could have 2 pages of labels some 3 etc. I need to add 2 full pages of labels at the end of each store.
  11. I have a 50-up label job that I need to add 2 pages of the blank label to each pdf created. Is there a way to do that in Fusion Pro?
  12. I am trying to put page numbers at the top of the page of a 50-up labels. I tried the $pagenum and it does not put anything in there.
  13. Thank you so much that worked.
  14. The 1st box is how the font is supposed to look but if I change the variable to anything else it prints like the second box. I need to change the variable so I can just print the 1st name
×
×
  • Create New...