Built-In-Output-QRFpdf.md.txt 1.0 KB

1234567891011121314151617181920212223242526272829
  1. # QRFpdf
  2. [Class `QRFpdf`](https://github.com/chillerlan/php-qrcode/blob/main/src/Output/QRFpdf.php): [Portable Document Format](https://en.wikipedia.org/wiki/PDF) (PDF) output via [FPDF](https://github.com/setasign/fpdf)
  3. ## Options that affect this module
  4. | property | type |
  5. |--------------------------------|----------------|
  6. | `$returnResource` | `bool` |
  7. | `$imageBase64` | `bool` |
  8. | `$bgColor` | `mixed` |
  9. | `$drawLightModules` | `bool` |
  10. | `$fpdfMeasureUnit` | `string` |
  11. ### Options that have no effect
  12. | property | reason |
  13. |------------------------|-----------------|
  14. | `$drawCircularModules` | N/A |
  15. | `$circleRadius` | N/A |
  16. | `$keepAsSquare` | N/A |
  17. | `$connectPaths` | N/A |
  18. | `$excludeFromConnect` | N/A |
  19. | `$scale` | not implemented |
  20. | `$imageTransparent` | N/A |