Tagged Questions
0
votes
1answer
889 views
Creating Floated Image with text flowing around it with padding in iTextSharp
Is it possible to create a Floated Image with text flowing around it in iTextSharp. I did the below and the image is not inserted but only the elements.
Document doc = new Document();
...
2
votes
3answers
2k views
Generating Pdf from webpage in asp.net
Could you give me some recommendations on free/Openspurce library etc that could be integrated on asp.net application to Generate Pdf out of Html fragments. I will be generating Invoices that is ...
1
vote
1answer
364 views
Invoiced Line Items ASP.NET
I have an invoice form . As you know it has Header and Line Items . When user creates invoice there can be any numner of line items.So users can click "Add Item" to add a new item and all of them ...
2
votes
1answer
414 views
Newbie to Newbie Ajax tips for ugly Invoice webpage
Some assorted pseudotips about "invoice oriented" master/detail web sites,
Examples (but with small detail) and highlights:
The demo at SimplyInvoices: the 5 blank items editable without a modal ...
