-3

I have a program that programmatically creates XFT template for PDF and XFD template for data. I can download PDF file and it all works just fine, except spool request. How can create a spool request, then pass my custom PDF file to that request?

Sandra Rossi
  • 11,934
  • 5
  • 22
  • 48
user9695260
  • 347
  • 3
  • 17
  • you wanna automate sending PDFs to email? is it a custom transaction or standard extension? what is the use-case? – Suncatcher Jun 30 '19 at 00:34

1 Answers1

1

You can check FP_TEST_SAVE_PDF_TO_SPOOL program which is used for ADS pdf files.

mkysoft
  • 5,392
  • 1
  • 21
  • 30