This topic and its replies were posted before the current version of LEADTOOLS was released and may no longer be applicable.
#1
Posted
:
Friday, April 26, 2013 9:24:15 AM(UTC)
Groups: Registered
Posts: 6
I am using Leadtools C DLL SDK version 16.5.
I am saving PDF files, and multi-page PDF files using L_SaveBitmap. This works well.
However I cannot see a way to set the PDF Author, Title, or Keywards. There is nothing in SAVEFILEOPTION nor FILEPDFOPTIONS for this.
I see reference to them in a structure called DOCWRTPDFOPTIONS, but this structure does not seem to be available to me using L_SaveBitmap.
Is there a way to set the PDF Author, Title, and Keywords?
Thanks.
#2
Posted
:
Sunday, April 28, 2013 6:40:22 AM(UTC)
Groups: Guests
Posts: 3,022
Was thanked: 2 time(s) in 2 post(s)
In the C DLL APIs for LEADTOOLS v16.5, this feature only exists in the Document Writer functions. The L_SaveBitmap() function saves the PDF pages as Raster PDF (convert the pages to Raster Bitmap).
If your license includes the Document Writer plug-in, you can set these options in the DOCWRTPDFOPTIONS, and use the L_DocWriterConvert() function to convert the PDF files.
If your license doesn't include this feature, and you are interested in having it, contact our sales team and ask them for the price of updating your license. You can contact them by sending an email to
sales@leadtools.com
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.