This topic and its replies were posted before the current version of LEADTOOLS was released and may no longer be applicable.
#1
Posted
:
Tuesday, February 26, 2008 2:03:33 AM(UTC)
Groups: Registered
Posts: 5
i am printing pdf file by
RasterImagePrinter
the size of firstpage is compressing .From 2nd page onwards all pages are printing in same format.but the first page is compressing
I am using the Following code for printing
Dim image As IRasterImage = _viewer.Image
Dim printer As New RasterImagePrinter
Dim mar As New Printing.Margins(0, 0, 0, 0)
e.PageSettings.Margins = mar
printer.SizeMode = RasterViewerSizeMode.Fit
printer.Print(image, PrintPage, e)
If PrintPage <> _viewer.Image.PageCount Then e.HasMorePages = True
PrintPage += 1
Please help me as soon as possible
Thanks
#2
Posted
:
Tuesday, February 26, 2008 4:09:15 AM(UTC)
Groups: Registered
Posts: 5
i am attaching the image please check
#3
Posted
:
Tuesday, February 26, 2008 7:26:07 AM(UTC)
Groups: Registered, Tech Support, Administrators
Posts: 764
Please send the source PDF you are printing as well as a small sample project (NOT your entire application) that isolates this problem so I can try to reproduce it here.
NOTE: If you are attaching a project or file to the forums...
1.) Zip the file(s) up.
2.) Make sure it is less than 5 MB. If it is larger, please send an email to
support@leadtools.com and we'll send you FTP instructions.
3.) Remove ANY AND ALL unlock codes and LEADTOOLS DLLs.
4.) Do not click the preview button, the attachment will not show up when you post it.
If you do not wish to post your file(s) on the forum since they are publically viewable, please send an email to
support@leadtools.com and make sure that you include a link to this forum post.
#4
Posted
:
Friday, September 11, 2009 6:47:49 AM(UTC)
Groups: Registered
Posts: 7
Has there been any further exploration of this issue? I'm experiencing the same problem.
The first page is scaled, but subsequent pages are printing to the margins as expected.
#5
Posted
:
Monday, September 14, 2009 5:34:32 AM(UTC)
Groups: Registered, Tech Support, Administrators
Posts: 764
This post is pretty old, and I couldn't find any records of the customer sending the project as requested so he likely resolved it on his own. If you're having the same problem, I'll need to you to send a small sample project and source PDF so I can try to reproduce it here.
Also, what is the file version of Leadtools.dll that you are using?
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.