How to get page orientation in acrobat plugin?

Is there any method in acrobat SDK or PDFLibrary to get the page orientation from the plugin
the way we have PDPageGetRotate?
Other doubts are:-
- is it manually possible for the user to change the orientation of a page or its fixed at the time of creation of a PDF?
- does the word quad changes when the user changes the rotation of a page?
- does the word quad changes when the orientation of a page is changed?
Also, is it possible to convert the word quad coordinates across the PDF page orientations??
Let me know ASAP.
Regards
Anagha

Hi Bill@VT, do you mean to say rotating a page changes the orientation of a page in PDF??
Also, i observed that when a PDF page in portrait mode is rotated, the word quad's remain the SAME; however if i recreate the same PDF in landscape orientation, then the quads of the words CHANGES. I clearly want to know the difference between the two for every aspect like will the word finder and word quad's work the same for both orientation as well as rotation? I think the XY axes gets changed when orientation changes which makes the word quad change. Let me know your suggestions and detail explanation on this.
Also, please address the questions raised in the 1st post.
Thanks.

Similar Messages

  • How to get page one to animate only once in interactive pdf?

    how to get page one to animate only once in interactive pdf? I like when the document opens up in acrobat and the the page animations work but when I go to one of the pages and hit my designated home button it goes back to page one but it reloads again. As a user it would drive me crazy to have to wait for all of it to load......anyway to have that page one load once as the opening page?

    I don't think you really mean animations (unless you have a placed SWF file) because things created with the Animation panel don't work in PDF. Nonetheless, you're talking about some kind of interactivity which is set to happen On Page Load.
    So when you return to that page, of course the interactivity loads again.
    There isn't a On Page Load Once command.
    Perhaps you need to rethink why the interactivity is there. If it's important, maybe it should be triggered by a rollover or by clicking a button.

  • How to change page order in Acrobat Porfolio?

    How to change page order in Acrobat Porfolio? In older versions it use to be much easier to drag and drop the page order. I don't see any menu options on arranging the pag order. Any ideas? Thanks.
    I would post a screenshot but they have been disabled on these forums.

    You should ask in the Reader forum. But my guess is that Reader there is nothing you can do. Acrobat allows you to move pages around, but not Reader.

  • How to get page numbers using cl_gui_alv_grid

    dear all,
    I want to display page nos at every end of .iam using cl_gui_alv_grid.iam didving itab into no of pages,iam using code to display no of pages is
    CLASS LCL_EVENT_RECEIVER DEFINITIOn.
    PUBLIC SECTION.
    HANDLE_END_OF_PAGE
    FOR EVENT PRINT_END_OF_PAGE OF CL_GUI_ALV_GRID.
    PRIVATE SECTION.
    DATA: PAGENUM TYPE I.
    ENDCLASS.
    CLASS LCL_EVENT_RECEIVER IMPLEMENTATION.
    METHOD HANDLE_END_OF_PAGE.
    DATA: TABLENAME(30) TYPE C.
    ADD 1 TO PAGENUM.
    WRITE: /,'Event: PRINT_END_OF_PAGE'(003),
    'Number of pages so far: '(004), PAGENUM.
    ENDMETHOD. "handle_end_of_page
    Endclass.
    and iam wrting in PBO set_table_for_first_display
    CREATE OBJECT EVENT_RECEIVER.
    SET HANDLER EVENT_RECEIVER->HANDLE_END_OF_PAGE FOR GRID1.
    create object grid1.
    exporitng
    i_parent name = 'CONT'.
    GS_PRINT-RESERVELNS = 2.
    CALL METHOD GRID1->SET_TABLE_FOR_FIRST_DISPLAY
    EXPORTING
    I_STRUCTURE_NAME =
    IS_PRINT = GS_PRINT
    IS_LAYOUT = GS_LAYOUT
    CHANGING IT_OUTTAB = it_Tab.
    but this is not triggering when i dispalying output.i think this will trigeer when we will give print output.
    then how to get page nos at buttom of each page .
    thanks in advance
    shiv

    Hi,
    I think you have to define the page size because for each page if you have defined the page size(say N),  at first top of page will be triggered and after the N number of lines the end of page event is defined. Please check this if you have not defined all the page size it assumes all the lines in one page. Please check.
    Thanks.

  • How to get Page Count of pdf in Document library in EventHandler

    Hi,
    How to get Page Count of pdf in Document library once uploaded has been done and i would like to update the page count value in document library column of the corresponding file.
    I should achieve it in Event handler.
    Which even should i use, either ItemAdded or "ItemUpdated "?
    Thanks & Regards
    Poomani Sankaran.

    Hello,
    If you are looking for file download or view count then event handler will not work. You need to enable the analytic report to your site. Once you enable it then you can see the report within a browser or you can also create custom webpart to show count
    of specific file.
    http://blogs.msdn.com/b/ecm/archive/2010/05/03/web-analytics-in-sharepoint-2010-insights-into-reports-and-metrics.aspx
    http://sharepoint.stackexchange.com/questions/34611/count-of-files-under-a-folder-in-a-document-library
    Hope it could help
    Hemendra:Yesterday is just a memory,Tomorrow we may never see
    Please remember to mark the replies as answers if they help and unmark them if they provide no help

  • How to get page item list in  a page?

    how to get page item list in  a page?

    Have a look at ISpread::GetItemsOnPage().
    That should get you started.

  • How to change page orientation in Pages?

    Hi,
    I would like to change page orientation for Just one page inside a document.
    Say I have page 3 that I want to be landscape and not vertical, how can I do it?
    I haven't been able to find this in Pages, I found it in Word though.
    Any idea?

    The rotation in Preview is just a simple command in the .pdf. It all seems to sort itself out in printing, Acrobat has the occasional odd moment where pages are rotated from their real orientation. It is like the "cropping" in .pdf files which really doesn't cut anything off it just changes the bounding box so what you see appears to be cropped.

  • How to get page number from the PDF using Javascript

    Hi,
    We are having list of Single page PDF. The pdf are named in the order,
    ISBN_Author_01.PDF  (with real page number as i)
    ISBN_Author_02.PDF  (with real page number as ii)
    ISBN_Author_03.PDF  (with real page number as iii)
    ISBN_Author_04.PDF  (with real page number as 1)
    ISBN_Author_05.PDF  (with real page number as 2)
    ISBN_Author_06.PDF  (with real page number as 3)
    ISBN_Author_nn.PDF  (with real page number as 500)
    Here each pdf has a page number and in sequential order.
    The task is to check whether all the pdfs are in sequential order (i.e i, ii, iii, 1, 2, 3). If any page is missing, the script should throw an error report.
    To do this task, I am writing a Javascript to get the real page number from the PDF.
    Can anybody help me how to get the page number from the PDF using Javascript.
    Thanks,
    Gopal

    The "real" page number within a PDF is the count of the physical page starting at 0, zero.
    pageNum numPages
    The number printed on each page is the page label.
    setPageLabels  getPageLabel
    You will have to open each PDF and your script would need to know the page label for that file. I would expect you would need to build a 2 dimensional  array of the file names and the page label for the page within that array.

  • How to get pages list for a group space or create a page for a group space

    hi All,
    I am using wc11.1.1.3, I want to use java api to implementing the following functions in site template:
    1. Get pages list for a given group space
    2. Create a page for a given group space
    I researched the following codes from web site:
    PageDef newPage = mPageService.createPage(
    PERSONAL_USER_PAGE, pageNameFormat, pageTitle,
    "MyPageTemplate1.jspx",
    "/mytemplates/",
    null, null, null);
    What should be used instead of PERSONAL_USER_PAGE if a group space page is intended to be created? which parameter is for defining group space name that the page should be created for?
    By the way, PageService seems has method for getting list of pages, but how to use it to get page list which is in a specified gs?
    Best regards

    did you manage to get the page list using Page Service API?

  • How to get page URL in a dynamic page in 10.1.4?

    Does anyone know how to get the page URL in a Dynamic Page in 10.1.4 without using javascript.
    I know that you can use a PL/SQL portlet and the portlet_record, but this is specifically for a Dynamic Page.
    Regards
    Jenny

    Hi,
    I am trying the suggested approach in 10.1.4 but unfortunatley I get the following error:
    PLS-00302: component 'SHOW_INTERNAL' must be declared
    In my Dynamic Page I have the following code
    htp.p(cms_context.urlpage);
    In the '... before displaying the page' I have the following
    schema_name.cms_context.urlpage := schema_name.dynamic_page_name.show_internal.p_page_url;
    Can anyone help?
    Cheers
    Chris

  • How to get auto proxy configuration from plugin?

    I need to retrieve the name of the client's proxy server to pass it along to my signed applet (because it doesn't seem to be getting the information automatically despite the fact that the java plugin is set to the use the browser settings for proxies).
    The Java Plugin loads the proxy server information based on the browser preferences, but I haven't figured out how to retrieve that proxy information from the Plugin itself. Sometimes the javaplugin.proxy.auto.url system property is null, even if the browser (MSIE) is configured to use an auto-configuration script/url for the proxy server configuration. I can see in the Java Console that the plugin knows the auto-config url, so how can I access that property from within my applet?
    Even if javaplugin.proxy.auto.url is not null, I don't know how to call the javascript function at that URL from within the applet to get the proxy server host name and port.
    Does anyone know how to get the proxy information from the plugin?

    Thank you! Indeed, the answer was there, but I hadn't been able to find it earlier (I guess I was searching on the wrong forums). For those who might be interested, here's the thread that helped:
    http://forum.java.sun.com/thread.jsp?forum=30&thread=281981

  • How to get pages to open in a 'New Tab' instead of a 'New Page'

    Hi there,
    I know how to get the pages of my iWeb created site to open as a 'New Page' by using the Inspector. What I want to do however, is to get them to open as a 'New Tab' instead.
    I want to do this because I have several pages that open as a 'New Page' and it litters the screen with Safari pages. So instead of a 'New Page', I want them to open as a 'New Tab' within the one Safari window.
    This is what I want to happen:
    1: user clicks on link
    2: link opens a new Tab
    3: Safari switches to the new Tab and makes it the active Tab.
    Can someone please tell me how to get this to happen. Just ot be totally clear: I am aware that I can alter [MY] Safari settings to do this on my own Mac. But I want it to happen as default for everyone who visits my site and clicks on the corresponding links.
    My site is published to MobileMe
    Regards
    Jason
    Message was edited by: JayTelford. I added details that I neglected to include.

    Window 7.
    Safari.
    Where is iWeb involved?
    Right-click > open link in new tab.
    Works with all webpages, not only iWeb ones.
    And if it drives you crazy, you may want to seek professional help with medication.
    Or learn to use your computer.

  • Dreamweaver MX  How to get pages to automatically align center

    I can get text within a layer or table to align center, but I can't figure out how to get the entire page to always snap to center, regardless of the browser window size.  I'm sure this is easy, but I just don't see it.
    Whatever the solution, must the contents of the page be in a table? If so, can I convert the layers (photos and text) that make up some pages into tables?
    Sorry, if this is basic, but I haven't used the program in a few years, and my books andmanuals are in storage 4 hours away.

    You need 3 basic things to center a page.
    A valid HTML document type declaration on the first line of your code.  DW normally does this for you when you create a new page. 
    CSS container width in pixels, ems or %;
    CSS margin-left and margin-right of auto.
    Page centering can be expressed with the following CSS code:
    body {
         width: 980px;
         margin:0 auto;
    NOTE: This won't work with positioned elements (aka Layers) because they are removed from normal document flow.
    Nancy O.

  • How to get event press ESC when plugin's GUI is flashUI

    Hi all
    I implement my plugin use GUI is FlashUI (CSExentersion suite).
    when I pressed ESC. My GUI close imidately.
    I want to check whe n ESC press. But I can't get event pressed key for ESC
    I think that my GUI close from Illustrator. But I don't know how to get event press ESC.
    Thank for your help.

    Put a trace() to print the keyCode into the stage's keydown handler and run your extension in debug mode of flash builder, you can check whether ESC is pressed or not.
    However, I don't know how to prevent extension from closing neither.

  • How to get render settings in IO plugin.

    Hi everyone,
    I'm developing an IO plugin in After Effect.
    I need to get fps, Quality and Resolution in startAdding function but when I use (for example) AEGP_GetOutSpecFPS I get always the original frame rate (composition fps).
    I'm probably committing some kind of mistake, can you help me?
    Thanks in advance.
    Massimiliano

    Hi Bill@VT, do you mean to say rotating a page changes the orientation of a page in PDF??
    Also, i observed that when a PDF page in portrait mode is rotated, the word quad's remain the SAME; however if i recreate the same PDF in landscape orientation, then the quads of the words CHANGES. I clearly want to know the difference between the two for every aspect like will the word finder and word quad's work the same for both orientation as well as rotation? I think the XY axes gets changed when orientation changes which makes the word quad change. Let me know your suggestions and detail explanation on this.
    Also, please address the questions raised in the 1st post.
    Thanks.

Maybe you are looking for

  • Safari unexpectedly quits whenever I try to start it

    Immediately after clearing my browser history, I find that Safari unexpectedly quits whenever I try to start it.  I don't get this problem when I try to run Safari with another account on the same computer.  Here's the error report that I get: Proces

  • Monitor for mini Mac...

    I am going to buy a mini Mac, and I need suggestions on a monitor to buy. I don't want anything larger than 20 inches. Any suggestions? I am not looking to spend a lot. I just want something that will last.

  • How to find the programs with message no?

    Knowing the error message no, i.e. V1 456, is there way to find out what ABAP programs issue this error message? So a debug point can be set in the right program. Thanks. Richard

  • Failover to standby

    We are running tow database with datagurad 1. primary(node1) 2. Standby(node2). My primary(node1) get failed and not recoverable then I run this commands dgmgrl> failover to node2 now Standby(node2) becomes primary . Now after 2 days later what shoul

  • Terminal doesn't "catch" d key

    Hi I've this problem: I use Arch with XFCE and terminal doesn't recognize d key but it recognize D key! in other applications "d" works fine. I think this problem is come after pacman -Syu. And if I paste a word with "d" inside, terminal doesn't put