Encryption and Jpeg conversion questions
PDFsharp is a .NET library for creating and modifying PDF documents.
Brought to you by:
pdfsharp,
stefan_lange
First off I love the simplicity of your DLL I was able to make some quick test projects within a few minutes however there are 2 questions I have.
Is there any way to pass the password to reader for calling to open a PDF file from your interface? So I could store the password in code and have the PDF itself show automatically?
I tried the image samples and on high res images I only get the corner of the image into the PDF, would I have to re-size the image to make it fit or is there someway I could keep the image at it's resolution so you can get the whole image in and zoom in closer.
The latter is preferred if at all possible. I will also note I am still quite new at C# so any example bits would be greatly appreciated.
Thanks