-
Hi! How to create a page with a mixture of texts and tables? I would be really grateful if anyone could provide a sample code!!! Thanks alot in advance!
e.g.
text 1
table1
text 2
table2.
2009-09-28 10:06:30 UTC by justicefish
-
I think that the library renders the hole page content as application/pdf, I was thinking that you could place an dinamic Iframe to render the page, but i'm not sure if it could work
regards.
2009-03-24 04:11:17 UTC by rodri_ogri
-
could you post the example complete, please
i can't see my barcode for the size of the font :S
what is FACTOR?
thnks.
2009-03-03 23:48:05 UTC by luisfbn
-
Hi, I need to both save a copy of a generated report and show it as response, but I receive the following error.
An exception of type 'System.ArgumentException' occurred in mscorlib.dll but was not handled in user code
Additional information: An element with the same key already exists in Dictionary. Dictionary Key: 'Helvetica'. Added key: 'Helvetica'
this is the piece of code:
2009-02-06 10:27:21 UTC by stessarin
-
Hi
Does anyone know if there's a way to display the generated PDF inside a form (preferably in a panel). At the moment a full screen session of adobe reader launches when I create the PDF.
Any clues at all would be great
cheers.
2009-01-16 12:28:01 UTC by sj12345
-
Modified RegisterFontData in PDF_IndirectObjectPage.cs as follows to stop a condition where a fontdata was already registered. It may be an issue with the way I am using report.net, but this fix cleared up my issues.
-----------------------------------------------------
internal void RegisterFontData(FontData fontData) {
PdfIndirectObject_Font pdfIndirectObject_Font =...
2008-10-26 00:16:43 UTC by ebish
-
Hi,
is there anyway I can pass text submitted via a form to make the pdf?
thanks.
2008-09-03 15:53:30 UTC by rachael23
-
This is a modification to RT.cs so that it does not fail on the registry lookup in StartAcro(). Basically, I just hard-coded "/usr/bin/acroread" as the path to acrobat on "unix" platform (I'm using ubuntu 8.04). I know this is a pretty shoddy fix, but it was all I needed to really do (other than re-name some deprecated variables & properties that started with an underscore) in order to make...
2008-06-20 04:16:57 UTC by ebish
-
This may be a matter of preference, but I would recommend using System.Diagnostics.Process.Start(pdfFilePath) rather than looking up acrobat reader's location as this could change or the user may have a different PDF Viewer (like Foxit Reader). Process.Start will use the default application for the extension of the file.
2008-06-17 21:25:00 UTC by thexenocide
-
This is a bit dated, but if it will help close this ticket (as otto_mayer's information is not exactly accurate), the solution is to use the content-disposition HTTP header (Response.AddHeader or something like that) with the disposition set to "attachment" and then specify filename, google will show many examples.
2008-06-17 21:21:29 UTC by thexenocide