PDF page width problem

Hello Friends,
In my alv report i have so many fields. When i am trying to convert to pdf it is breaking each  line and displaying it in the next line. So i want to change the page layout from portrait to Landscape. How can i do this? i tried with the layout option in the FM '*GET_PRINT PARAMETERS*  'X90_400'. But still it is showing same.
Help me ....
thanks in adv ,
anoop

Please go through below links .
[http://wiki.sdn.sap.com/wiki/display/Snippets/SENDALVGRIDASPDFATTACHMENTTOSAPINBOXUSINGCLASSES]
[converting the output of alv in pdf;
Thanks,
Anjaneya .

Similar Messages

  • Question: Is there a way to create a PDF from outlook e-mail that does not embed the attachment? better, is there a way to convert the e-mail with attachement (not embeded) as pdf pages? - Problem: I have 1400 e-mails with attachments that need to be conv

    Is there a way to create a PDF from outlook e-mail that does not embed the attachment? better, is there a way to convert the e-mail with attachement (not embeded) as pdf pages?
    - Problem: I have 1400 e-mails with attachments that need to be converted into pdf and the attachments cannot be embeded.
    System: PC Windows 7 using Acrobat X Prof. - Thank you!

    Hi ,
    There is an option of embedding index for faster search while converting email to a PDF .
    However I am not sure that will serve your purpose or not .
    I would recommend you to get in touch with Microsoft support as well .
    Meanwhile I'll work on it and get back to you in case I get a desired solution .
    Regards
    Sukrit Dhingra

  • IPhone - PDF Page Display Problem

    I am trying to display pages from a PDF included in my application to a Quartz context. I can get the first page to display correctly, but am having trouble displaying subsequent pages. In essence I am using the example shown in the Quartz 2D programming Guide (13-1 and 13-2 code examples).
    When the view is first loaded, I display the first page, and do something like the following:
    CGPDFDocumentRef document;
    CGPDFPageRef page;
    document = MyGetPDFDocumentRef (filename);
    page = CGPDFDocumentGetPage (document, 1);
    CGContextDrawPDFPage (myContext, page);
    After this the function exits. There is a button on the screen to go to the next page. In the pressed event function I do something like this:
    page = CGPDFDocumentGetPage (document, 1);
    CGContextDrawPDFPage (myContext, page);
    The problem is the page does not show up on the screen. It only shows up if I leave the view and then come back (I have a Toolbar at the bottom of the application similar to the iPod or Clock application).
    Am I missing something to get the second page to display immediately? Or is there a better way to display a PDF in my application...
    Thanks.
    -James

    searching MS WORD > HELP > CONVERSION SETTINGS
    doesn't give me anything close to this issue
    any idea where to find those conversion settings ?
    thanks again
    k

  • Excel to Adobe PDF page size problems

    I am using Excel 2007 on a Windows XP setup with Acrobat 9.0 PDFM OfficeAddin.  I want to convert my Excel sheets to 8.5"x11" size pages, but they come out as approx. 22"x30" pages.  I've checked the page size setting in Excel and the Adobe preference settings and they are both set for 8.5x11, but the pdf page size is always much larger!  What is causing this and what do I need to do to get 8.5x11 size pdf pages?
    Thanks you for your help. I've pulled out most of my hair by now!

    Change your printer to the Adobe PDF printer and then set the cell sizes in Excel. This is just the normal Excel adjustment to the printer.

  • Word to PDF - Page Numbering Problems

    When I use the combine files tool in Acrobat 8 for PDFing word documents instead of the page numbering being 1/3, 2/3, 3/3, it comes out as 1/1, 2/2, 3/3. I've tried looking at all the settings and cant find a logical reason for this. It also happens when I print to PDF while in Word.
    Has anyone else experienced this same problem?

    Here are a couple links that should help.
    http://www.mvps.org/word/FAQs/AppErrors/PageXofY.htm and
    http://www.mvps.org/word/FAQs/Numbering/PageNumbering.htm
    Regards,
    Dave

  • Page Size Problem in Pdf

    Hi All,
    I want to print cheques form oracle Reports 10g, I developed report in 6i & it works fine, Now I am going to convert it in 10g, in report developer it works fine but when it generates through reports server it generates on full pdf page.
    Kindly help me how can I reduce the page size by default.
    Regards,
    Najeebullah Soomro

    Salam, Najeebullah Soomro
    I want to print cheques form oracle Reports 10g, I developed report in 6i & it works fineDoes PDF also working as your page setup in 6i?
    Now I am going to convert it in 10g, in report developer it works fine but when it generates through reports server it generates on full pdf page.Now problem in 10g PDF ?
    set the page margin at layout property and also make smaller the frame at Edit Margin mode.
    Hope this helps

  • Converting JPG to PDF causes Fit Width problem

    Hello,
    I'm using Acrobat 8 Pro on Vista, Core 2 Duo, 3 GB ram, plenty of storage space, etc...
    I have about two hundred JPG images (500 to 700 KB each) that I want to convert and combine into a single PDF document. I clicked on Combine Files, Add Folder, selected Larger File Size and continued from there to create the PDF. But the resulting PDF document has a problem when viewed in Reader or any other PDF viewer. The problem is, when I switch to Fit Width view, only the first 3 pages/images fit the width of the screen. All the following pages/images actually get smaller than a Fit Page view.
    Does anybody know why this is happening?
    Thanks.

    Are you viewing the images in "Continuous" mode (you can see more than one
    page in the window at a time)? The JPEG images may be of different
    dimensions, and in continuous mode the page width zoom is set by the width
    of the first visible page. Changing out of continuous mode will allow the
    zoom to change for each page width as you scroll through the document.

  • Control the page height and page width of pdf report using pasta_pdf.cfg

    Hi All,
    I've followed the note: 338990.1 (how to print publisher PDF reports via the concurrent manager) in metalink to print a PDF REPORT. Everything work fine except the page height and page width is used as default (8X11). Is there anyway that i can custom page height and page width size such as: legal (8.5X14).
    current set up in pasta_pdf.cfg
    [DEFAULT]
    %% ============== Preprocessing Command ==================== %%
    % Pasta can use a preprocessing command to invoke any executable
    % that supports an input file and an output file (a filter program).
    % You can use redirection. Pasta will invoke the filter program
    % to preprocess the Pasta output before passing it to the printing
    % command. By using the preprocess option, you can generate output
    % formats other than the formats Pasta currently supports. For
    % example, you can generate PCL output.
    % You can use {infile} and {outfile} in this option.
    % {infile} is the output file generated by Pasta. You can use
    % it as input for the preprocessing command. It is a temporary
    % file and will be deleted after being passed to the
    % preprocessing command. {outfile} is the output file generated
    % by the preprocessing command. Pasta names it temporarily and
    % it will be deleted after being passed to the printing command.
    % If you want to keep it, you can name it by using the '-o'
    % command line option. Pasta will copy {outfile} to the file you
    % specify.
    % Preprocess for PDF output
    % This is an example for PDF output to print.
    ; Xpdf
    preprocess=/usr/local/bin/pdftops {infile} {outfile}
    ; Ghost Script
    ; preprocess=pdf2ps {infile} {outfile}
    ; Acrobat
    ; preprocess=acroread -toPostScript -pairs {infile} {outfile}
    %% ============== Printing Command ========================= %%
    % You can specify the printing command and options you want
    % to use to print your report. Pasta will pass the final output
    % to this command. {printername} will be replaced by the
    % actual printer name passed through the command line option
    % (-pn), so in most cases you don't have to change these
    % options.
    % for UNIX platform
    printCommand=lp -c -d{printername}
    % for Windows platform
    ntPrintCommand=print /D:{printername}
    %% ============== Error Log File =========================== %%
    % This tells Pasta to create a log file. The default error
    % output is stderr.
    ;errorlogfile=pasta.log
    NOTE: pasta version 3.0.4
    form server 6.0.8.27.0
    third party tool is pdftops
    Thanks
    Kevin

    i think that can be down from the printing direver/styles/prt files when you added the printer at your apps system check the follwoign for more info.
    ( How to Implement Printing for Oracle Applications: Getting Started )
    Note:269129.1
    (Step By Step Guide to Set Up a Printer in Oracle Applications)
    ( Note:60936.1)
    fadi
    http://oracle-magic.blogspot.com

  • I have problem when opening a pdf page, my mouse control is hijacked to that tab when im on other tab, i cant scroll or use the middle rollling button, i have to click at the pdf tab then my control over the mouse middle button is restored.

    I think I have this problem even on earlier version. The thing is I set open link in new tab and not switch over to the opened tab. My habit is to open a pdf page in the background and let it load first. What happen is that when the pdf page finished loading ( i do not set to download it), it hijacks my middle mouse button control. When i scroll down or scroll up on my original tab, it wont scroll on the tab, but insttead it scrolls on the pdf tab. I have to click on the pdf tab, then i can use the scrolling function on other tabs back. As for when i opened several pdf tabs, it seems i have to click on the tab that just finished loading, that means several times until they all finish loading. It has been getting on my nerve lately. And all pdf trouble i search from google led to unable to open pdf, firefox hang or crash when opening a pdf and the likes.

    core-el, i don't see the advantage of that or i can't figure out how i'm supposed to use it. for starters, i have to click the mouse in order to get "add bookmark here" to open, which is no different than clicking on the star in the location bar, or right-clicking on the page. there are also options in the bookmarks toolbar, but they all require clicking the mouse & holding down the right button, etc.
    my goal is to use keystrokes only. typing on the keyboard, using both hands, using the space bar & my left pinky finger to tab over are all painless routines for me. as soon as i have to take my fingers off the keyboard & use the mouse, the pain begins.
    as i said, in older versions of firefox, all i had to do to bookmark a page was click ctrl>d, then tab over & arrow down, when appropriate, to find the folder & add the bookmark. for me, as a touch-typist whose speed is between 60 & 80 wpm, this is lightning fast.
    if i have this wrong, please correct me. i just see it as more mouse clicks that don't save me time or pain.

  • All of a sudden I have problems printing web pages wwith Firefox 3.6.8 (XP), but printing pdf pages is still fine (printing with other software as well)

    Suddenly I can't print web pages with Firefox 3.6.8 anymore, but pdf pages pose no problem - the same applies to printing with any other software

    Thanks edmeister for your trouble!
    I guess I should have written that I had tried the tips on 'reset printer' and 'does not print to paper at all' before I posted the question - to no avail.
    The printer starts as normal: it's the right printer selected, the dialogue window shows the progress of sending the data to the printer - and after that: that's it. It simply vanishes from the queue, and nothing happens.

  • [Automator] Render PDF Pages as Images problem

    Hi,
    I'm using an Automator Action called "Render PDF Pages as Images". It is not working properly. I've also tried one called "Change Types if Images" with the same results. The problem is both of these actions will create an image, but they won't put it anywhere other than a temp directory. With the second action, if I do it on an image file like a jpg, it will convert the image and put it in the directory the file exist in. I have a bunch of PDFs that are really just scanned images that I need to convert to TIFF and I want to automate it. It is frustrating that the actions are not working as documented. Both are supposed to render the change on the existing file in the location it exists and neither is work that way when run against a PDF.
    Any help would be appreciated.

    Christopher Stumpf wrote:
    It's really simple.
    It's a service item and it contains just one of the actions I've already listed. They are supposed to change the existing file to the desired type, in place.
    no, they are not supposed to do that. they don't say anything of the sort in their descriptions. moreover, this is completely impossible if a pdf file has several pages. I just tried it and it works just fine. I passed a multipage pdf to the action "render pdf pages as images" and it made a number of separate pdf files - one for each page, as it should according to the description. they are temp files, yes. so you just need to follow it by the action to copy (or move files) and then by "rename finder items".
    my workflow:
    1. get specified (or selected) finder items.
    2. render pdf pages as images.
    3. move finder items
    3. rename finder items.
    Message was edited by: V.K.

  • PDF view whole page instead of page width

    I was wondering if there was a way to show a PDF file in iChat Theatre in whole page view instead of page width. For example when I open a 8.5 x 11 magazine ad PDF in iChat theatre I only see the upper part of the PDF instead of the whole ad.

    You are not going to like the answer.
    The Solution is to have the pic in whatever format as close to 640 X 480 as possible.
    It can cope with Multiples of this but the clue is 4 X 3 ratio.
    You can check with Keynote Slides.
    These tend to be Landscape at or about 16:9 depending what your Print output is going to be (for Acetates or Paper copies)
    Other options are to import it as a Still into iMovie 6 and create a Ken Burns effect to dhttp://discussions.apple.com/post!reply.jspa?messageID=10972813o the Scroll as it were and save it as .mov
    Is it copyright that is preventing you from sending it as File ?
    If so Sktich can save as .pdf and add a Watermark
    These can be dragged to the Text Chat text field and sent without the need to post them on line.
    9:44 PM Wednesday; January 27, 2010
    Please, if posting Logs, do not post any Log info after the line "Binary Images for iChat"

  • Problem with opening adobe pdf page in Firefox 4 b10

    The pdf pages do not display in the correct colours and when scrolling sections seem to dissapear as if there is masking taking place.
    If you print the document then the pages come out correctly.
    Is there a fix for this or would it be better to go back to an earlier version.

    For us luddites, could someone post instructions on how to disable PDF Downloader in Firefox 4? Thank you!

  • Problem with increasing page width

    Hi,
    When I try to increase iWeb page width from 684px to 900px, there is an unexpected redundant white area at the bottom right corner of the page.
    Please see the screenshot here:
    http://img223.imageshack.us/img223/7244/screenshot20090713at600.png
    I know that I can remove the "Color Fill" in Inspector. However, I want to keep it!
    What should I do to remove that redundant white area?
    Thank you!
    Message was edited by: Rosydream
    Message was edited by: Rosydream

    Rosydream ~ If you're happy with so many application icons in your Dock, there's no need to read on...
    The Dock on your Mac's Desktop looks very crowded such that each small icon is perhaps difficult to identify. If you’d like to reduce the number of applications from the Dock, you can do so at any time. Simply grab the icon of the document, folder, or application you’d like to remove, and drag it out of the Dock. Release the mouse button, and the item will vanish in a puff of virtual smoke:
    ...Or you can Control-click an icon and choose +"Remove from Dock"+. Remaining, frequently used icons in the Dock will then be larger and more easily identifiable, and removed applications will still be available in the Applications folder. For an example of how the Dock can look on a 15" MB Pro, click on this thumbnail:
    If you later start an application you've removed from the Dock, you can Control-click its icon in the Dock and choose +Keep in Dock+. You can read more about the Dock here:
    _Mac 101: The Dock_.

  • I am using windows 7 64 bit. when a pdf link is opend from any website the touch pad does not work vertically on websites but only on pdf page but no problem in internet exproler

    oftenly i need to open pdf documents online from diffrent web site but every time touch pad does work properly on pdf page but not on web pages already opened(vertically). i open same files and web pages with internet exproler but fuctioning smooth

    Many thanks.
    With those symptoms, I'd try the following document:
    Apple software on Windows: May see performance issues and blank iTunes Store
    (If there's a SpeedBit LSP showing up in Autoruns, it's usually best to just uninstall your SpeedBit Video Accelerator.)

Maybe you are looking for

  • In Query key figure are not populated

    Hi Gurus, i am using a RSCRMBAPI to get the out put of my query into a Ztable but when i run my program the Ztable is getting data but no key figures are getting populated. plz help thanks neelu

  • Selection screen in ALV output

    Hi Experts, My requirement is - A selection screen should pop up on the click of a button in the ALV output. Using the parameters I input on the selection screen anothor ALV should be displayed on the same page at the bottom. I'm displaying ALV using

  • Activate one database and all databases activate on mailbox server?

    We are having some performance issues on one of our mailbox servers.   I think I've narrowed it down to disk latency so trying to activate half of the databases on one node of the DAG/cluster and have half active on the other node of the DAG/cluster.

  • Unable to view newly added data to fact table

    Hi, I have load some data into my fact table and dimensions to test my cube and make sure everything is OK, works fine so far. Now I have loaded data for another year 2013 into my fact table, all OK I have re-process the cube , all OK here too. When

  • Nokia is cheating us with their 5800 :( - Screen B...

    I bought nokia 5800 on the first day of  its release(jan 3rd,2009) in Bangalore,India. The fone was gr8. But all of a sudden the screen got spoilt, it used to go blur rendering it useless whenever  the screen was unlocked(using the slider on the righ