octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #55916] pdfTeX warnings in build: found PDF ve


From: Andrew Janke
Subject: [Octave-bug-tracker] [bug #55916] pdfTeX warnings in build: found PDF version <1.7>, but at most version <1.5> allowed
Date: Wed, 27 Mar 2019 21:36:13 -0400 (EDT)
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.86 Safari/537.36

Follow-up Comment #10, bug #55916 (project octave):

> Can you run with 'make V=1' so that we can see the toolchain that is
creating the PDF files?

Here's a full `make V=1` build log file:
https://github.com/octave-app/octave-app/files/3015856/build-verbose-for-pdftex-warnings-01.log

Oddly enough, now I don't see the PDF version warnings. I don't recall making
any changes to my system aside from regular `brew upgrade`s.

> What version of gl2ps are you using?


$ brew info gl2ps
gl2ps: stable 1.4.0 (bottled)


Also, if you just create a file using Octave, what is the PDF level? 


[build] $ ./run-octave --eval 'sombrero; print -dpdf sombrero.pdf; exit'
[build] $ file sombrero.pdf
sombrero.pdf: PDF document, version 1.5
[build] $ pdfinfo sombrero.pdf
Producer:       GPL Ghostscript 9.23
CreationDate:   Wed Mar 27 21:31:20 2019 EDT
ModDate:        Wed Mar 27 21:31:20 2019 EDT
Tagged:         no
UserProperties: no
Suspects:       no
Form:           none
JavaScript:     no
Pages:          1
Encrypted:      no
Page size:      612 x 792 pts (letter)
Page rot:       0
File size:      279419 bytes
Optimized:      no
PDF version:    1.5
[build] $


And now my generated splinefit6.pdf is also PDF version 1.5.


$ pdfinfo doc/interpreter/splinefit6.pdf 
Producer:       GPL Ghostscript 9.23
CreationDate:   Wed Mar 27 21:18:46 2019 EDT
ModDate:        Wed Mar 27 21:18:46 2019 EDT
Tagged:         no
UserProperties: no
Suspects:       no
Form:           none
JavaScript:     no
Pages:          1
Encrypted:      no
Page size:      360 x 252 pts
Page rot:       0
File size:      2843 bytes
Optimized:      no
PDF version:    1.5


And I'm getting octave.pdf.


$ find . -name octave.pdf
./doc/interpreter/octave.pdf


This was done with the latest default code. Maybe something changed in the
Octave source?

    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?55916>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]