You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
No matter what I try I get an error and it will not save the results in a PDF file on the server.
(if i do not specify the DESTINATION:: i get incorrect output destination, if I include it then I get a class Destination not found error)
Can anyone help me with a variation of this command that will save the merged PDF doc? or perhaps a different method?
Thanks!
The text was updated successfully, but these errors were encountered:
I also found a constructor for the FPDM class where there is a var for output, and the second parameter is used for an FPDF file if any, so it would be the third parameter, but have had no luck passing the ouput file name as a parameter or getting the class to simply save the PDF
Using FPDM and instead of viewing the merge doc I am attempting to auto-save the doc on the server with variations of this syntax:
$pdf -> Output('filename.pdf', \folder\Destination::FILE);
No matter what I try I get an error and it will not save the results in a PDF file on the server.
(if i do not specify the DESTINATION:: i get incorrect output destination, if I include it then I get a class Destination not found error)
Can anyone help me with a variation of this command that will save the merged PDF doc? or perhaps a different method?
Thanks!
The text was updated successfully, but these errors were encountered: