Skip to main content
Participant
November 7, 2020
Answered

How do I remove artbox from PDF?

  • November 7, 2020
  • 3 replies
  • 3349 views

In PDF I have two: artbox and trimbox, but I need only trimbox and bleedbox. I don't know how to remove artbox and cropbox. I need only trimbox and bleedbox. I need it for PDF/X-4 compliants.
Please help me - how do I remove unnecessery boxes from PDF?

This topic has been closed for replies.
Correct answer Test Screen Name

All the boxes are invisible. If you have markings where the boxes are, changing or removing the boxes won't remove the markings.  In fact all the boxes except MediaBox are optional. However, you cannot discover whether the box exists in JavaScript, since all boxes have a default. CropBox defaults to MediaBox. ArtBox, BleedBox and TrimBox default to CropBox.

3 replies

try67
Community Expert
Community Expert
November 7, 2020

It's impossible to delete these boxes, they are a part of the page definition. Or do you mean there are markings on the page that indicate those boxes, and that's what you want to delete?

Participant
November 9, 2020

Thanks for your answer.
Yes, exactly! I want to delete markings for artbox and cropbox. Marking of these boxes make conflict when I run preflight. I must to say, I using specially create Preflight profil for my customer. So all I need is a trimbox and a bleedbox, but markings of all boxes exist in my work. I don't know how to remove markers from artbox and cropbox. So I asked for help.

try67
Community Expert
Community Expert
November 9, 2020

It's possible to use a script to redact those areas. Could you share a sample file with us, though?

ls_rbls
Community Expert
Community Expert
November 7, 2020

++Adding to the always valuable guidance of Luke Jennings,

 

This can also be manipulated with Acrobat JavaScripting.

 

If you're also curious on how to do this via script, See some of ACP's Thom Parker tutorial that explain in more edtail how to understand the structure of a PDF here:

 

Luke Jennings3
Community Expert
Community Expert
November 7, 2020

I don't know if the existance of an art box would not be PDF/X-4 compliant, but you could try save-as other> PDF/X> PDF/X-4, or run an Acrobat preflight to either verify or convert to PDF/X-4.