Welcome Guest! To enable all features, please Login or Register.

Notification

Icon
Error

Options
View
Last Go to last post Unread Go to first unread post
#1 Posted : Wednesday, January 11, 2017 11:06:12 PM(UTC)

Kesav  
Kesav

Groups: Registered
Posts: 2

Thanks: 1 times

Hello,

If we resave a digitally signed secure PDF using RasterEngine; would we be able to make the PDF unsecure i.e. would the PDF be open?

Also can we use Raster engine to:
1. Embed any fonts in the resaved PDF file?
2. Flatten the PDF file for print purposes?

The version we are using is v16.5

Thanks in advance
 

Try the latest version of LEADTOOLS for free for 60 days by downloading the evaluation: https://www.leadtools.com/downloads

Wanna join the discussion? Login to your LEADTOOLS Support accountor Register a new forum account.

#2 Posted : Friday, January 13, 2017 12:04:58 PM(UTC)

Walter  
Walter

Groups: Tech Support
Posts: 366

Thanks: 1 times
Was thanked: 4 time(s) in 4 post(s)

Hello,

Unless you put a user or owner password when writing the new PDF, yes, I would expect the outputted PDF to be open. LEADTOOLS 16.5 does not have support for PDF Signatures. This support was added with LEADTOOLS 19 using the PdfDocument and PDFFile classes.

With LEADTOOLS 16.5, you can create PDF/A files. These files have the font information embedded in them.

Loading a PDF with RasterCodecs would rasterize/flatten it. You could then use the RasterImagePrinter to send this image data to the printer.
Walter Bates
Senior Support Engineer
LEAD Technologies, Inc.
LEAD Logo
thanks 1 user thanked Walter for this useful post.
Kesav on 1/17/2017(UTC)
 
#3 Posted : Tuesday, January 17, 2017 10:18:26 PM(UTC)

Kesav  
Kesav

Groups: Registered
Posts: 2

Thanks: 1 times

Thanks Walter for the reply. So using v16.5; can we create a PDF/A file from an existing PDF file that is password protected? Our objective of trying to create a new PDF file from an existing PDF file is to unlock the file, embed the fonts and flatten it before we send the new PDF file to another system for print purposes.

Appreciate your time.


 
#4 Posted : Wednesday, January 18, 2017 3:09:07 PM(UTC)

Walter  
Walter

Groups: Tech Support
Posts: 366

Thanks: 1 times
Was thanked: 4 time(s) in 4 post(s)

Yes, you can specify the password to prior to loading the source PDF using the CodecsPdfLoadOptions.Password property.

For setting a new password for the PDF/A file, set either the CodecsPdfSaveOptions.OwnerPassword and/or CodecsPdfSaveOptions.UserPassword properties. You should also set the CodecsPdfSaveOptions.SavePdfA property to true;

You can find some sample code illustrating these properties being used with the CodecsPdfOptions class.
Walter Bates
Senior Support Engineer
LEAD Technologies, Inc.
LEAD Logo
 
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.

Powered by YAF.NET | YAF.NET © 2003-2024, Yet Another Forum.NET
This page was generated in 0.051 seconds.