Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I need to remove the printer marks from a PDF file. I am using Acrobat 9 Professional to open the PDF, but there is no option for removing the printer marks although there is option to add new printer marks.

I googled and found that there is a third-party plugin "Enfocus PitStop" which when installed is added to Adobe Acrobat and provides an option to remove the print marks, but that software is quite costly.

Is there any way I can remove the printer marks programmatically or through the Adobe Acrobat 9.0 interface?

share|improve this question
2  
You mean registration marks, crop marks etc? – balpha Jul 31 '09 at 12:28

6 Answers

Using the View > Navigation Panels > Content box worked well for me. I was able to delete the cut lines without an issue.

share|improve this answer

In Acrobat Professional, go to Document > Crop Pages and select "Trim Box" from the dropdown menu. If the document doesn't have this dimension built in, you can also manually enter it.

You can also edit PDFs in Adobe Illustrator, if available.

share|improve this answer

How to Manually Remove Printers Marks in Adobe Acrobat

Open File Save File As (rename to preserve original)

Go to: Document > Crop Pages In the first drop down box, select trim box (or other as necessary) Adjust the margin numbers as needed to save required bleeds Note the margin numbers.

Close the window

Go to: View > Navigation Panels > Content Move window out of your way so you can see your .pdf and this box Zoom in on .pdf so you can see detail Go back to Content window Click the + next to .pdf name Click the + next to the page number *This will now show the various parts of the .pdf. Select any component and right click Select highlight content. *Your page will now jump to that item and put a small box around it.

Scroll through content to find all printer marks to be removed. (I suggest starting at the bottom and viewing each item to identify a group. (the bottom 5 “paths) for example. Select them all and delete them)

All Printer Marks should now be removed. Close the Content window

Go to: Document > Crop Pages Type in the top crop dimension you obtained earlier and hit ENTER. Continue for the Bottom, Left and Right Sides.

*Note – I was not able to enter all dimensions at once and have the crop actually executed.

Save File

share|improve this answer

I had red registration lines that were NOT crop lines and finally found out how to remove then as follows (I'm using Acrobat Professional 7):

View >> Navigation Tabs >> Content

A window opens with 4 tabs (Fields/Tags/Content/Order) Stay on Content Tab Click on File Name (Pages Open) Click on Page in Question (Details open)

Click on items called "Path" and delete one at time - If the wrong line dissappears press Ctrl-Z to get it back

Through trial and error I was able to eliminate the lines.

share|improve this answer

For automation you need to buy Enfocus Pitstop Server.

share|improve this answer

If you mean registration watermarks, either you have to crack the software (which I am not telling you to do) or you have to buy it. Usually, free pdf writers/editors include a watermark unless you buy the product. If however you wanted a free pdf printer, try CutePDF. I at least think this is what you are asking about.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.