Search found 2 matches
- Tue Aug 10, 2021 5:41 pm
- Forum: PDF Metamorphosis .Net
- Topic: Difference between OwnerPassword and UserPassword
- Replies: 2
- Views: 2939
Difference between OwnerPassword and UserPassword
Hello, What is the difference between p.PdfSettings.PdfSecurity.OwnerPassword and p.PdfSettings.PdfSecurity.UserPassword ? I have seen that OwnerPassword does not always password protect PDF's. When I switched to using the UserPassword property, the password protection began to work as expected. I w...
- Thu Jul 15, 2021 11:23 pm
- Forum: PDF Metamorphosis .Net
- Topic: RTF embedded image not aligned correctly after conversion
- Replies: 1
- Views: 1538
RTF embedded image not aligned correctly after conversion
I have an RTF file with an embedded company logo, and I need to convert it to PDF. I am using RtfToPdfConvertStringToByte() and RtfToPdfConvertByte() methods to convert the RTF string or RTF byte [] to PDF. I have tried both methods. The company logo image is laid over top of customer data about one...