OTF files to PDF convertion

Hello
I would like to know if it is possible to convert received OTF files to PDF with SAP NetWeawer?
I have received som OTF files, which I need printet - so therefore I would like to convert them to some printformat that my own printer accepts!
If this is possible - how would it be done?

Hi,
Hmmm.....I think should be possible. See program SX_OBJECT_CONVERT_OTF_PDF with CONVERT_OTF module.
Regards,
Vincent

Similar Messages

  • Converting bmp file to pdf

    Hi all,
    Please help me to solve this:
    1) convert bmp file to PDF( using FM) .
    2)There can be many such bmp files ..append them to single pdf file after converting them.
    Thanks and Regards,
    KC

    As has been discussed many times here before, you can't really merge PDF files programmatically in ABAP after they have been created.  Your best bet with this 'unique' requirement is to use a form-based approach I think.
    With a smartform one approach is to create a single page with a window with a graphics node (dynamic name) in it, with the bitmap name specified in the form interface.  Unless you have already loaded the bitmaps in the graphics manager (SE78), you would load the bitmaps at runtime from the presentation server or the application server and then create the graphics dynamically using the methods of class CL_BDS_DOCUMENT_SET prior to calling the form for each bitmap (a topic discussed recently in the ABAP forums or you can view how SE78 does it by checking the code).  Create a merged spool and then use the standard function to convert the OTF data to PDF format.
    A similar approach can be used with Adobe forms, but you would need to load the bitmaps to the web repository, not the graphics manager.
    What exactly is in the bmp files and where are they stored?  Are they form templates?  You may get a better answer with more details.

  • Convert base64Binary file to PDF file

    Hi experts!
    I want to convert a base64Binary file to PDF. I receive the base64Binary file from XI.
    Can anyone help me??
    Thanks all!!!

    I tried a lot of functions....
    Option 1.
        CALL FUNCTION 'SSFC_BASE64_DECODE'
          EXPORTING
            b64data                  = cad_xi
          IMPORTING
            bindata                  = l_cad
          EXCEPTIONS
            ssf_krn_error            = 1
            ssf_krn_noop             = 2
            ssf_krn_nomemory         = 3
            ssf_krn_opinv            = 4
            ssf_krn_input_data_error = 5
            ssf_krn_invalid_par      = 6
            ssf_krn_invalid_parlen   = 7
            OTHERS                   = 8.
         tline-tdline = l_string.
        APPEND tline.
        options-tddest    = 'PDF'. "Nombre de impresora local
        options-tdnewid   = 'X'.
        options-tdcopies  = 1.
        options-tdnoprint = 'X'.
        options-tdimmed   = 'X'.
        options-tdgetotf  = 'X'.
        " With this code I'm trying to get the OTF conversion
        CALL FUNCTION 'PRINT_TEXT'
          EXPORTING
            device                   = 'PDF'
            header                   = header
            OPTIONS                  = options
            application              = 'TX'
          IMPORTING
            RESULT                   = RESULT
          tables
            lines                    = tline
            otfdata                  = oft
          EXCEPTIONS
            canceled                 = 1
            device                   = 2
            form                     = 3
            OPTIONS                  = 4
            unclosed                 = 5
            unknown                  = 6
            format                   = 7
            textformat               = 8
            communication            = 9
            bad_pageformat_for_print = 10
            OTHERS                   = 11.
        CALL FUNCTION 'CONVERT_OTF'
          EXPORTING
            format                = 'PDF'
          IMPORTING
            bin_file              = file
          TABLES
            otf                   = oft
            lines                 = tline
          EXCEPTIONS
            err_max_linewidth     = 1
            err_format            = 2
            err_conv_not_possible = 3
            err_bad_otf           = 4
            OTHERS                = 5.
    Second option:
    CALL METHOD cl_http_utility=>if_http_utility~decode_base64
          EXPORTING
            encoded = cad_xi
          RECEIVING
            decoded = lv_out_char_decoded.
    CALL FUNCTION 'SCMS_STRING_TO_XSTRING'
          EXPORTING
            text   = lv_out_char_decoded
            mimetype = 'APPLICATION/PDF'
          IMPORTING
            buffer = lv_out_charx.
    call function 'CONVERT_OTF'
        EXPORTING
          format                = 'PDF'
        IMPORTING
          bin_filesize          = lv_pdf_len
          bin_file              = lv_out_charx
        TABLES
          OTF                   = LT_OUTPUT_DATA-OTFDATA
          LINES                 = LT_LINES
        EXCEPTIONS
          err_max_linewidth     = 1
          err_format            = 2
          err_conv_not_possible = 3
          err_bad_otf           = 4
          others                = 5.
    " With this FM I got the error number 4 -BAD OTF, because the table is emty
    Thanks in advance.

  • While saving a file, I have converted all my files to Pdf.  The only way to restore previous is to delete Adobe.  Does anyone have a soution?

    While saving a file, I have converted all my files to Pdf.  This made everything inaccessible, even Explorer.  I had to delete Adobe to get back to some of the previous files.  I tried to restore system to previous, but I kept getting a pop up message that said I did not have enough shadow space.  Does anyone have a solution?  Greatly appreciate your help.

    Application, file icons change to Acrobat/Reader icon

  • Acrobat 9 Pro converting multimedia files in PDF Portfolio

    I am using Adobe Acrobat 9 Pro and it says that it can convert multimedia files in a PDF portfolio
    but when I try to convert wmv files in gives me a conversion error. The user's guide clearly outlines that this program can convert multimedia files - MOV, AVI and WMV files to PDF files within a PDF Portfolio. Am I missing something? Why won't this work?

    You have not indicated what version of AA9 or OS you have. The current version is 9.5.5. You can do updates from the Help menu usually. If that fails, download updates from http://www.adobe.com/support/downloads/product.jsp?product=1&platform=Windows and install them in order.

  • I just read the tutorial and did exactly what it was telling me to do, and I still can't get it done. Once I have selected the file, I get a box that pops up that says "Subscribe now to convert unlimited number of files to PDFs. Subscribe Now.  I already

    I just watched the tutorial and did exactly what it was telling me to do, and I still can't get it done. Once I have selected the file, I get a box that pops up that says "Subscribe now to convert unlimited number of files to PDFs. Subscribe Now.  I already have done this! I am a subscriber!  Arrrrhhhgggg!

    Hello Kathie,
    Please let me know what exactly are you trying to do using Adobe online service.
    You might try accessing the same service for some other PDFs and check.
    Have you signed up correctly at "https://cloud.acrobat.com/" using your Adobe ID credentials.
    If the same message pops up, then please visit Contact Customer Care as they could let you know if there is any problem with your account.
    Hope to get your response.
    regards,
    Anubha

  • How do I convert a Finale Notepad file to ".pdf?"

    I have created a music notation score and in the online "help" from Finale, they suggest if you want to save a file as .pdf you have to purchase Acrobat.
    I did.
    When I tried to follow the directions below I cannot find the "postscrip" (*.ps) file that I "Print to File" with.  Here is what Finale instructs. I am using WIndows 7 if that helps. (I've tried naming the document a unique name and doing a "search" but it will not locate anything.
    There’s more than one way to create a PDF, but this method will give you more control over the results. See your Adobe Acrobat manual for full details.
    Open the file in Finale. 
    Choose File > Print. The Print dialog box appears.
    From the Destination popup menu, choose File. 
    Click Save. The Save dialog box appears.
    Give the file a name (you may wish to save it to the Desktop for convenience) and click Save. 
    Quit Finale and return to your Desktop. 
    Drag the PostScript Listing (*.PS) file to your Acrobat Distiller or launch the Acrobat Distiller and open the file. The Acrobat Distiller creates a PDF of your file in the same location and the same name before the period as your PostScript file.

    Hi, gfrerichs.
    Reader X cannot create a PDF file - it can only view and print existing PDF files.
    In order to create a PDF file (for example, print a webpage as a PDF, as you mentioned), you can purchase our CreatePDF service. This service includes a CreatePDF Printer which can print web pages to PDF.
    Or you could purchase Acrobat, which can also convert webpages to PDF.
    Dave, Adobe

  • Error when trying to convert excel files to pdf

    I'm getting the following error when trying to convert .xls and .xlsx files to pdf, using the "Create PDF" option:
    Error message from the primary converter:
    ALC-PDG-010-012-PDFMaker reported an error while printing the document.
    Word, Powerpoint and Text files convert without any issues. Also I'm able to opent the excel files and convert them to pdf using the acrobat option in excel.
    Livecycle Version: 10.0.2, GM
    MS Office Version: 2007
    Any help would be appreciated. Thanks in advance.
    Regards,
    Suhail N.

    It is always difficult when you need to convert multiple xls files to pdf or multiple sheets to pdf. If you have a single file to convert then the best method would be to copy your data to doc file and then convert it into PDF . If you have multiple files to convert then it is really difficult to convert all the files manually. Then the better method would be to use converter tool to convert excel to pdf . By doing this you can convert many files in just few seconds.

  • Have Windows XP and Adobe 9 Reader and need to send a series of large documents to clients as a matter of urgency     When I convert 10 pages a MS-Word file to Pdf this results in file of 6.7 MB which can't be emailed.     Do I combine them and then copy

    I have Windows XP and Adobe 9 Reader and need to send a series of large documents to clients as a matter of urgency When I convert 10 pages a MS-Word file to Pdf this results in file of 6.7 MB which can't be emailed.  Do I combine them and then copy to JPEG 2000 or do I have to save each page separately which is very time consuming Please advise me how to reduce the size and send 10 pages plus quickly by Adobe without the huge hassles I am enduring

    What kind of software do you use for the conversion to pdf? Adobe Reader can't create pdf files.

  • Can Adobe Distiller be used for converting all pro/e (3D -2D)  files to pdf format?

    Can Adobe Distiller be used for converting all pro/e (3D -2D)  files to pdf format?

    Acrobat Distiller Server converts Postscript to PDF.

  • How can I convert an ART file to pdf?

    How can I convert an ART file to pdf?

    I do not even know what an ART file is.
    See this article what file types are supported by Adobe PDF Pack: http://forums.adobe.com/docs/DOC-1496

  • In converting a .docx file to .pdf the the Word functionality of linking screen tips to hyperlinks is lost. Why?  How can screen tips be saved in pdf if at all?

    In converting a .docx file to .pdf the the Word functionality of linking screen tips to hyperlinks is lost. Why?  How can screen tips be saved in pdf if at all?

    Thanks for replying. I am converting from MS Office Word document to Adobe Acrobat Document and opening with Reader XI - sorry my mistake.
    I now notice another problem. On trying to open a specific hyperlink in the pdf version I get the message  'Acrobat does not allow connection to: www.biblegateway.com'.  Why would there be a restriction? 

  • Error converting Pagemaker file to PDF

    Hi there,
    I've been trying endlessly to convert an Adobe PageMaker 7.0  file to PDF. I've followed the process of "click on File, and then Export to PDF"; however, during the conversion process, an error message always pops up:
    "When you create a PDF file, you have to send the host fonts. Please go to the Acrobat distiller printer properties, 'Adobe PDF settings page' and turn off the option "Don't send fonts to Distiller."
    I've searched tirelessly where this option can be found and unchecked, but it seems elusive.
    Can you help with this please?
    Thank you.

    Hello,
    Thanks for posting. Unfortunately, at this time Acrobat.com doesn't support the conversion of Pagemaker files to PDF. For a list of supported formats, please see our help page on converting to PDF:
    http://help.adobe.com/en_US/Acrobat.com/Using/WS4c4da310f3b0910a64131dac123f400852b-8000.h tml
    What you're trying to do is possible with the desktop version of Acrobat; if this is an urgent need and you don't currently have a copy of Acrobat, I would try downloading a free 30-day trial version here:
    http://www.adobe.com/products/acrobatpro/tryout.html
    I hope this is helpful!

  • Error: EXOpenExport() while converting xlsb file to PDF

    I am getting this error while converting .XLSB file to PDF using IBR :Step PDFExport forced conversion failure by conversion engine because of error: EXOpenExport() failed: no filter available for this file type (0x0004). Can anyone tell me how to resolve this issue.
    Thanks in advance.

    Thank you for all your intrest.
    The error message I get is... "an unexpected error occured. PDFMaker was unable to process the request".
    When I then try to convert again, the system opens the ppt, but then does not do anything, and the error message does not show, for all presentations I try to convert.
    I have also tried using the ribbon, but the button does not do anything once I have clicked.
    I can print to PDF, but this provides an output which is not suitable, because it shows as if it each slide was printed on to paper and then put in PDF.
    I have also uninstalled and reinstalled Acrobat to make sure nothing was corrupt.

  • Trying to convert a word file to pdf and keep getting "An error occured while signing in"?

    Trying to convert a word file to pdf and keep getting "An error occured while signing in"?

    Or contact Adobe Customer Service via http://helpx.adobe.com/contact.html?product=export-pdf

Maybe you are looking for

  • Thread problems?

    Dear all (1)I would like to create more than 40 threads. But it seems that the default number of running threads is 40. How should I do ? (2) The "stop()" has deprecated. So if I want to stop a thread,how should I do? Thank you. Kevin

  • SIM card not supported

    Hi, i forgot my passcode for my iphone 4 and restored the phone to factory settings and it updated itself to ios5, but now the phone says that the sim card is not supported. what should i do? I've tried with other sim cards and got the same error. No

  • PC wont recognize iphone4 after restore failure trying to upgrade to OS5

    After trying to upgrade to OS5, I received a failure notice on the restore and it said to update my Windows7 and restart. Now my PC will not recognize the iphone as a device in MyComputer or in iTunes.  The phone just displays the illustration screen

  • SAP ECC 6.0 on Fedora

    Hi, Please let me know, can i install sap ecc 6.0 on fedora 10.0 or 11.0.

  • No password tag 'sapadm_password' found

    hello there I just wanted to know what exactly does it means if I got "No password tag 'sapadm_password' found" during the update of hana?  System is running Sp06, but we want to upgrade existing environment to Sp074 and test few issues that gave us