This topic and its replies were posted before the current version of LEADTOOLS was released and may no longer be applicable.
#1
Posted
:
Thursday, February 8, 2007 6:17:27 AM(UTC)
Groups: Registered
Posts: 11
I've written an app that will convert multipage TIFF images into multipage PDFs. I'm having a problem though. When i run my app, the PDFs save out with a image size of around 35in x 58in, when I need them to be 8in x 14in.
Really my app is a new version of one that a programmer here wrote in VB6, mine is in .NET 2005. As far as I can tell, the only thing that is different is one line of code that he has that I couldn't get working so I commented out:
'Use Dots Per Inch
frmImageView_Main.ldmImageMain.PDFSaveUseDPI = True
That is the VB6 code. I don't know a .NET equivalent. I thank you in advance for any help you give me. I'm running VB 2005 and LEADTools 14 with the .NET class library.
#2
Posted
:
Sunday, February 11, 2007 5:26:32 AM(UTC)
Groups: Guests
Posts: 3,022
Was thanked: 2 time(s) in 2 post(s)
The equivelant Property is:
CodecsPdfOptions.CodecsPdfSaveOptions.UseImageResolution Property.
#3
Posted
:
Monday, February 12, 2007 5:02:56 AM(UTC)
Groups: Registered
Posts: 11
Thanks, that worked like a charm!
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.