LEADTOOLS Support
Document
Document SDK Questions
Example How to Print using DocumentCleanDemo.aspx
This topic and its replies were posted before the current version of LEADTOOLS was released and may no longer be applicable.
#1
Posted
:
Thursday, October 21, 2010 10:30:14 AM(UTC)
Groups: Registered
Posts: 10
Hello there, I am using Leadtools 16.5.5.4 for dotNet
I was able to run your Vb_WebformsDemo_x86 with not problems, Now I am trying to find out a way:
how to Print the Current image
How to Print all the images
how to export as PDF
thanks in advance
Jorge Vera
#2
Posted
:
Sunday, October 24, 2010 5:06:17 AM(UTC)
Groups: Registered, Tech Support
Posts: 1,326
Was thanked: 1 time(s) in 1 post(s)
Jorge,
If you mean that you want to print Server Side Images Locally with ASP.NET, please see this forum post:
http://support.leadtools.com/SupportPortal/CS/forums/24548/ShowPost.aspx
About exporting PDF files, if you mean that you want to save the images to PDF format on server side, you need to load the image that you want to save by using the RasterCodecs.Load method to a RasterImage object, and then save the RasterImage object to PDF by using the RasterCodecs.Save method. Note that you will need to install LEADTOOLS PDF runtime on the server side. Also, you have to unlock the PDF save support in your code.
Thanks,
Maen Badwan
LEADTOOLS Technical Support
#3
Posted
:
Wednesday, October 27, 2010 10:25:03 AM(UTC)
Groups: Registered
Posts: 10
Thanks a lot, i was able to run the example and modified it to print multiple pages. Again thanks.
LEADTOOLS Support
Document
Document SDK Questions
Example How to Print using DocumentCleanDemo.aspx
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.