On 12 Jun., 13:16, "Chris Prince" <
cpri...@google.com> wrote:
> We have brainstormed the ability to serve a Blob at a given URL. That
> sounds similar to what you are asking. But keep in mind, we don't
> have any planned date for this feature.
The main problem is not the type of data (Blob) but the source! Im my
case the Data is generated on the client-side!
> Isn't .pdf a binary format? Since JavaScript doesn't have a good way
> to manipulate bytes, did you have some other idea for how to construct
> PDFs?
It's not an ASCII-Format but not as binaryoriented like others! After
publishing my request i look further in porting FPDF/TCPDF to
Javascript an found:
http://thilobrai.onlinehome.de/js/Der_PDF-Kreator.html
The Page is NOT from me but it demonstrates how to create very complex
PDF's from Javascript! If one could copy the value from the textarea
to a local server i could open a clientside-generated-PDF in a new
window!
Regards,
Mario