Advertisement

10.01.2008 at 12:08PM PDT, ID: 23779291
[x]
Attachment Details
[x]
The Solution Rating System

With so many solutions, how can you tell which solutions are most likely to help you and which ones are not? To provide you with a tool to use, we rate our solutions based on various elements that most accurately determine if a solution is a quality solution. To explain what factors affect the solution rating, here are the elements we take into consideration when formulating our solution rating.

  • The Grade of the Solution
  • The Zone Rank of the Expert Providing the Solution
  • The Number of Author and Expert Comments
  • The Number of Experts Contributing
  • The Feedback of the Community

Your Input Matters
Because of the way the system is set up, the most important variable in this equation is you. As a member of Experts Exchange, you are able to cast your vote on the quality of the solutions in regard to how complete, accurate, helpful and easy to understand each solution is. When you provide your feedback, each rating is adjusted accordingly. So, if you see a solution that has a poor rating that you think is a good solution, let us know by rating it. As you do, the rating will be adjusted and will become more accurate for other members of our site.

If you have any suggestions that you would like to make for our rating system, please ask a question in the Suggestions Zone of Community Support.

Thank you!

8.0

HTML2FPDF::DisplayPreferences()  Error

Asked by davlynmfgit in PHP Scripting Language, Macromedia Dreamweaver, PHP and Databases

Tags: ,

I am using this dreamweaver extenstion that converts php pages to pdf (http://www.fmwebschool.com/dw_pdf.php)

Every time I run this i get error:

Fatal error: Call to undefined method HTML2FPDF::DisplayPreferences() in C:\xampp\htdocs\dom\PDF_Module\lib\html2fpdf.php on line 155

Line 155 is:   $this->DisplayPreferences('');

I am running XAMPP on XP Pro SP2

need help why i am getting error.Start Free Trial
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
24:
25:
26:
27:
28:
29:
30:
31:
32:
33:
34:
35:
36:
37:
38:
39:
40:
41:
42:
43:
44:
45:
46:
47:
48:
49:
50:
51:
52:
53:
54:
55:
56:
57:
58:
59:
60:
61:
62:
63:
64:
65:
66:
67:
68:
69:
70:
71:
72:
73:
74:
75:
76:
77:
78:
79:
80:
81:
82:
83:
84:
85:
86:
87:
function HTML2FPDF($orientation='P',$unit='mm',$format='A4')
   {
      //! @desc Constructor
      //! @return An object (a class instance)
      //Call parent constructor
      $this->FPDF($orientation,$unit,$format);
      //To make the function Footer() work properly
      $this->AliasNbPages();
      //Enable all tags as default
      $this->DisableTags();
      //Set default display preferences
      $this->DisplayPreferences('');
      //Initialization of the attributes
      $this->SetFont('Arial','',11); // Changeable?(not yet...)
      $this->lineheight = 5; // Related to FontSizePt == 11
      $this->pgwidth = $this->w - $this->lMargin - $this->rMargin ;
      $this->SetFillColor(255);
      $this->HREF='';
      $this->titulo='';
      $this->oldx=-1;
      $this->oldy=-1;
      $this->B=0;
      $this->U=0;
      $this->I=0;
 
      $this->listlvl=0;
      $this->listnum=0; 
      $this->listtype='';
      $this->listoccur=array();
      $this->listlist=array();
      $this->listitem=array();
 
      $this->tablestart=false;
      $this->tdbegin=false; 
      $this->table=array(); 
      $this->cell=array();  
      $this->col=-1; 
      $this->row=-1; 
 
      $this->divbegin=false;
      $this->divalign="L";
      $this->divwidth=0; 
      $this->divheight=0; 
      $this->divbgcolor=false;
      $this->divcolor=false;
      $this->divborder=0;
      $this->divrevert=false;
 
      $this->fontlist=array("arial","times","courier","helvetica","symbol","monospace","serif","sans");
      $this->issetfont=false;
      $this->issetcolor=false;
 
      $this->pbegin=false;
      $this->pjustfinished=false;
      $this->blockjustfinished = true; //in order to eliminate exceeding left-side spaces
      $this->toupper=false;
      $this->tolower=false;
      $this->dash_on=false;
      $this->dotted_on=false;
      $this->SUP=false;
      $this->SUB=false;
      $this->buffer_on=false;
      $this->strike=false;
 
      $this->currentfont='';
      $this->currentstyle='';
      $this->colorarray=array();
      $this->bgcolorarray=array();
      $this->cssbegin=false;
      $this->textbuffer=array();
      $this->CSS=array();
      $this->backupcss=array();
      $this->internallink=array();
 
      $this->basepath = "";
 
      $this->outlineparam = array();
      $this->outline_on = false;
 
      $this->specialcontent = '';
      $this->selectoption = array();
 
      $this->shownoimg=false;
      $this->usetableheader=false;
      $this->usecss=true;
      $this->usepre=true;
   }
[+][-]10.01.2008 at 12:24PM PDT, ID: 22618065

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]10.01.2008 at 05:16PM PDT, ID: 22620272

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]10.02.2008 at 06:15AM PDT, ID: 22623862

View this solution now by starting your 7-day free trial. Setting up your free trial is quick, easy, and secure. We will return you to this solution, unlocked, when you're done.

 

About this solution

Zones: PHP Scripting Language, Macromedia Dreamweaver, PHP and Databases
Tags: php, Fatal error: Call to undefined method HTML2FPDF::DisplayPreferences()
Sign Up Now!
Solution Provided By: davlynmfgit
Participating Experts: 2
Solution Grade: A
 
 
 
Loading Advertisement...
20081112-EE-VQP-42 - Hierarchy / EE_QW_2_20070628