zoom and center page

The PDF Creator .NET Library enables you to create secure PDF documents on the fly and to view, print and process existing PDF documents. If you have any questions about PDF Creator .Net, please post them here.
Post Reply
Ale
Posts: 1
Joined: Mon Sep 15 2008

zoom and center page

Post by Ale »

Hi there... I need to ask you something about zoom...
I'll try to explain what I need because my english is terrible :D

I have an ASPX page where I show a PDF file (showed as full page)
When in the aspx page I raise an event, then I should change the zoom page (about 150%) and centering the showed part of my page around an object (always a textbox, but never with the same name).
I would like to know if exists a method to show only a small part of my page, defined with coordinates...

Thanks a lot!

Ale
David
Amyuni Team
Posts: 89
Joined: Mon Dec 18 2006

Re: zoom and center page

Post by David »

Hello

The DrawCurrentPage method of the PDF Creator application will allow you to select a certain section of the page that you are currently viewing.

The PDF Creator Developer Manual contains a code sample that allows the user to drag the mouse on a PDF document and the area the user dragged on
will be extracted on to an image.

Hope that helps

David
Amyuni Custom Development
Do you need a specific PDF solution? Are you looking for expertise that will enable you to start or complete a PDF integration project?
http://www.amyuni.com/en/company/services.php
Post Reply