Using PDF instead of HTML

To whom it may concern at Adobe,
After careful consideration of the numerous present technologies for website content (including HTML, PHP, Java, JavaScript, MySQL, etc, and systems like Typo3, Joomla, etc), we decided to drop everything in favour of PDF, being both an ISO standard and the standard de facto for office documentation. Everybody has Acrobat Reader installed, the browser plugin is also installed, and therefore everybody is able to display an http://.../index.pdf. Problems that are common to other websites, such as SQL injection, the need to keep a backup of the SQL server, the demand for space (the bare installation of typo3 demands 1GB of server space), for example, they are problems that we simply do not want to have. Today, as a result of the initial considerations and subsequent development, a singe index.pdf file of 200K holds our entire website. Dynamic content is loaded by included swfs that read various .xml files. The website displays beautifully on a Mac with Safari and Acrobat X, or on Windows XP with any browser. There are a few problems, however, that are still pending. We describe them here.
The call of index.pdf from index.html may result into a blank page, and the Acrobat Reader plugin makes no effort to inform and help the human client. It turns out that Acrobat Reader v10 is not available on all platforms. For example, linux (ubuntu v11) and solaris (v11) still have Acrobar Reader v9. On linux or solaris you see a "3d data parsing error'' each time you open a page with included swf. This does not happen all the times. It only happens if your installed version is different than version 9.2. Both 9.3 and 9.4 show the above error. This is a manyfold problem, because the latest version on those systems is version 9.4; version 10 is not available from Adobe and most people are not willing to downgrade to version 9.2, which is also not available from the system's default package manager. Other systems are not devoid of problems. On Apple OSX, for example, the plugin is only available for Safari. If your default browser is Firefox, or Chrome, or Opera, you cannot see the index.pdf. You are forced to use Safari. On Apple iOS, even Safari fails to run the index.pdf, because Acrobat Reader is not avilable for that platform. We solved most of these problems via an HTML+JavaScript loader that performs a compatibility check up. If all tests are successful, then the HTML calls the PDF. If the tests fail, then a courtesy message appears, explaining the problem(s) and describing the steps that the user must execute to solve the problem(s). If the user does not want to use the Acrobat plugin, then the user is redirected to the RSS feeds. The whole website is built upon RSS feeds, and thus the user has access to (most of) the website content. You can read this code at the following address: http://www.MadreAcqua.org/index.html. This is not sufficient, however. We had people with Acrobat Reader X installed on Adobe supported systems, but their browser plugin was still version 9; it turned out that the update of the Reader application failed to update the Reader plugin. On Windows 7+updates, with Firefox 4+updates and Acrobat Reader 10+ updates, the index.pdf does not display the included swfs. We remark that it works on Windows XP+updates and Adobe Reader 10 with any browser. The failure on Windows 7 is therefore a mistery. There are also people who are sick and tired of updating Acrobat Reader by hand, or do not have the skill or time to do it. This is also the source of recent security concerns.
The following are additional problems.
1. The index.pdf includes SWFs for its dynamic parts (RSS readers and video). Sometimes, randomly, the SWFs do either of the following: they disappear (the only way to make them appear again is to click on their area); they disappear and reappear like christmas lights (the only way to make them stop is to reload the page); they also disappear or reappear when resizing the browser's window.
2. The mouse wheel flips the pages instead of scrolling. More precisely, each page of the website is displayed in full. If one scrolls, however, the engine should try scrolling, find that the page is displayed in full, and therefore nothing should happen. Instead, the engine shows the next page of the PDF. The PDF was built with the "single page view" flag, but the engine forces the "Enable Scrolling" mode. This seems to be a bug of Adobe Reader. 
In summary, dear Adobe, please ensure that all platforms have the same version of Acrobat Reader plugin, and that the plugin is automatically updated, similarly to Flash Player 10.3. A single plugin (pdf+swf) would also be useful to have. Please also make an official loader as part of the plugin, both to solve (most of) the above problems and rise your own awareness of them. Failure to do so implies your failure to offer sound competition to HTML++.
Best regards,
M.A.S.T.

> At the time Reader nine was released, there was NO SUCH THING as Reader 10. It didn't exist.
Where is the problem here? Adobe can release an update for version 9 that makes it aware of version 10, then perform the actual update to version 10.
> I agree it should.... it should also inform about versions 11, 12, 13, 14, 15, ad infinitum until the end of time too.
It would be easier to just release the source code, once.
> You know that you are under no legal obligation to update anything. If you visithttp://oldversion.com/Acrobat%20Reader.html you can download Adobe Reader version 1 if you feel so inclined, and you will be able to view hardly any PDFs at all, including PDF websites. It's entirely up to you.
The recent security attacks are all based upon people still using version 9, and Adobe did not gain in reputation because of it. There is also a loss in functionality, both because version 9.2 can display inline swf while 9.3 and 9.4 trigger a still unpatched "3d data parsing error", and version 10 is not available on all platforms.
It is not clear whether you work for Adobe or its competitors.
It is clear, however, that the present Reader is not good enough for our purpose.
e.o.f.
The original message was:
To whom it may concern at Adobe,
After careful consideration of the numerous present technologies for website content (including HTML, PHP, Java, JavaScript, MySQL, etc, and systems like Typo3, Joomla, etc), we decided to drop everything in favour of PDF, being both an ISO standard and the standard de facto for office documentation. Everybody has Acrobat Reader installed, the browser plugin is also installed, and therefore everybody is able to display an http://.../index.pdf. Problems that are common to other websites, such as SQL injection, the need to keep a backup of the SQL server, the demand for space (the bare installation of typo3 demands 1GB of server space), for example, they are problems that we simply do not want to have. Today, as a result of the initial considerations and subsequent development, a singe index.pdf file of 200K holds our entire website. Dynamic content is loaded by included swfs that read various .xml files. The website displays beautifully on a Mac with Safari and Acrobat X, or on Windows XP with any browser. There are a few problems, however, that are still pending. We describe them here.
The call of index.pdf from index.html may result into a blank page, and the Acrobat Reader plugin makes no effort to inform and help the human client. It turns out that Acrobat Reader v10 is not available on all platforms. For example, linux (ubuntu v11) and solaris (v11) still have Acrobar Reader v9. On linux or solaris you see a "3d data parsing error'' each time you open a page with included swf. This does not happen all the times. It only happens if your installed version is different than version 9.2. Both 9.3 and 9.4 show the above error. This is a manyfold problem, because the latest version on those systems is version 9.4; version 10 is not available from Adobe and most people are not willing to downgrade to version 9.2, which is also not available from the system's default package manager. Other systems are not devoid of problems. On Apple OSX, for example, the plugin is only available for Safari. If your default browser is Firefox, or Chrome, or Opera, you cannot see the index.pdf. You are forced to use Safari. On Apple iOS, even Safari fails to run the index.pdf, because Acrobat Reader is not avilable for that platform. We solved most of these problems via an HTML+JavaScript loader that performs a compatibility check up. If all tests are successful, then the HTML calls the PDF. If the tests fail, then a courtesy message appears, explaining the problem(s) and describing the steps that the user must execute to solve the problem(s). If the user does not want to use the Acrobat plugin, then the user is redirected to the RSS feeds. The whole website is built upon RSS feeds, and thus the user has access to (most of) the website content. You can read this code at the following address: http://www.MadreAcqua.org/index.html. This is not sufficient, however. We had people with Acrobat Reader X installed on Adobe supported systems, but their browser plugin was still version 9; it turned out that the update of the Reader application failed to update the Reader plugin. On Windows 7+updates, with Firefox 4+updates and Acrobat Reader 10+ updates, the index.pdf does not display the included swfs. We remark that it works on Windows XP+updates and Adobe Reader 10 with any browser. The failure on Windows 7 is therefore a mistery. There are also people who are sick and tired of updating Acrobat Reader by hand, or do not have the skill or time to do it. This is also the source of recent security concerns.
The following are additional problems.
1. The index.pdf includes SWFs for its dynamic parts (RSS readers and video). Sometimes, randomly, the SWFs do either of the following: they disappear (the only way to make them appear again is to click on their area); they disappear and reappear like christmas lights (the only way to make them stop is to reload the page); they also disappear or reappear when resizing the browser's window.
2. The mouse wheel flips the pages instead of scrolling. More precisely, each page of the website is displayed in full. If one scrolls, however, the engine should try scrolling, find that the page is displayed in full, and therefore nothing should happen. Instead, the engine shows the next page of the PDF. The PDF was built with the "single page view" flag, but the engine forces the "Enable Scrolling" mode. This seems to be a bug of Adobe Reader.
In summary, dear Adobe, please ensure that all platforms have the same version of Acrobat Reader plugin, and that the plugin is automatically updated, similarly to Flash Player 10.3. A single plugin (pdf+swf) would also be useful to have. Please also make an official loader as part of the plugin, both to solve (most of) the above problems and rise your own awareness of them. Failure to do so implies your failure to offer sound competition to HTML++.
Best regards,
M.A.S.T.
Message was edited by: M.A.S.T.

Similar Messages

  • Using PDFs - Robohelp 7 HTML

    I'm new to Robohelp. Is there anyway to use PDFs as topics
    instead of importing them and converting them to HTML? I have over
    a 100 PDFs i need to use on a project but don't like the way they
    look when converted. Does anyone have any suggestions?
    much appreciated,
    Eynar

    Hi Eynar and welcome to the forums.
    Yes you can add pdfs directly to a help file. It can get a
    bit tricky and depends a little on how you want them displayed. If
    you create a direct link to a .pdf (e.g. <A
    HREF="yourfile.pdf">click here</A>), the link will prompt
    the user to save or open the file. You can also use a shortcut
    control, which will open the .pdf in the user's default .pdf
    reader. The way to get the file to open in the help browser is to
    use the parser function (see below) and create a link calling that
    function <A ONCLICK="parser('yourfile.pdf')"
    STYLE="text-decoration:underline; COLOR: green; CURSOR:
    hand">Link to your PDF file</A>.
    The parser function was written by Microsoft to find the
    correct path for linked files. I've included it here, you can also
    find it in Microsoft's help documentation. You would add it to your
    <HEAD> section. With this function your pdf files can be
    external to the compiled help file but in the same folder.
    John

  • Possibility of using pdf and html postings

    Hello,
    we are using SAP E-Recruiting Release 604. We are using a external channel which sends out mails with the posting to several universities automatically. Now we want to switch from pdf posting to html posting. Unfortunately the universities can not print html postings and prefer pdf postings. Is there a possibility to switch to html posting but still send mails with pdf postings?
    Thanks for your replies!

    you can generate the PDF in the workflow manually and than send the mail manually.
    But I prefer the PDF version too. Why switch to HTML?
    Maybe you should use the XML posting option instead?

  • Use jbo:InputRender instead of html:text

    I'm currently trying JDev 10g preview and i'm using Business Components with Struts. When i use the data control palette to create an input form in a JSP page, all the input are html:text. Is there a way to set the default type of all inputs to jbo:InputRender instead of html:text?
    Thanks
    J�r�

    No, i would like to set the type of each input in my Business Component instead of in the JSP pages. This way, if i want to change the type of an input, i will have to change my business component, not my JSP pages.
    So, to be able to do this, i have to change every input from html:text to jbo:InputRender in all my forms. Which i think is not optional, because if the input type is not indicated, jbo:InputRender use the input type (which in most case, except for dates, is html:text).

  • We have a web.mail system at our university based on Outlook, it has worked fine until upgraded to 8.01 the attachments always comes in ashx format (instead of word , pp pdf or whatever and are hard to open. If I use Safari instead everything is ok

    We have web.mail system at our university based on Outlook, it has worked fine until upgraded to 8.01 the attachments always comes in ashx format (instead of word , pp pdf or whatever and are hard to open. If I use Safari instead everything is ok edit

    Outlook Web Access sends an illegal Content-Dispositon header to Firefox. This is no longer allowed in Firefox 8. Firefox 9 will have a workaround for this so that Microsoft has time to fix their software.<br>
    See http://support.mozilla.com/nl/questions/895024<br>
    https://support.mozilla.com/en-US/search?q=attachement.ashx<br>
    Bug 704989 - add workaround for broken Outlook Web App (OWA) attachment handling <br>

  • Send word or pdf document as HTML email

    Hello all,
    we have word documents (on a local file) that we want to send via SAP as HTML email, i.e. we need the content of the word document in the email body. The documents also contain images. With the class cl_bcs I can send mails including attachments and also pure HTML but I don't know how to convert the word or pdf document into HTML and how to process it to get the images in the correct way. Is there perhaps a more direct way to achieve the goal to mail the word documents? Is there anybody who can help?
    Thank you very much and best regards
    Frank

    First, as you guessed, most (all?) mail clients don't display "complex" documents (doc, xls, pdf, etc.) inside a mail, they are always provided as attachments. Only simple documents like images can be directly displayed.
    SAP's job is not to convert from a format to another, especially .DOC and .PDF formats, which are rather complex.
    You'd better look at specialized third-party softwares. Note that SAP has a connection tool called BC-XDC (eXternal Document Converter) which is used to connect these third-party softwares to SAP. You may look at the certified softwares using this connection tool.
    Notes: if the .DOC and .PDF documents are generated by one of your programs, prefer to modify them to generate the documents in another format (HTML) instead of converting them. I can't say much as I don't know your exact scenario.
    There is also SO_RTF_TO_HTM (and CONVERT_TEXT maybe) function module, but I wouldn't expect much of it.

  • PDF and column HTML code

    My report table include column with HTML format such as
    <a target="_blank" href="tableA.url">tableA.url</a>
    It works fine in dashbaord: I see the URL and when click on it, I got the URL in new window.
    When I export to PDF, the resulting PDF display the HTML code and not just the URL.
    Any ideas?

    user8257465 wrote:
    Hi,
    I tried to achieve this before without success. My conclussion was that the pdf converssion engine that OBIEE uses is not able to generate HTML code inside the pdf.
    Me too I will like to know if someone achieved this.
    Thanks,Unfortunately, your assessment is correct: when printing to pdf, the HTML codes are exposed rather than maintaining the functionality of the coding.

  • Report using PDF

    i want to know whether Acrobat Reader which displays the files using PDF extension is included as a part of Internet Explorer or does Acrobat reader needs t obe installed separately. Please help in solving my doubt.

    Hi Jatin,
    You need to download Acrobat Reader separately
    http://www.adobe.com/products/acrobat/readstep2.html
    Navneet.

  • Firefox can't read any Bookmark that was imported from my PC with file extension .url. Safari reads them fine. Is there a fix, so I can use Firefox instead of Safari? Many thanks if so. I have the latest version of Firefox

    Firefox can't read any Bookmark on my Mac that was imported from my PC with file extension .url. Safari reads them all fine. Is there a fix, so I can use Firefox instead of Safari? Many thanks if so. I have the latest version of Firefox
    == URL of affected sites ==
    http://anysite.url
    == User Agent ==
    Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_8; en-us) AppleWebKit/531.22.7 (KHTML, like Gecko) Version/4.0.5 Safari/531.22.7

    Hello JF.
    I don't think that extension is supported. I believe Firefox can only read .json and .html.
    You may want to read this though:
    [http://support.mozilla.com/en-US/kb/Importing+bookmarks+and other data from Safari Importing bookmarks and other data from Safari]

  • Problem with .PDF files from .html files at pagebreaks

    I am using DW CS5.  When I make a .pdf from the .html file it is not handling the images with captions correctly, or even consistently, at the bottom of the .pdf page.
    Here is the Link to the .html code:
    http://www.schembs.com/0_PDF_PAGE_PROBLEM.htm
    and to the .css, if you need it:
    http://www.schembs.com/0_PDF_files/2011_ZachBuch_No_Lines.css
    The test page repeats the same image with caption several times. 
    See at the bottom of page 1. There is not enough space for Image #3 so it correctly puts it at the top of page 2.  However it puts the caption for Image #3 in the vertical position as if there were no page break and Image #3 were positioned just below the caption for Image #2.  Here is a screenshot of the bottom of page 1:
    It then places image #4 below the caption for Image #3, which results in Image #4 being on top of Image #3.
    At the bottom of page 2 there is not space for Image #6 so it puts it at the top of page 3.  It properly places the caption below Image #6 and properly places Image #7.  Here is the bottom of page 2;
    At the bottom of page 3 there is not space for all the lines of the caption, so it puts the last line of the caption for Image #8 at the top of page 4.  This is o.k.  Here is the bottom of page 3:
    I can live with it breaking up the caption (not ideal) but not with the caption overwriting the image or images overwriting images. 
    Thanks very much for your ideas on how to fix this.
    jds zigzag

    Hello Jim,
    in my IE 8 your website looks great, I don't see any overlaps. To show you what I did, here you can follow and check my proceeding by using my (German) "Adobe Acrobat 9 Pro".
    Step 1:
    Step 2:
    Step 3:
    Step 4:
    I'm sure that you can understand the used German terms, if not, bitte frage mich nachher noch einmal.
    Good luck! (German: Glück auf!)
    Hans-Günter
    P.S.
    Would you say where in one of these countless "St. Alban's" did you find these "Fratzensteine"?

  • Any Tutorial / Sample to create Single PDF from multiple source files using PDF assembler in a watched folder process.

    Any Tutorial / Sample to create Single PDF from multiple source files using PDF assembler in a watched folder process. I have a client application which will prepare number of source files and some meta data information (in .XML) which will be used in header/footer. Is it possible to put a run time generated DDX file in the watch folder and use it in Process. If possible how can I pass the file names in the DDX. Any sample Process will be very helpful.

    If possible, make use of Assembler API in your client application instead of doing this using watched folder. Here are the Assembler samples :  LiveCycle ES2.5 * Programming with LiveCycle ES2.5
    Watched folder can accept zip files (sample : Configuring a watched folder to handle multiple input files and write results to a single folder | Adobe LiveCycle Blog ). You can also use execute script to create the DDX at runtime : LiveCycle ES2 * Application Development Using LiveCycle Workbench ES2
    Thanks
    Wasil

  • How to improve the resolution of jpg files in a pdf created from html

    I have a document in html that I need to convert to pdf. If I open the html in acrobat, the images look fine, almost the same as if I open the file in a browser. If I do "create pdf from web page", the jpg files imbedded in the html look terrible in the resulting pdf. Where can I adjust the resolution settings so that the jpg images look better in the pdf?
    I need to use "create pdf from web page" because I need access to the options to change the page size, margins, and header/footer, which I can't seem to find when I just open an html file and save as pdf, etc.
    LHH_enc

    Do you have a particular URL that we can look at to see where the problem might be? As far as adusting margins and such from your browser, those would be in the browser print settings to provide that option. You also would need to check possibly to use the Print or Press settings file to get better graphic resolution. The settings file selection may also be important if you use PDF Maker in one of the browsers that use PDF Maker.

  • Submit pdf form as HTML will attach a tmp file to email

    I all,
    I'm just trying to submit a simple pdf form as HTML but I always get a "RandomFileName.tmp" file as attachment to the resulting email.
    If I open the tmp file with a text editor I see it contains my form fields name and their related values.
    But I think the end-user has not all the knowledge to open a strange file name with a tmp extension.
    Why do this happen? is it a bug?
    I'm using Acrobat X and Thunderbird 24.0 as email client.
    Is there a simple way (I don't know javascript) to get all fields/values in the email body?
    This task should be really simple but I cannot find any usefull info on adobe website.
    TIA for any help or suggestion.
    tony

    Is there a simple way (I don't know javascript) to get all fields/values in the email body?
    This can be done with JS, and it's not too complicated, but you can't generate an email from Reader without any attachments (well, actually you can, but then the amount of data you can put in it is very limited), it has to have either the entire PDF, or a file with the form data, attached to it.

  • Is it possible to import a pdf instead of a jpg to put in the base "photo layer?"

    Is it possible to import a pdf instead of a jpg to put in the base "photo layer?"
    I start with a pdf document convert it to a jpg
         mark it up in ideas
         then finish up with a marked up  jpg document
         then reconvert it back to a pdf
    I can only use jpgs in ideas. Converting the pdf to a jpg and them re convert it back after marking it up but this seems like an awfully round about way of doing things especially as it should all be inhouse adobe products .
    An alternative would be to use adobe reader to mark up the document, but this does not allow me enough control as compared with marking it up Ideas, particularly with layers and control of the tools.
    What I am trying to do is mark up and scribble over my architectual CAD drawings which are exported as a pdf document.
    Any one got any bright ideas?
    thanks
    Brian C.

    Hi Brian,
    Saving as PDF it is not currently possible.I created the following feature request on your behalf. Please add your vote and any comments you would like see included
    http://forums.adobe.com/ideas/1973
    I also considered recommending Adobe Debut, it is currently only available on Android and might only work if you presenting the markup data from the tablet itself. You can import a multi-page PDF and add markups to the various pages and present the document to someone from the tablet, not sure if that would be useful for you or not?
    Another consideration:
    http://usa.autodesk.com/design-review/
    -Dave

  • How do I save a file as an unformatted txt file instead of html or rtf?

    How do I save a file as an unformatted txt file instead of html or rtf?

    Use menu Image>Image Size in the image size dialog uncheck Resample and enter 300 in the resolution field and click OK.  Note no Pixels are changed only the resolution setting get changed.  The use Menu Fils>Save As in the save as dialog use the file type pull down and select Tiff then click Save
    In the Tiff Option Dialog in the Image Compression  section set None The click OK.

Maybe you are looking for

  • Check the value of attribute of a child node in datatype xmltype.

    Hello, I have a xml stored in column having datatype as "XMLTYPE" <?xml version="1.0" encoding="ISO-8859-1"?> <Settings>   <Setting Name="A1" Value="N"/>   <Setting Name="A2" Value="N"/>   <Setting Name="A3" Value="SOMEVALUE"/>   <Setting Name="A4" V

  • In iTunes, I cannot drag and drop music into my Ipod.

    Correction: I can drag and drop a music file, but then on the iPod, the music file shows up in gray, unplayable, and just doesn't end up transferring. I have dragged and dropped music files on two different computers, now it doesn't work on either on

  • Odd stuff on my desk top

    Earlier today I installed windows media player and new VirusBarrier definisions on my MacBook Pro. Now I have a Network, Servers and Static Icons on my desktop and I can't get rid of them. They all show 0KB. Any idea what might be going on? Thx Power

  • Access Oracle from BSP

    Hi all, My requirement is to access some values from the oracle database table residing on a different server and display them in a BSP page. I think the connection to oracle is possible from an ABAP class.I am not really sure of how do we connect to

  • IDOC CREMAS.CREMAS05

    Hi All BUKRS is a field in CREMAS.CREMAS05 IDOC is it a mandatory field? If yes then what value i have to give? Warm Regards Dheeraj Kumar