[Okular-devel] [okular] [Bug 347631] Option to shrink/enlarge/don't scale printed output missing

2015-06-03 Thread Christux
https://bugs.kde.org/show_bug.cgi?id=347631

Christux c.schwarzgruber...@gmail.com changed:

   What|Removed |Added

 CC||c.schwarzgruber...@gmail.co
   ||m

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Okular-devel mailing list
Okular-devel@kde.org
https://mail.kde.org/mailman/listinfo/okular-devel


[Okular-devel] [okular] [Bug 185636] More printing options for page control

2015-03-12 Thread Christux
https://bugs.kde.org/show_bug.cgi?id=185636

Christux c.schwarzgruber...@gmail.com changed:

   What|Removed |Added

 CC||c.schwarzgruber...@gmail.co
   ||m

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Okular-devel mailing list
Okular-devel@kde.org
https://mail.kde.org/mailman/listinfo/okular-devel


[Okular-devel] [okular] [Bug 344645] Printed PDF slides, created with latex beamer class, are empty.

2015-02-28 Thread Christux
https://bugs.kde.org/show_bug.cgi?id=344645

--- Comment #4 from Christux c.schwarzgruber...@gmail.com ---
(In reply to Albert Astals Cid from comment #3)
 gs show the file correctly?
Yes it does show the file correctly!

 Now can you print that myfile.ps file with lpr?
Yes, printing with lpr works that way. Printing the pdf with lpr directly works
too.


INFO: Printing the pdf file with a different printer (Epson Stylus Office
BX635FWD) works partly, but misbehaves, as it ignores the landscape setting.
Again printing the pdf with evince on the Epson printer works as supposed.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Okular-devel mailing list
Okular-devel@kde.org
https://mail.kde.org/mailman/listinfo/okular-devel


[Okular-devel] [okular] [Bug 344645] Printed PDF slides, created with latex beamer class, are empty.

2015-02-28 Thread Christux
https://bugs.kde.org/show_bug.cgi?id=344645

--- Comment #6 from Christux c.schwarzgruber...@gmail.com ---
(In reply to Albert Astals Cid from comment #5)
 This is very confusing, since it's basically what we do (pdftops+lpr)
Oh, that's indeed weird. Okular is calling the system tools pdftops+lpr, right?

 At this point i have no idea of what can be wrong.
I downloaded the okular source code, but could not find the printing dialog,
nor does setting a breakpoint works except at main (Probably the debug symbols
are missing). What I am locking for is, what code gets executed when I press
print in the print dialog. If you could point me to the right place I will lock
into it.

I created the makefiles with the following cmake flags:

cmake ../ -DCMAKE_BUILD_TYPE=debugfull -DCMAKE_PREFIX_PATH=/home/SOMEONE/okular 

But not even the kDebug() lines are printed, did I missed something.

Thanks!

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Okular-devel mailing list
Okular-devel@kde.org
https://mail.kde.org/mailman/listinfo/okular-devel


[Okular-devel] [okular] [Bug 344645] Printed PDF slides, created with latex beamer class, are empty.

2015-02-27 Thread Christux
https://bugs.kde.org/show_bug.cgi?id=344645

Christux c.schwarzgruber...@gmail.com changed:

   What|Removed |Added

 CC||c.schwarzgruber...@gmail.co
   ||m

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Okular-devel mailing list
Okular-devel@kde.org
https://mail.kde.org/mailman/listinfo/okular-devel


[Okular-devel] [okular] [Bug 344645] New: Printed PDF slides, created with latex beamer class, are empty.

2015-02-27 Thread Christux
https://bugs.kde.org/show_bug.cgi?id=344645

Bug ID: 344645
   Summary: Printed PDF slides, created with latex beamer class,
are empty.
   Product: okular
   Version: 0.21.1
  Platform: Fedora RPMs
OS: Linux
Status: UNCONFIRMED
  Severity: major
  Priority: NOR
 Component: printing
  Assignee: okular-devel@kde.org
  Reporter: c.schwarzgruber...@gmail.com

Created attachment 91337
  -- https://bugs.kde.org/attachment.cgi?id=91337action=edit
Example PDF slide using the latex beamer class.

Hi,

as I tried to print the lecture slides with my new laser printer (Kyocera
P2135dn) I came across a 'major' issue. All pages are empty, regardless what
option I choose. Specially I want to print 4 slides on one page, but 1 slides
per page does not work either.

First, I thought it is a printer driver issues. However, after installing
evince under KDE a tried to print 4 slides on 1 page and it works.

Next,  I tried to print 4 slides on 1 page using the command line tool lpr with
the following options. This worked to.

lpr -o fit-to-page -o page-border=single -o number-up=4 -o landscape
Example-Beamer-Slides.pdf

Hence, I assume it is a bug in the KDE libraries (Okular).

For further questions, I am happy to dispose.

Thanks in advance.

Christian

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Okular-devel mailing list
Okular-devel@kde.org
https://mail.kde.org/mailman/listinfo/okular-devel


[Okular-devel] [okular] [Bug 344645] Printed PDF slides, created with latex beamer class, are empty.

2015-02-27 Thread Christux
https://bugs.kde.org/show_bug.cgi?id=344645

--- Comment #2 from Christux c.schwarzgruber...@gmail.com ---
(In reply to Albert Astals Cid from comment #1)
 Does print preview work?

Preview does work! Also printing other latex generated PDFs work, except PDFs
slides created with the latex beamer class.

Here is the output of 'pdfinfo Example-Beamer-Slides.pdf :

Title:  Okular prints empty pages - Placeholder
Subject:Talks
Keywords:
Author: Max Musterman
Creator:LaTeX with Beamer class version 3.33
Producer:   pdfTeX-1.40.15
CreationDate:   Sat Feb 28 00:47:55 2015
ModDate:Sat Feb 28 00:47:55 2015
Tagged: no
UserProperties: no
Suspects:   no
Form:   none
JavaScript: no
Pages:  5
Encrypted:  no
Page size:  362.835 x 272.126 pts
Page rot:   0
File size:  30012 bytes
Optimized:  no
PDF version:1.5

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Okular-devel mailing list
Okular-devel@kde.org
https://mail.kde.org/mailman/listinfo/okular-devel