Hi, I'm trying to set the PDF TrimBox for every page in the document. \setupinteractionscreen[trimbox={[81.6378 96.9449 513.6378 744.9449]}] This indeed sets the TrimBox for every page, but it ignores my dimensions, and sets them to the page size. \pdfpageattr{/TrimBox [ 81.6378 96.9449 513.6378 744.9449]} Only applies to the first page, and \pdfpagesattr uses an inheritance that Acrobat doesn't understand (is it allowed?). How can I specify the TrimBox on every page? thanks, Thomas
2007/8/14, Thomas Telkamp
\pdfpageattr{/TrimBox [ 81.6378 96.9449 513.6378 744.9449]}
Only applies to the first page, and \pdfpagesattr uses an inheritance that Acrobat doesn't understand (is it allowed?).
No. Only Media and Crop are inheritable; Bleed, Trim and Art are not. Best Martin
Hi Thomas, Thomas Telkamp schrieb:
Hi,
I'm trying to set the PDF TrimBox for every page in the document.
\setupinteractionscreen[trimbox={[81.6378 96.9449 513.6378 744.9449]}]
This indeed sets the TrimBox for every page, but it ignores my dimensions, and sets them to the page size.
\pdfpageattr{/TrimBox [ 81.6378 96.9449 513.6378 744.9449]}
Only applies to the first page, and \pdfpagesattr uses an inheritance that Acrobat doesn't understand (is it allowed?).
How can I specify the TrimBox on every page?
you can try \def\currentPDFtrimbox{[81.6378 96.9449 513.6378 744.9449]} but I'm not sure if this is the best (official) way. Greetings, Peter
thanks, Thomas ___________________________________________________________________________________ If your question is of interest to others as well, please add an entry to the Wiki!
maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context webpage : http://www.pragma-ade.nl / http://tex.aanhet.net archive : https://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ___________________________________________________________________________________
Hi, Can someone familiar with chinese make me a list of unicode characters that play a role in line breaking? linebreak permitted before linebreak permitted after linebreak permitted always + a test file in utf 8 etc Hans ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------
participants (4)
-
Hans Hagen
-
Martin Schröder
-
Peter Rolf
-
Thomas Telkamp