From a1f19166352fb03c6f0b2ab15b74e05776e068a4 Mon Sep 17 00:00:00 2001 From: Mike Beck Date: Mon, 3 Jun 2002 13:24:02 +0000 Subject: [PATCH] added explanation that pdf_schema will scale --- ChangeLog | 15 +++++++++++++++ Documentation.html | 5 ++++- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 559e002f9..b785fac27 100755 --- a/ChangeLog +++ b/ChangeLog @@ -8,6 +8,21 @@ $Source$ 2002-06-03 Marc Delisle * lang/romanian.inc.php3 updates, thanks to Valics Lehel * lang/indonesian.inc.php3 updates, thanks to Rachim Tamsjadi + +2002-06-03 Mike Beck + * pdf_pages.php3 + - new page to add and edit pdf pages + * db_details_structure.php3 lines 452-482 + - added a link to pdf_pages + - if pdf_pages exist offer to create pdfs + * pdf_schema.pdf lines lines 374-380,422-455,805-820 + - changed to work with the table_coords table + - show primary_key and display_field in different color + * config.inc.php3 lines 55,80,103 + - added a new servervariable $cfg['Servers'][$i]['table_coords'] + * Documentation.html line 593-770,1884-1920 + - added and changed Doku for Creating PDFs + 2002-06-02 Loïc Chapeaux * libraries/display_tbl.inc.php3, line 1413: xhtml fix. diff --git a/Documentation.html b/Documentation.html index f7eb4bf09..a45750343 100755 --- a/Documentation.html +++ b/Documentation.html @@ -1900,7 +1900,10 @@ $cfg['PmaAbsoluteUri'] = (!empty($_SERVER['HTTPS']) ? 'https' : 'http') . '://' expect to have an area of about 297 * 210 and put the tables coordinates somewhere in there, you will be able to have a look at what happened and change them later.
For example, x=100 and y=200 means that the table will be at 200 mm down - and 100 mm right from the upper left corner. + and 100 mm right from the upper left corner.
+ Actually if you have a width of more than 300 or a height of more than 100 + than it will automatically be scaled but 300*100 is a good start to have + an idea of what coordinates to use.
  • After every table you submitted you will have the possibility to submit more tables
  • When you have entered enough tables Click on your db name in the left frame again
  • Now, again at the bottom of the page you should be able to choose "Display PDF schema"