Is it possible to convert mhtml (mime html) to a PDF?

Hi,
I'm wondering if its possible to publish a dynamically generated HTML (may contain tables/text/pics/anything) in PDF using XML Publisher. If so, how, any pointers to examples and/or documentation?
Thanks,
Chiru

The InDesign method Steve mentions is the best option. You can also place it in Illustrator as an import but you'll need to have the same fonts as the PDF file. This option will allow you to edit the files, pending what objects are editable. It will have a few quirks, and the text lines might be separate objects.
I'd go InDesign, but just in case you don't have ID, you can use Illustrator, but be prepared for a little work.

Similar Messages

  • Is it possible to convert InDesign to html?

    A client of mine want to convert an existing design—all finished in InDesign, into an html file. I know there is an expot function, but all it does it grab the text and images—but not the design or the layout. I guess what I am looking for is to conver the page the way a pdf would—hold the design and layout, but saved as a pdf. I want to hold the design and layout but saved as an html.
    Possible or do I need to recreate the item in GoLive, Dreamweaver or other software?

    Can't be done easily and for the most part shouldn't be. Print layouts are far different than web layouts. If they want an exact duplicate then post a PDF.
    Bob

  • Convert a word document to multiple PDF documents

    Hello
    I would like to convert a word document to multiple PDF documents. (i.e. convert 20 page word document into 20 single page PDF's). Is it possible to do this easliy and quickly.
    I have used word mail merge to create multiple cover letters in word
    I would now like to convert each cover letter (which is 1 page each) into individialized PDF's so that I can email them out as attachments
    I currently have been copying and pasting from my master word document into a fresh word document (one page at a time) then, saving, then converting to PDF one cover letter at a time. Although this works it is time consuming and I figured there may be an easier quicker way to do this
    Any thoughts, suggesstions, would be greatly appreciated
    Thanks

    It is possible to convert the word document into a PDF then while the PDF is open do:
    Document
    Extract Pages
    1-20
    Check "Extract pages as seperate files"
    This will give you 20 seperate files.
    Hope it helps!

  • Can I convert a web page into a pdf document

    With IE it is possible to convert a web page to a pdf document if you have full Adobe Acrobat. Can this be done with Firefox.

    Hi BogdanVladusel,
    You cannot convert a webpage to pdf using Adobe PDF Pack. You need to use Adobe Acrobat for the purpose.
    Regards,
    Rave

  • Is it possible to convert PDF file into HTML

    Dear friends
    Is it possible to convert PDF file into HTML. I have few hundread PDF files i like to convert this files into HTML. I hope it can be done through Java but i don't know how to start this coding. anybody can give me a brief idea to go ahead.

    Why do you want to do this yourself? I quick search on Google showed several utilities to do this, some freeware, some commercial.

  • Is it possible to convert HTML to XML in as2?

    Hi,
    I am trying to develop a stock widget to use in my mobile using flashlite 2.x.
    I have chosen "http://charting.nasdaq.com" to obtain 5days chart /6months chart..
    But I am not able to use XML object for this and parse.. The values are in table format.. So I have to use LoadVars.. but writing a AS2 code
    to obtain values like High/Low price of the stock or volume is very lengthy since the data obtained are not in XML format..
    i tried this
    var example_xml:LoadVars = new LoadVars();
    example.ignoreWhite = true;
    example_xml.load("http://charting.nasdaq.com/ext/charts.dll?2-1-14-0-0-75-03NA000000www-&SF:4|5-WD=539-HT=39 5--XTBL-");
    example_xml.onLoad = function(success) {
         if (success == true) {
              trace(example_xml);
    Is it possible to convert them to xml and use relevent methods or xml properties?
    If I use example_xml:XML = new XML() then tracing example_xml (as above) doesn't give any data
    Any help?

    I had a project a few years ago where I converted 10s of thousands of TestStand HTML files from TS 1.0 and 3.0.
    Most of what I did is specific to our internal data structures, but I'll try to help get you started.
    The general idea is to pick out the report header and data sections from each file, then eliminate the HTML formatting.
    The attached file will extract the Report Header and data sections.
    To use this, you will need to download this additional VI that I posted here in the regex board a few years ago.
    http://forums.ni.com/t5/BreakPoint/Regular-Expressions-Board/m-p/1269088#M14343
    Here is one more file that will parse out each data record and dtermine it's Name, status, type value, limits and duration/timestamp info
    Now is the right time to use %^<%Y-%m-%dT%H:%M:%S%3uZ>T
    If you don't hate time zones, you're not a real programmer.
    "You are what you don't automate"
    Inplaceness is synonymous with insidiousness
    Attachments:
    Parse TestStand HTML.vi ‏42 KB
    Parse TestStand HTML Data Section.vi ‏55 KB

  • Is it possible to convert ascii data in binary?

    Hi all.
    In my one table there is a column which contains ascii value. i want to convert it in binary. It it possible in oracle?
    eg field value:1250ÿ it should be 125011111111
    kindly tell how to do this.
    i have tried this using a simple java program but doesnot work for some ascii values.
    thank you

    I created two functions :
    create or replace FUNCTION dec2bin (N IN NUMBER) RETURN VARCHAR2 IS
    binval VARCHAR2(64);
    N2 NUMBER := N;
    BEGIN
    WHILE ( N2 > 0 ) LOOP
    binval := MOD(N2, 2) || binval;
    N2 := TRUNC( N2 / 2 );
    END LOOP;
    RETURN binval;
    END dec2bin;
    And other :
    create or replace function to_ascii( inSource IN VARCHAR2 )
    return varchar2 AS
    ResultString varchar2(381); -- 3 * possible length of source
    TempNumber number;
    begin
    for i in 1..length( inSource ) loop
    TempNumber := dec2bin ( ascii( substr( inSource,i,1 ) ) );
    ResultString := ResultString || trim( to_char(TempNumber,'00000009'));
    end loop;
    return ResultString;
    end;
    Now, in sqlplus : (just to show the binary string)
    column mybin for 9999999999999999999999999999999999999999
    SQL> select to_ascii('g') mybin from dual;
    MYBIN
    01100111
    SQL> select to_ascii('girish') mybin from dual;
    MYBIN
    011001110110100101110010011010010111001101101000
    SQL>Source:http://psoug.org/snippet/Convert-between-Decimal-Binary-Octal-and-Hex_536.htm
    http://www.dbforums.com/oracle/974944-converting-string-binary.html
    Is this you want or something else ?
    Regards
    Girish Sharma

  • Bitmap image won't show after converting HTML file to pdf

    I have a program which saves a technical report as a HTML file. I don't  have another choice as to file type to save as. This program has a  template which generates the report....and there are fields which are  filled in...some text fields, and one is a company logo. Just to be  clear the logo itself is not in the template, a holding place is there  which points to the location of the logo on my drive. This is all set up  by the program and can't be altered.
    If I save the logo as a jpg, png or tiff file, the logo shows up in the  final HTML report and if I use Adobe Professional (version 7.0 on Win XP)  to create a pdf the  image also shows up - a perfect replica of the report is created in pdf,  making it convenient for printing and email.
    If I save the logo as a bitmap file (which creates a higher resolution  and sharper looking logo) the logo shows up in the initial HTML  technical report, but when I convert this to pdf the file is not found,  instead it shows as a small square red box with the error "Bad file  image" or "unable to download image".
    I can't understand why this would be the case as the logo is saved in  the same location whether it is jpg, png, tiff or bmp. It just seems  that the Adobe Pro doesn't know how to "find" the bitmap logo from the  HTML template. 
    I did try converting the HTML document to Word but it threw the  formatting out and when it was converted to pdf it cropped the page  & I wasn't able to resolve this...maybe it can be done but it is a  long way around in any case, particularly if steps then need to be taken  to correct the formatting.
    At the moment the document can be printed with success from the original  format - then it's a matter of scanning the printed document in order  to email. It can't be emailed directly because of the embedded  information which is lost if then sent to the recipient's computer.  However it would be nice if the doc could be converted to pdf which  would then make it easier to transfer the file to a backup drive or for  email.  Any ideas? Thanks

    Thanks for your response. Yes I did mean .bmp files.
    The problem is not getting it to show in HTML - but Adobe then picking it up from there. I guess though if it is not a standard format for HTML then maybe Adobe has trouble recognising it if it is there. Also, it is possible for Adobe to convert .bmp files if they are inserted in the HTML file, but I have instead a template with the code for the location of the file rather than the graphic itself.  I don't have this problem using the other file formats and getting them into pdf...it's just that the images aren't as sharp as the bmp. I have tried various formats and resolutions so if there isn't a way I can get the bmp from the HTML file into pdf I might just have to live with printing and scanning from the original. Thanks for your input, it confirms what I was thinking. I'll leave this unanswered for now in case someone else has further information.

  • Is it possible to convert .doc to pdf  ?

    Hi..
    I am very new to Livecycle Workflow...! I just want to know whether it is possible to convert .doc to pdf  ?
    Just by googling i came to know that CreatePDF2 Service will do this Conversion ! But it throws me an Exception like "Conversion Exception :" Cannot connect to Adobe Service "...!
    Can u guys pls help me out to slove the problem ?
    Thanks & Regards
    Karthik.

    you don't know the format of a word doc? well, that's good for you because it's a nightmare.
    - check POI (http://jakarta.apache.org/poi/index.html) to see if you can load-up the .doc then generate the .pdf with iText
    - personally i use the Open Office Bean to open the .doc, i save it in .sxw (OO format which is a jar of different XML files), then i use XSLT to transform content.xml in .fo then use FOP to build the PDF. sounds crazy but works fine (only on a machine with graphic support - not via Telnet, etc...)

  • Emac OSX 10.3.9 Possible to convert to Linux OS ???

    Folks,
    I have two pretty much pristine emac's that are running fine. Probably 5-6 years old. I am curious as to whether it's possible to convert these to Linux OS. How would this be done (internet?). Anyway at least one of is destined for donor or recycle. The others maybe too, if I can't find a good use for these. We now have 2 MB pro's, 2 emac's, a IBM PC, and a gaming pc and I wish to simplify / cutback on this clutter.
    Regards
    Jim Svarz

    If a mac can run OS X, it can also run Linux. See http://lowendmac.com/misc/06/0918.html
     Cheers, Tom

  • How to convert an HTML form to PDF

    Is there any way to convert HTML page (with text boxes,radio/submit buttons) into a PDF file so form can be entered in a PDF format??

    DanCrintea wrote:
    HTML to PDF with Java, using OpenOffice.org - example here: [http://www.dancrintea.ro/html-to-pdf/|http://www.dancrintea.ro/html-to-pdf/]
    You can use OpenOffice.org, running as a server and command it remotely for document convertion.
    Besides HTML to PDF, there are also possible other convertions:
    doc --> pdf, html, txt, rtf
    xls --> pdf, html, csv
    ppt --> pdf, swf
    Code example:
    import officetools.OfficeFile; // this is my tools package
    FileInputStream fis = new FileInputStream(new File("c:/test.html"));
    FileOutputStream fos = new FileOutputStream(new File("c:/test.pdf"));
    // suppose OpenOffice.org runs on localhost, port 8100
    OfficeFile f = new OfficeFile(fis,"localhost","8100", true);
    f.convert(fos,"pdf");
    -----------------------------------------------------------------------------------------------------------------------------------------You really think this is a good way to market your crappy product?

  • I have photoshop elements 10 for PC is possible to convert the license for MAC?

    I have photoshop elements 10 for PC is possible to convert the license for MAC?

    Good evening I do not have disc version, I by in Internet and attached I send the license number can I use?
    I have downloaded the version 10 but when I insert the license number the program say that is wrong.
    May I resolve the problem??
    byby
    Thanks
    Leandro Duranti
    [email protected]
    Il giorno 08/feb/2015, alle ore 01:15, Barbara B. <[email protected]> ha scritto:
    I have photoshop elements 10 for PC is possible to convert the license for MAC?
    created by Barbara B. <https://forums.adobe.com/people/Barbara+B.> in Photoshop Elements - View the full discussion <https://forums.adobe.com/message/7173380#7173380>
    That depends. If you bought the disc version, you're good to go, since your serial number works on both platforms, so just install the mac version. If you lost the discs or your mac doesn't have a disc drive, you can download it here:
    Download Photoshop Elements products | 13, 12, 11, 10 <https://helpx.adobe.com/photoshop-elements/kb/photoshop-elements-10-11-downloads.html>
    However, if you bought the windows version as a download, you're out of luck. Adobe does do a crossgrade, but for older versions you have to pay to upgrade to current version on the new platform, and that's more expensive than just buying it, if you search around for a good price.
    If the reply above answers your question, please take a moment to mark this answer as correct by visiting: https://forums.adobe.com/message/7173380#7173380 and clicking ‘Correct’ below the answer
    Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page:
    Please note that the Adobe Forums do not accept email attachments. If you want to embed an image in your message please visit the thread in the forum and click the camera icon: https://forums.adobe.com/message/7173380#7173380
    To unsubscribe from this thread, please visit the message page at , click "Following" at the top right, & "Stop Following"
    Start a new discussion in Photoshop Elements by email <mailto:[email protected]ware.com> or at Adobe Community <https://forums.adobe.com/choose-container.jspa?contentType=1&containerType=14&container=33 47>
    For more information about maintaining your forum email notifications please go to https://forums.adobe.com/thread/1516624 <https://forums.adobe.com/thread/1516624>.

  • Is it possible to convert an app from 12c to 11g?

    I am using both 11.1.2.4 and 12.1.2.0.
    If I have an app built with 12.1.2.0, which does not include any 12c specific features, is it possible to convert it to 11.1.2.4?
    I am asking because I have a Development environment that is 12c, but a Production environment that is 11g and I am not sure we will be able to upgrade the Production environment
    Thanks in advance..

    It's possible but not an easy task. As 12c uses newer stuff you have to test everything with great care. You might find some things you have to rebuild add they won't work in 11.1.2.4.0 (e.g. components which are only available in 12c. If you read the what's new doc for 12c and you find something you have used, prepare to rebuild this part.
    First thing to try ids to open the project in 11.1.2.4.0 and see if you can compile and run the app.
    Timo

  • Is it possible to convert text captions to Smart Shapes?

    Hello,
    I have a collegue that is using Cp 5 to record software simulations which then need to be brought into Cp6. The problem is that our standards (for software simulations) employ Smart Shape call outs (not the Cp 5.5 and earlier text captions).
    Is it possible to convert these text captions into our themed Smart Shapes either automatically inside Captivate 6 or by modifying the content within the CPTx file?
    Thank you,
    Shawn

    Hello Lilybiri,
    As always you are awesome! :-)
    >I don't believe an automatic switch will be possible, because smart shapes are totally different objects.
    I understand because there are a huge variety of shapes in either format. But I suspect that it should be easy to convert a text caption from any style to one specified smart shape style.
    Actually, I am asking before the simulations get started. So nothing has been done yet. I am unsure what you are suggesting I should do in the preferences under Cp 5.5. Are you suggesting that there is a way to convert 'some format' of text callouts, in a Cp5.5 demonstration simulation, to Smart Shapes in Cp6?
    >but since you already have created the simulations, it has to be done manually. Hoping for you that
    >someone has a bright idea, but I do not see one immediately.
    For anyone else in this situation, it would be handy to have a solution (rather than painstakingly convert each manually).
    I am wondering if this might be a relatively easy search/replace within one of the xml files within the CPTx file. I'm going to look at this tonight.
    Thanks for your assist.

  • Can I convert an existing html file to muse file?

    can I convert an existing html file to muse file?

    Hi,
    As of now Muse does not offer this option to convert an existing HTML file into a Muse file.
    However, I would request you to post this as a feature request on Ideas for features in Adobe Muse
    Regards,
    Rohit Nair

Maybe you are looking for

  • Creation of CVC

    Hello All, I am struck in creation of CVC. I have suucessfully loaded the data from file and I am able to see the data in info cube by selection of "display data in info cue" But I am not able to create CVC in MPOS. I get message "No new characterist

  • Jtextpane for print

    how i can print content of jtextpane ? thanks

  • Safari 6.0 go directly to website

    Prior to Safari 6.0, I was able to type in a name of a business and it would go straight to that business and not to a Google search. For example, in the prior version, if I typed in "Tingo", it would go directly to Tingo.com. But with 6.0, it goes t

  • Coldfusion 10 on Websphere 8.5.5.0 Liberty Profile

    I'm trying to get CF10 Developer Edition working on Websphere 8.5.5.0 Liberty Profile, and after messing around (a LOT) with the web.xml and adding a -Dcoldfusion.disablejsafe=true java parameter to the startup, I've almost got it working. (Incidenta

  • Problems Saving in Photoshop CS4

    Hi.  I've been searching EVERYWHERE for a fix for this problem and nobody seems to know what to do, yet so many people are having the same problem. When I'm doing a lot of work to one photo, I like to save every few minutes just to be safe.  For the