Eraseure

The PDF-XChange Viewer for End Users
+++ FREE +++

Moderators: PDF-XChange Support, Daniel - PDF-XChange, Chris - PDF-XChange, Sean - PDF-XChange, Paul - PDF-XChange, Vasyl - PDF-XChange, Ivan - Tracker Software, Stefan - PDF-XChange

GregMiller
User
Posts: 2
Joined: Fri Jan 12, 2007 5:42 pm

Eraseure

Post by GregMiller »

Is it possible to erase areas of a document being viewed? I do not see an "eraser" option in the menu structure, but may have missed it. Very nice product, BTW.

Thanks,

Greg
User avatar
Ivan - Tracker Software
Site Admin
Posts: 3603
Joined: Thu Jul 08, 2004 10:36 pm

Post by Ivan - Tracker Software »

No, there are no such feature.
PDF-XChange Co Ltd. (Project Director)

When attaching files to any message - please ensure they are archived and posted as a .ZIP, .RAR or .7z format - or they will not be posted - thanks.
Don Schmidt
User
Posts: 108
Joined: Thu Sep 23, 2004 1:12 pm

Post by Don Schmidt »

But what you can do is use the Rectangle Tool, fill it with the background color and then use the Typewriter to replace text.
Don
Vancouver, USA
GregMiller
User
Posts: 2
Joined: Fri Jan 12, 2007 5:42 pm

Post by GregMiller »

Thanks for the suggestion. I can use PaperPort to do erasures, but I'd like to use a single product when editing PDF's.

Greg
Don Schmidt
User
Posts: 108
Joined: Thu Sep 23, 2004 1:12 pm

Post by Don Schmidt »

My suggestion was an almost quote from the Tracker guys when I asked for a "whiteout" function. :D
Don
Vancouver, USA
GregWente
User
Posts: 9
Joined: Wed May 05, 2010 6:26 pm

Re:

Post by GregWente »

I am also using the solid white/black to do an overlay of the text BUT we still are able to highlight the text behind it and paste it into another document. Sort of defeats the purpose of the "whiteout" feature. I hope Tracker can add those features to the product very soon.
Don Schmidt wrote:My suggestion was an almost quote from the Tracker guys when I asked for a "whiteout" function. :D
Don Schmidt
User
Posts: 108
Joined: Thu Sep 23, 2004 1:12 pm

Re: Eraseure

Post by Don Schmidt »

Try Comments, Flaten Comments which should solve your problem.
Don
Vancouver, USA
User avatar
Paul - PDF-XChange
Site Admin
Posts: 7445
Joined: Wed Mar 25, 2009 10:37 pm

Re: Eraseure

Post by Paul - PDF-XChange »

Hi GregWente,

when you add the text box on to the document it is still considered a comment and can be selected and modified as can the text underneath it. If you wish the comments to become a part of the document such that text underneath the comments cannot be selected you can "flatten" the comments using the Comments --> Flatten Comments function.

Do be aware that this applies to a whole document and can change the way forms function for example.

Know also that we are working on a new version of PDF-XChange Viewer that will be capable of editing the body of a PDF document. I think this will give you what you are asking for.

Sincerely
Best regards

Paul O'Rorke
PDF-XChange Support
http://www.pdf-xchange.com
User avatar
Paul - PDF-XChange
Site Admin
Posts: 7445
Joined: Wed Mar 25, 2009 10:37 pm

Re: Eraseure

Post by Paul - PDF-XChange »

HI GregWente,

the Viewer Active-X SDK has this functionality as far as I know but the Simple DLL Viewer SDK does not. I'll confirm this and get back to you.

Which are you using?
Best regards

Paul O'Rorke
PDF-XChange Support
http://www.pdf-xchange.com
User avatar
Paul - PDF-XChange
Site Admin
Posts: 7445
Joined: Wed Mar 25, 2009 10:37 pm

Re: Eraseure

Post by Paul - PDF-XChange »

Hi again GregWente

Since you are using the Active-X SDK then yes, it's possible by executing special Java-Script:

1. to flatten comments on all pages:
ax.RunJavaScript("this.flattenPages();", ...);

2. to flatten comments on two first pages:
ax.RunJavaScript("this.flattenPages({nStart:0, nEnd:1});", ...);

See also:
http://www.adobe.com/devnet/acrobat/pdf ... erence.pdf
page 294.

hth
Best regards

Paul O'Rorke
PDF-XChange Support
http://www.pdf-xchange.com