This topic and its replies were posted before the current version of LEADTOOLS was released and may no longer be applicable.
#1
Posted
:
Tuesday, June 15, 2010 7:29:42 PM(UTC)
Groups: Registered
Posts: 7
When I tried to save the file in PDF then exception : PDF capability is required? What is the reason for this???
#2
Posted
:
Wednesday, June 16, 2010 12:06:14 AM(UTC)
Groups: Registered, Tech Support
Posts: 1,326
Was thanked: 1 time(s) in 1 post(s)
If you want to save PDF files in your application, you need to unlock PDF save support in your code by using the unlock Method.
If you are using the LEADTOOLS .NET programming interface, you need to use the RasterSupport.Unlock() method.
If you don't have the LEADTOOLS PDF Plug-in or you have it but you don't have the unlock keys, please send your LEADTOOLS serial numbers to
sales@leadtools.com and ask about the PDF Plug-in and unlock keys.
Thanks,
Maen Badwan
LEADTOOLS Technical Support
#3
Posted
:
Thursday, June 24, 2010 9:00:24 PM(UTC)
Groups: Registered
Posts: 7
Thanks, when I used RasterSupport.Unlock(), PDF was created.
RasterSupport.Unlock(RasterSupportType.PdfSave, "Unlock_key");
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.