password in pdf file created by bullzip from navision 2009

elegeant
Member Posts: 7
Hi
I would like to know how to set a password on a pdf file creating using bullzip. I know how to create the pdf file in Navision 2009 but do not know how to create a password for that/
thanks
I would like to know how to set a password on a pdf file creating using bullzip. I know how to create the pdf file in Navision 2009 but do not know how to create a password for that/
thanks
1
Comments
-
elegeant wrote:Hi
I would like to know how to set a password on a pdf file creating using bullzip. I know how to create the pdf file in Navision 2009 but do not know how to create a password for that/
thanks
go through the details of bullzip com object. hope you'll find the answer.Now or Never0 -
Hi.
This may or may not help but does provide sample code though not for passwords but certificate passwords.
http://www.bullzip.com/products/pdf/doc ... s/info.php
Neil0 -
neilgf wrote:Hi.
This may or may not help but does provide sample code though not for passwords but certificate passwords.
http://www.bullzip.com/products/pdf/doc ... s/info.php
Neil
which version are you using ?Now or Never0 -
Hi,
You can use the next codeBullZipPDF.SetValue( 'OwnerPassword', <SelectedPasswd>); BullZipPDF.SetValue( 'UserPassword', <SelectedPasswd>); BullZipPDF.SetValue( 'EncryptionType', 'Standard128bit'); BullZipPDF.SetValue( 'AllowAssembly', 'yes'); BullZipPDF.SetValue( 'AllowCopy', 'yes'); BullZipPDF.SetValue( 'AllowDegradedPrinting', 'yes'); BullZipPDF.SetValue( 'AllowFillIn', 'yes'); BullZipPDF.SetValue( 'AllowModifyAnnotations', 'yes'); BullZipPDF.SetValue( 'AllowModifyContents', 'yes'); BullZipPDF.SetValue( 'AllowPrinting', 'yes'); BullZipPDF.SetValue( 'AllowScreenReader', 'yes');
where <SelectedPasswd> is the desired text to password, and others values are the allowed settings in PDF, and BullZipPDF is the Automation : 'Bullzip'.PDFPrinterSettings0 -
Thanks!!!
juan_david_orduna
Your code is working....Thanks a lot0
Categories
- All Categories
- 73 General
- 73 Announcements
- 66.6K Microsoft Dynamics NAV
- 18.7K NAV Three Tier
- 38.4K NAV/Navision Classic Client
- 3.6K Navision Attain
- 2.4K Navision Financials
- 116 Navision DOS
- 851 Navision e-Commerce
- 1K NAV Tips & Tricks
- 772 NAV Dutch speaking only
- 617 NAV Courses, Exams & Certification
- 2K Microsoft Dynamics-Other
- 1.5K Dynamics AX
- 320 Dynamics CRM
- 111 Dynamics GP
- 10 Dynamics SL
- 1.5K Other
- 990 SQL General
- 383 SQL Performance
- 34 SQL Tips & Tricks
- 35 Design Patterns (General & Best Practices)
- 1 Architectural Patterns
- 10 Design Patterns
- 5 Implementation Patterns
- 53 3rd Party Products, Services & Events
- 1.6K General
- 1.1K General Chat
- 1.6K Website
- 83 Testing
- 1.2K Download section
- 23 How Tos section
- 252 Feedback
- 12 NAV TechDays 2013 Sessions
- 13 NAV TechDays 2012 Sessions