Dashboard sipadu mbip
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

info_fpdf_merge.html 853B

1234567891011121314151617181920212223
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
  2. <html>
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
  5. <title>Concatenation</title>
  6. <style type="text/css">
  7. body {font-family:"Times New Roman",serif}
  8. h1 {font:bold 135% Arial,sans-serif; color:#4000A0; margin-bottom:0.9em}
  9. h2 {font:bold 95% Arial,sans-serif; color:#900000; margin-top:1.5em; margin-bottom:1em}
  10. </style>
  11. </head>
  12. <body>
  13. <h1>Concatenation</h1>
  14. <h2>Informations</h2>
  15. Author: <a href="mailto:jbdemonte@gmail.com?subject=Concatenation">Jean-Baptiste Demonte</a><br>
  16. License: LGPL
  17. <h2>Description</h2>
  18. This script allows to concatenate PDF files that were produced by FPDF. The result is optimized:
  19. identical fonts and images are not duplicated in the resulting document.<BR>
  20. <br>
  21. Note: links are not kept.
  22. </body>
  23. </html>