Cannot rasterize printing permission PDF

Skip Navigation LinksHome  /  Support  /  Forums  /  DynamicPDF Rasterizer for .NET (v1)  /  Cannot rasterize printing permission PDF

DynamicPDF Rasterizer for .NET (v1) Forum

Hello, I read in the support threads that in order to do anything with a permission set PDF, one need to supply the SDK with the original password. I have a PDF with only Printing Allowed permission that I'd like to convert to TIFF. Thinking about it, the Printing Allowed permission should be enough for a PDF to TIFF conversion to work without the password. Does ceTeSoftware have a product that generates TIFFs out of Printing permission PDFs?
Posted by a ceTe Software moderator
Hello,

If the PDF has the user password set then you will have to use the user password in order to convert to an image using the Rasterizer product. If the PDF has only owner password then it is not required to use any password.

If you do not have any user password and still getting problems then please send over the PDF you are using to our Support Team so that they can look into it further.

Thanks,
ceTe Software Support Team.
Hello,

i have the same issue, but i can't find the appropriate constructor to use the user password.

Hello,

i have the same issue, but i can't find the appropriate constructor to use the user password.

My company acquired a perpetual license of rasterizer v3.x

Thanks,
Posted by a ceTe Software moderator
Hello,
 
You can use InputPdf class constructor to load PDF with user password. Please refer to the documentation on InputPdf  here.
 
Here is a code sample:
 
    InputPdf inputPdf = new InputPdf(@"Input PDF file path", "Password");
    PdfRasterizer rasterizer = new PdfRasterizer(inputPdf);
 
Thanks,
ceTe Software Support Team

All times are US Eastern Standard time. The time now is 4:21 AM.