Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
AppendPDF - Still Valid?
09-06-2018, 07:06 AM, (This post was last modified: 09-06-2018, 07:40 PM by VortecCPI.)
#1
AppendPDF - Still Valid?
Is this feature still valid? I see no references to /pdf_append/ in any scripts.

http://www.weberp.org/wiki/AppendPDF
https://github.com/webERP-team/webERP/co...2f16b0a338
It appears TCPDF has limited or different "merge" capability:

You use your existing PDF as a "template":

PHP Code:
$pdf->AddPage();

$pdf->setSourceFile('../webroot/files/templates/'.$templatefile);
$pdf->_tplIdx $pdf->importPage(1);
$pdf->useTemplate($pdf->_tplIdx); 
https://www.linkedin.com/in/eclipsepaulbecker
Reply
09-06-2018, 08:11 AM, (This post was last modified: 09-06-2018, 08:13 AM by VortecCPI.)
#2
RE: AppendPDF - Still Valid?
If this feature is no longer supported should we kill any code related to "pdf_append"?

Z_MakeNewCompany.php
install/index.php
https://www.linkedin.com/in/eclipsepaulbecker
Reply
09-06-2018, 10:15 AM,
#3
RE: AppendPDF - Still Valid?
I'm not sure of this area, I'll have to look at it this weekend.
Reply
09-06-2018, 07:44 PM,
#4
RE: AppendPDF - Still Valid?
I am pretty sure this feature is long gone. Perhaps when we switched to TCPDF?

I like the idea T&C PDF appended to invoices but we can live without it...
https://www.linkedin.com/in/eclipsepaulbecker
Reply
09-06-2018, 08:22 PM,
#5
RE: AppendPDF - Still Valid?
I'm not sure this feature ever got fully implemented, but if it was it is long gone.

Tim
Reply
09-07-2018, 08:10 AM, (This post was last modified: 09-07-2018, 08:25 AM by VortecCPI.)
#6
RE: AppendPDF - Still Valid?
I have removed any and all references to pdf_append including folder(s) and appendfile field in stockmaster table and CopyBOM.php and Z_ImportStocks.php.

We may want to do the same for version 4.15.1...
https://www.linkedin.com/in/eclipsepaulbecker
Reply
09-10-2018, 07:36 AM,
#7
RE: AppendPDF - Still Valid?
Thanks Paul & Tim.

Elimination committed to webERP-team/webERP
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)