Text Formatting ⇒ set trim box and bleed box
set trim box and bleed box
pdf from created from adobe indesign can view the trim and bleed box in adobe Acrobat is there any way to set trim and bleed box or mark in latex
thanks in advance
regards
a r u l
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
set trim box and bleed box
Best regards
Thorsten¹
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Re: set trim box and bleed box
I am talking about Edit>Preferences>General>Pagedisplay> Show art, trim & bleed boxes in Adobe Acrobat I can see the bleed area and trim area using this option in PDFs created in Indesign but PDFs created from Latex I cant get the items
I hope now I am clear from myside
thanks in advance
regards
a r u l
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
Re: set trim box and bleed box
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
set trim box and bleed box
Here is the command for the preamble to directly place a 6in. by 9in. trim box w/ 9pts. of bleed on a standard letter sized page:
Code: Select all
\pdfpageattr{/MediaBox [0 0 612.00000 792.00000]/BleedBox [81.0 63.0 531.0 729.0]/CropBox [0 0 612.00000 792.00000]/TrimBox [90.0 72.0 522.0 720.0]}
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
set trim box and bleed box
Perhaps you can list some of those classes and packages. Just saying there are some is not so helpful.WillAdams wrote:There are packages and document classes which will set and handle such boxes, which are not superfluous, and are not limited to the pejoratively named Desktop Publishing (DTP). […]
Nice answer. But for solutions it's the same as for questions. A complete example is best. To me these lines are quite meaningless. Perhaps you can add some explanations.WillAdams wrote:Here is the command for the preamble to directly place a 6in. by 9in. trim box w/ 9pts. of bleed on a standard letter sized page:
Code: Select all
Code, edit and compile here:\pdfpageattr{/MediaBox [0 0 612.00000 792.00000]/BleedBox [81.0 63.0 531.0 729.0]/CropBox [0 0 612.00000 792.00000]/TrimBox [90.0 72.0 522.0 720.0]}
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10