WUGNET, the Windows User Group Network
Your Complete Resource Center for "The Best" in Shareware, Computing Tips and Support, Windows Industry News... and much more!
Home Forums Shareware Windows Tips Hot Offers FREE Newsletters Arcade Contact Us About Partners
Search WUGNET: RSS Feeds RSS Feeds Advertise with WUGNET    |    Shareware eBooks
HomeHome FAQFAQ      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

Create secured pdf with word 2007?

 
   Home -> Office -> Conversions RSS
Next:  blue background, white letters on Word 2007  
Author Message
amos

External


Since: Jul 22, 2008
Posts: 7



(Msg. 1) Posted: Mon Aug 11, 2008 1:43 pm
Post subject: Create secured pdf with word 2007?
Archived from groups: microsoft>public>word>conversions, others (more info?)

I've downloaded the save as pdf addin for word 2997, but don't see any
option to create the pdf with security. All I need to do is to make the
document disabled for edits, is that possible? Also, I'm interested in
converting using vba calls, I'm not sure if that's possible but I
suppose so?
Back to top
Login to vote
Graham Mayor

External


Since: Jul 04, 2006
Posts: 10944



(Msg. 2) Posted: Tue Aug 12, 2008 3:05 am
Post subject: Re: Create secured pdf with word 2007? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

The PDF add-in is a basic PDF creation tool, If you want added security, you
will need Acrobat. Maybe when Word 2997 really is available such a facility
will have been added? Wink

PDF security is in any case an illusion, anyone who wished to would have
little difficulty plagiarising a PDF document he can see. It merely slows
the process.

While it is possible to save documents to PDF (using the Microsoft add-in),
it is not directly programmable in the way I suspect you mean.

ActiveDocument.ExportAsFixedFormat OutputFileName:= _
"filename.pdf", _
ExportFormat:=wdExportFormatPDF, _
OpenAfterExport:=False, _
OptimizeFor:=wdExportOptimizeForPrint, _
Range:=wdExportAllDocument, From:=1, To:=1, _
Item:=wdExportDocumentContent, _
IncludeDocProps:=True, _
KeepIRM:=True, _
CreateBookmarks:=wdExportCreateHeadingBookmarks, _
DocStructureTags:=True, _
BitmapMissingFonts:=True, _
UseISO19005_1:=False

--
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Graham Mayor - Word MVP

My web site www.gmayor.com
Word MVP web site http://word.mvps.org
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>


amos wrote:
> I've downloaded the save as pdf addin for word 2997, but don't see any
> option to create the pdf with security. All I need to do is to make
> the document disabled for edits, is that possible? Also, I'm
> interested in converting using vba calls, I'm not sure if that's
> possible but I suppose so?
Back to top
Login to vote
Doug Robbins - Word MVP

External


Since: Jul 14, 2006
Posts: 5475



(Msg. 3) Posted: Tue Aug 12, 2008 3:05 am
Post subject: Re: Create secured pdf with word 2007? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

The latter is possible using the .ExportAsFixedFormat command.

As far as the initial request is concerned, once you give somebody access to
the document, you have ceded control over it.

--
Hope this helps.

Please reply to the newsgroup unless you wish to avail yourself of my
services on a paid consulting basis.

Doug Robbins - Word MVP

"amos" <amos.TakeThisOut@amos2.com> wrote in message
news:MPG.230a44651f11c44d989712@msnews.microsoft.com...
> I've downloaded the save as pdf addin for word 2997, but don't see any
> option to create the pdf with security. All I need to do is to make the
> document disabled for edits, is that possible? Also, I'm interested in
> converting using vba calls, I'm not sure if that's possible but I
> suppose so?
Back to top
Login to vote
amos

External


Since: Jul 22, 2008
Posts: 7



(Msg. 4) Posted: Tue Aug 12, 2008 3:05 am
Post subject: Re: Create secured pdf with word 2007? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Thanks for that info.

There are many cases where documents need to be 'locked' as a part of
corporate policy, for instance in the case of medical reports. In these
cases the interest is not to preventing copying or plagiarising
material. The idea is to provide nominal assurance that 'this' is the
report as we issued it, and no one can accidentally alter it, or correct
minor typos etc. If there are typos the phys is supposed to correct and
reissue the document.
Back to top
Login to vote
Graham Mayor

External


Since: Jul 04, 2006
Posts: 10944



(Msg. 5) Posted: Tue Aug 12, 2008 11:26 am
Post subject: Re: Create secured pdf with word 2007? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

The problem is that by providing security people tend to think that it
actually works to secure the document. You cannot 'accidentally' alter a PDF
file whether 'secured' or not. Security that is an illusion is not security.

--
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Graham Mayor - Word MVP

My web site www.gmayor.com
Word MVP web site http://word.mvps.org
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>


amos wrote:
> Thanks for that info.
>
> There are many cases where documents need to be 'locked' as a part of
> corporate policy, for instance in the case of medical reports. In
> these cases the interest is not to preventing copying or plagiarising
> material. The idea is to provide nominal assurance that 'this' is the
> report as we issued it, and no one can accidentally alter it, or
> correct minor typos etc. If there are typos the phys is supposed to
> correct and reissue the document.
Back to top
Login to vote
Doug Robbins - Word MVP

External


Since: Jul 14, 2006
Posts: 5475



(Msg. 6) Posted: Tue Aug 12, 2008 6:55 pm
Post subject: Re: Create secured pdf with word 2007? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

In such cases, a basic .pdf should then suffice.

--
Hope this helps.

Please reply to the newsgroup unless you wish to avail yourself of my
services on a paid consulting basis.

Doug Robbins - Word MVP

"amos" <amos.DeleteThis@amos2.com> wrote in message
news:MPG.230acbbeaffb6735989713@msnews.microsoft.com...
> Thanks for that info.
>
> There are many cases where documents need to be 'locked' as a part of
> corporate policy, for instance in the case of medical reports. In these
> cases the interest is not to preventing copying or plagiarising
> material. The idea is to provide nominal assurance that 'this' is the
> report as we issued it, and no one can accidentally alter it, or correct
> minor typos etc. If there are typos the phys is supposed to correct and
> reissue the document.
Back to top
Login to vote
amos

External


Since: Jul 22, 2008
Posts: 7



(Msg. 7) Posted: Wed Aug 13, 2008 2:50 pm
Post subject: Re: Create secured pdf with word 2007? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

In article <uv#mSUF$IHA.1148@TK2MSFTNGP02.phx.gbl>,
gmayor.TakeThisOut@REMOVETHISmvps.org says...
> The problem is that by providing security people tend to think that it
> actually works to secure the document. You cannot 'accidentally' alter a PDF
> file whether 'secured' or not. Security that is an illusion is not security.
>
>
But you could 'clean up' or 'correct' a non-secured pdf, as I mentioned.
I'm not sure where the lines fall in terms of legal responsibility, but
I'm sure 'more' would be considered better, even if 'more' is not bullet
proof.

No one would alter any behavior based on the understanding that one of
these pdfs is 'secured' or not, at least I can't imagine why they would.
It's just that the responsible people feel more is better.

But I admit that I don't know if the pdf being 'secured' is a legal
requirement (medical reports). If anyone knows, I'd appreciate the
input. And I appreciate both of your comments.
Back to top
Login to vote
Display posts from previous:   
       Home -> Office -> Conversions All times are: Eastern Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
Categories:
 Windows XP
 Windows Vista
 Windows Other
  Office
 Office Other
 Security
 WinRAR
  • Home |
  • Shareware |
  • Windows Tips |
  • Hot Offers |
  • FREE Newsletters |
  • Arcade |
  • Forums |
  • eBooks |
  • About WUGNET |
  • Partners |
  • Contact

  • WUGNET Privacy Policy |
  • Link to WUGNET