[Solved] Page rotate

The PDF Creator enables you to create secure PDF documents and to view, print and process existing PDF documents.
If you have any questions about the installation and usage of the PDF Creator please post them here.
Post Reply
mrtflv
Posts: 21
Joined: Tue Apr 20 2004

[Solved] Page rotate

Post by mrtflv »

I'm are using the following code to rotate the first page of the included document. The version we are using is the 3.03 of pdfcreactivex.dll, but with previous release the result will be the same, i have written to support@amyuni.com but i've got no answer.

PDF1.FitToParent = 1
Call PDF1.Open("c:\test.pdf", "")
PDF1.Refresh
Call PDF1.RotatePage(1, acRotatePageRight)
Pdf1.Refresh
Using a pdf with inside text and image the resul will be that the text will be rotated in the correct way, and the images in the opposite way.
Is there any other way to rotate a page
Flavio
Joan
Amyuni Team
Posts: 2799
Joined: Wed Sep 11 2002
Contact:

Re: Page rotate

Post by Joan »

Hello,

This issue is solved already, are you sure you don't have old dlls stuck in the memeory?

Hope this helps.
Custom Brand the Amyuni PDF Printer Driver http://www.amyuni.com/en/developer/branding/index.html

Amyuni PDF Converter tested for true PDF performance. View results - http://www.amyuni.com/benchmark
mrtflv
Posts: 21
Joined: Tue Apr 20 2004

Re: Page rotate

Post by mrtflv »

All my dll are the latest available (3.03 ).
My problem is related to the fact that i want to use the rotate instructions inside the form_load of my vb project, if i move them in another event all is working.
I have modified my code to solve the problem.
Thanks
Flavio
Joan
Amyuni Team
Posts: 2799
Joined: Wed Sep 11 2002
Contact:

Re: [Solved] Page rotate

Post by Joan »

I will send this note to our testing team to check it.
Custom Brand the Amyuni PDF Printer Driver http://www.amyuni.com/en/developer/branding/index.html

Amyuni PDF Converter tested for true PDF performance. View results - http://www.amyuni.com/benchmark
Post Reply