Giter Club home page Giter Club logo

Comments (2)

respencer avatar respencer commented on June 12, 2024

Confirmed via further testing with the demo:

~$ pdfinfo Directory-20240502-31943.pdf
Producer:        FPDF 1.86
CreationDate:    Thu May  2 09:19:43 2024 SAST
Custom Metadata: no
Metadata Stream: no
Tagged:          no
UserProperties:  no
Suspects:        no
Form:            none
JavaScript:      no
Pages:           1
Encrypted:       no
Page size:       612 x 1008 pts
Page rot:        0
File size:       1725 bytes
Optimized:       no
PDF version:     1.3

Further testing shows that the page size selector does not change the result for any of the page sizes options available.

from crm.

respencer avatar respencer commented on June 12, 2024

This line somehow always results in a zero value:

$bPageSize = InputUtils::legacyFilterInput($_POST['PageSize'] ?? 'letter', 'int');

And so this always defaults to 'legal':

if ($bPageSize != 'letter' && $bPageSize != 'a4') {
$bPageSize = 'legal';
}

from crm.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.