SAPSCRIPT to Web(pdf) has different line spacing than in SAP?

When we issue to output the order in SAP it looks fine. When we open it in the web, using PDF, the lines are spaced differently.
We have never had an issue before, but now we added a lot of text to a final page of the sapscript.
Any suggestion how to adjust the PDF line spacing for output via our SAP Function Modules that create OTF to PDF?
  Thanks,

Hi,
The SAPscript must generate an OTF output and then you convert the OTF into PDF format.
There are 2 possibilities :
1.Without generating any spool :
2.When calling OPEN_FORM function module, export parameter OPTIONS-TDGETOTF = 'X', and when calling CLOSE_FORM function module, use returned parameter OTFDATA
call CONVERT_OTF function module to convert the OTF to PDF. Returned parameters are BIN_FILE (the PDF binary) and BIN_FILESIZE (the length of the PDF binary). See below how to save a PDF binary to a file.
If an OTF spool has been generated, you may convert it using CONVERT_OTFSPOOLJOB_2_PDF function module. Returned parameters are PDF table (the PDF binary) and PDF_BYTECOUNT (the length of the PDF binary).
Thanks

Similar Messages

  • PDF Letterhead Text LINE SPACING PROBLEM

    I recently upgraded from Pro 8 to X Pro on my Windows XP desktop. With Pro * I used the typewriter fucntion to place text onto my pdf letterhead. I have my letterhead in pdf format on my hardrive. I saved this texted letterhead without a problem, i.e., with the font, paragraphs, and line spacing eaxtly as it was when I creared it. With X Pro, after having placed text in my letterhead using the Typewriter function, my attempt to save the texted in letter head results in a pdf document which does not respect the line spacing I used w=hen creating it. Why am I have this line spacing problem?

    Thank you Michael,
    I am simply trying to continue using X Pro the way I used Pro 8. In Pro 8 I
    used the Typewriter function to input text to the letter head stored in my
    hard drive. Perhaps this is a functionality I lost as a result of the
    upgrade to X Pro -- I hope not??
    Joseph S. Tann, Jr., Esq.
    CONFIDENTIALITY NOTICE: This transmission is intended only for the addressee
    shown above. It may contain information that is privileged, confidential, or
    otherwise protected from disclosure. If you are not the intended recipient,
    please do not read, copy, or use it, and do not disclose it to others.
    Please notify the sender of the delivery error by replying to this message
    and then delete it from your system. Thank you.

  • Pdf has white line on one edge

    I have jog photos going to the edges of the page - bleed is set to .4mm - but get a white border on the rhs - see attached. using Indesign CS2...help!

    Me too! I have the same problem and I don't know what is causing it!
    I use Indesign4 and the background is definitely covering the whole page. 
    Please help

  • Download from IR has different record set than on screen

    Apex IR ( 3.2) query uses 2 page items to filter. Results are correct on screen but when downloaded we get a different record set as if one of the 2 Page items has not been passed in.

    If you are having problems with the prints being a different size than what is on the screen, I believe there are two settings to try to adjust.  If you are using IE, you can check the Page button with the arrow down and look for "Text Size." Mine is set to "Medium."  Also you can go to the picture of the printer at the top and select the arrow down next to it and select Page Setup.  From there, you will see Enable Shrink-to-Fit which may be causing the problem or you can change the font type and size. Do you see these options?
    If not, what kind of computer do you have and what web browser are you using?
    Don't forgot to say thanks by giving "Kudos" if I helped solve your problem.
    When a solution is found please mark the post that solves your issue.
    Every problem has a solution!

  • When I open a jpg file in Firefox, it has different RGB values than when I open it in Microsoft Paint or Picture and Fax Viewer. What kind of color management does Firefox apply to jpg files?

    In Firefox, the RGB values are 50, 255, and 25. In Paint, they are 81, 171 and 67. These colors look quite different. I suspect Firefox is doing something with the

    Does Firefox use the embedded color profile if there is one? How can I tell if there is one in a jpg and what it is?

  • Java3D has different order axis than 3dsMAX

    Hi, I make 3d game. 3D scene I have created in 3d studio MAX and exported to files which I loaded into Java3D scene. Because 3dsMAX has Z a Y axis exchanged instead of Java3D coordinate system I replacementing Y and Z coordinates in 3d mesh. [X,Y,Z] -> [X,Z,-Y]. Problem come in Transform3D when I exchanged translational values. It is not enough. I must exchange some values in rotational components of 3d matrix. And I don't know how.

    There is an easy way to build a new matrix from the old one if you know how to convert individual vectors from one system to the other. A linear transformation (i.e. matrix too) is solely defined by its output on each of the basis vectors, which are (1,0,0,0), (0,1,0,0), (0,0,1,0) and (0,0,0,1) for 4x4. In fact, the vectors it returns for each are the rows (or columns) in your matrix (depending what order you multiply in with vectors). Thus, take (1,0,0,0) in your new coordinate system; convert it to the old system; multiply it by the matrix; then make the resulting vector the first row (or column) in your new matrix. Take (0,1,0,0) and do the same for the second row (or column). Same thing with the other two basis vectors, and you've got it.

  • Java3D has different coordinate system than 3dsMAX

    Hi, I make 3d game. 3D scene I have created in 3d studio MAX and exported to files which I loaded into Java3D scene. Because 3dsMAX has Z a Y axis exchanged instead of Java3D coordinate system I replacementing Y and Z coordinates in 3d mesh. [X,Y,Z] -> [X,Z,-Y]. Problem come in Transform3D when I exchanged translational values. It is not enough. I must exchange some values in rotational components of 3d matrix. And I don't know how.
    Thanks

    It is not really a problem, the model is just rotated the axes are still same place relative to each other. Just put put a rotation in at start of file, I have done that with countless of files from 3d s max.
    And there are noone that are forcing you to define Y as upwards in java3D, you can define it as you like. Thats why there are parameters like 'up' in the method transform3d.lookAt() , Java3d make no presumptions about your worldview.

  • Generated Crystal Report PDFs are different on Windows server

    Post Author: present
    CA Forum: .NET
    Hi,
    I created Crystal Report template (with two columns on one
    page) inside VS 2005 on my Windows XP Professional machine.
    But there are formating problems on both XP and Windows
    Server machines:
    1) On Windows XP machine, I have to overlap the two columns
    on the page inside VS 2005 editor in order to generate
    correct PDF file (without overlap). How to fix the the
    overlapping problem in editor?
    2) On Windows 2003 server: After I put the template on
    Windows 2003 server that has no VS 2005 installed (only
    CRRedist2005_x86.msi was installed), the generated PDF has
    different font size and layout (such as page size, column
    overlap, etc).
    Do I have to install VS 2005 on server too? It is really
    frustrating that I have to print document generated on the
    server before I know if the template works fine or not.
    Any help is highly appreciated!

    Typically when you are seeing page formatting issues on different machines, it could be because of printer drivers (or lack of).  The reporting engine relies on the printer driver configured on the machine to provide information so that a page can be properly rendered.  If you designed the report on your dev machine which is using PrinterA and then deploy to another machine using PrinterB, the formatting could be off.  So make sure that the exact same printer driver is being used on these machines.  If your deployments are expected to go to different machines where you don't know what printer will be installed, then you will need to design the report such that it can be rendered as best as possible.  Another option is to check the "No Printer" option and this should render the report the same on any machine with any printer, but then you'll need to make sure you handle any scenarios where the user wants to print to the printer.
    If this is an ASP.NET application then permissions could play a part if the printer drivers cannot be accessed.  There are whitepapers on the BOBJ support site that have information on to configure CR to print reports in ASP.NET apps.
    -MJ

  • IR document has different POs

    Hi Guys,
    I have a question concerning the POs.
    There is only one line item in the PO.
    Similarly in the GR, there is one item..But when i see the IR document for the PO, in the IR i find 4 different line items and each one of them is belonging to a different Purchase Order. How is this possible.
    when we do MIRO , we do it with respect to a Purchase order. Then how is it that this IR has different line items from different Purchase orders..
    Also , the accounting document has various line items with 4 credit entries to the same GR / IR account( i think each one is for different Purchase order ) ...
    But i wonder how the system is picking in the same IR document and in the same FI document , the different purchase orders .
    thanks,
    Srikanth.

    Hi Srikanth,
    Something wrong with your question.
    As you said, there might be a chance of 4 debit line items to GR/IR clearing account instead of Credit line items as per the question.
    If you are sure that those are credit line items, then they must be vendor line items. There is a chance of more vendor line items for a single PO item in case of installment payment term is being used in the said PO.
    An installment payment term would split the total invoice amount with stated percentages maintained in OBB9 for the given payment term key used in the PO.
    Apart from my comments, follow Chinthan's answer too.
    This might be helpful to you.
    Thanks,
    Srinu

  • Line spacing in Mail, how to adjust?

    How can I adjust the line spacing in Mail.  Never been able to figure it out, but then just noticed, bringing in a paragraph from Wikipedia that I can have DIFFERENT line spacing.  But can't where one sets this in Mail...
    All ears ...
    Ben

    Hello,
    You should post your question at:
    http://java.forum.sun.com
    Thanks
    - Rose

  • Different line terminator for SocketChannel

    Any ideas on how to specify a different line terminator than '\n' for the SocketChannel.read() method, such as ASCII character 127?

    Ok..and here's a third answer....
    Socket s= my_socket_channel.socket();
    InputStreamReader isr = new InputStreamReader(s.getInputStream());
    String a_line="";
    boolean reading=true;
    while (reading)
      int c = isr.read();
      if (c==-1) {if (!a_line.equals("")){process(a_line);}
                     reading=false;}
      if (c==127){process(a_line); a_line="";}
      else{
            char cc = (char)c;
            a_line=a_line+cc;
    }How does that sound?

  • WT SynchManager instl. on a different Server other than SAP/SQL Server.

    Hi,
    Is it possible to move/install WebTools SynchManager on a different server other than the SAP/SQL Server? Please let us know.
    Note: 
    1. We are aware of the recommendation:  u201CInstall the SynchManager on the SAP Business One server on which the DI API is installedu201D in the "Business One Web Tools SynchManager Guide.pdf".
    2. But, SAP/SQL Server at our Client is starving of RAM due to a high number of windows services/application trying to run at the same time (although the maximum amount of RAM possible under the current configuration is installed (4GB)).
    3. So, we are evaluating as to which of these application (WebTools being one of them) can be moved to a different server.
    Thanks and Regards,
    Kafil Shumon.

    Hi Kafil,
    You can put the synchmanager on a different server as  long as the DI API is installed and that server can access the B1 licensing server.

  • PL/PDF Line Spacing

    I'm evaluating the PL/PDF tool. It seems good except I can't figure out the line spacing.
    All the examples show wrapped lines of text being double spaced. I want single spaced lines.
    I'm using the plpdf.PrintMultiLineCell procedure.
    There must be some setting that I'm missing. Any ideas?

    PL/PDF is not an Oracle product. It's a product from a different company. They don't have their own forum, just paid support, as far as I know.
    http://www.plpdf.com/

  • Office PDF Print and office PDF creator(adobe plugin) create different line thickness result

    Hi together,
    Office PDF Print and office abobe PDF creator(adobe plugin) create different result. It seems that Adobe PDf creater improves line thickness to 1pt instead of 0,3pt. Is there a setting to change to original 0,3 because this 0,3 are standard line thickness for our documents. with adobe V9 the line was 0,3pt. (we need thin, mid and thick lines)
    After 2 day's google searching this is the last change for hope :-)
    Software Versions
    Windows 7
    MS Office 2007 (12.0.6668.5000) SP3 MSO (12.0.6662.5000)
    Adobe Acrobat X (10.1.7)
    Left: MSO Adobe Plugin / MId: MS Word / Rigth: PDF printed over "print" AdobePDF printer

    Hi Bill,
    Thanks a lot for the fast reply, i have tested it with 300dpi but I didn't get a different result. The bad thing is that not all lines getting thicker. if there is no arrow or ball at the end of the line the line thickness will not change (see Pic). I think this is a Acrobat error, i don't think that this will improve the pdf quality if the progam changes only some lanes and not all to 1pt.
    I Think we must downgrade to version 9.

  • PDF has not been configured for this web server linux 11.1.2

    Hi,
    We installed 11.1.2 Hyperion WorkforcePlanning on Linux 32 bit OS.
    When the user opens the workspace and tries to see the "Profit and Loss" and selects
    "File --> Open In --> PDF format" , it just flicks for a sec and gives following message :
    " PDF has not been configured for this web server"
    Can somebody suggest me what to do ?
    Appreciate your response.
    Edited by: user536857 on Mar 22, 2011 3:07 PM

    Check your print server service on your foundation server, sometimes I have had that just stop for whatever reason.

Maybe you are looking for