[TYPO3-mvc] Action with HTML and PDF
Daniel Lorenz
mailinglists at capsicumnet.de
Wed Jan 12 08:03:12 CET 2011
Hi,
Am Freitag, den 07.01.2011, 12:27 +0100 schrieb Daniel Lorenz:
> Hi, find my problem.
>
> Am Freitag, den 07.01.2011, 12:24 +0100 schrieb Daniel Lorenz:
> > Hi Franz,
> >
> > Am Mittwoch, den 05.01.2011, 15:17 +0100 schrieb Franz Koch:
> > > Hey,
> > >
> > > > I use hexdiff and the difference between the two files ist very early.
> > > >
> > > > 25 50 44 46 2d 31 2e 34 0a 25
> > > > % P D F - 1 . 4 %
> > > >
> > > > are the same in both files an than the difference begins.
> > > >
> > > > c3 a4 c3 bc c3 b6
> > > > c3 83 c2 a4 c3 83
> > > >
> > > > Does Fluid open the File and recoding it?
> > >
> > > how do you create that PDF in detail? Does it have dynamic content and
> > > is thus generated on the fly or are you just passing through a prepared
> > > document? If it's generated on the fly, could it be that the server uses
> > > a different image compression or is embedding some fonts in contrast to
> > > your reference PDF?
> >
> > up to now I used a static PDF. I think it works like a download link
> > until I implement the dynamic PDF generation.
> >
> > Now I install fpdf-extension an generate a dynamic PDF. Thats works
> > fine, but I have a new problem. The Repository does not delivers the
> > same answers. If I have type=208 in the url, the answer is NULL.
>
> I forgot an PID in TS for persistence.storagePid.
>
> Thanks a lot.
>
> CU Daniel
I do not know, why I can't read a static PDF-File (fread) and send the
content to browser without problems. Now I use fpdf to generate the PDF
and send this to the client. That's working.
Thanks for your hints.
Daniel
More information about the TYPO3-project-typo3v4mvc
mailing list