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
Eraseure
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
-
Ivan - Tracker Software
- Site Admin
- Posts: 3603
- Joined: Thu Jul 08, 2004 10:36 pm
-
Don Schmidt
- User
- Posts: 108
- Joined: Thu Sep 23, 2004 1:12 pm
-
GregMiller
- User
- Posts: 2
- Joined: Fri Jan 12, 2007 5:42 pm
-
Don Schmidt
- User
- Posts: 108
- Joined: Thu Sep 23, 2004 1:12 pm
-
GregWente
- User
- Posts: 9
- Joined: Wed May 05, 2010 6:26 pm
Re:
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.
-
Don Schmidt
- User
- Posts: 108
- Joined: Thu Sep 23, 2004 1:12 pm
-
Paul - PDF-XChange
- Site Admin
- Posts: 7445
- Joined: Wed Mar 25, 2009 10:37 pm
Re: Eraseure
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
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
Paul O'Rorke
PDF-XChange Support
http://www.pdf-xchange.com
-
Paul - PDF-XChange
- Site Admin
- Posts: 7445
- Joined: Wed Mar 25, 2009 10:37 pm
Re: Eraseure
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?
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
Paul O'Rorke
PDF-XChange Support
http://www.pdf-xchange.com
-
Paul - PDF-XChange
- Site Admin
- Posts: 7445
- Joined: Wed Mar 25, 2009 10:37 pm
Re: Eraseure
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
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
Paul O'Rorke
PDF-XChange Support
http://www.pdf-xchange.com