Large HTML Documents To PDF

Jun 3, 2010

I'm working with an asp.net application that produces large PDF documents from HTML. The content is perhaps complex (detailed grid type listings, css styled, running to 40+ pages) compared to typical usage. None of the libraries we've tried are performing adequately. Typically a 40 page document is taking upwards of a minute to render on a powerful multi-core machine.

We are able to decouple the generation from the web application and also pre-generate documents in some cases. Still, the frequency with which content changes requires a faster solution.

So, does anyone have experience of a PDF generation component that can output a content heavy 40 page document in seconds rather than minutes? Or are our expectations unrealistic?

NB: I'd rather not "out" the poorly performing components here as we are seeking support from vendors to make improvements. I've reviewed previously questions posted on StackOverflow and none appear to deal with this type or size of document.

View 1 Replies


Similar Messages:

Documents/links On Preventing HTML Form Fiddling?

Apr 30, 2010

I'm using ASP.Net but my question is a little more general than that. I'm interested in reading about strategies to prevent users from fooling with their HTML form values and links in an attempt to update records that don't belong to them.

For instance, if my application dealt with used cars and had links to add/remove inventory, which included as part of the URL the userid, what can I do to intercept attempts to munge the link and put someone else's ID in there? In this limited instance I can always run a check at the server to ensure that userid XYZ actually has rights to car ABC, but I was curious what other strategies are out there to keep the clever at bay.

View 2 Replies

Asp.net -emove All <a></a> Tags From A Large Html String In C#?

Dec 10, 2010

I have a large string of HTML that I have parsed with a bunch of already formed links in it. I am looking for a quick way to get rid of all of the links to display just the text. Any help or suggestions is appreciated!

[code]...

View 3 Replies

Using Microsoft.Office.Interop.Word To Convert Uploaded Word Documents Into Previewable Html Files?

Feb 3, 2010

I'm hoping this is an easy one...I'm using Microsoft.Office.Interop.Word to convert uploaded word documents into previewable html files. I haven't implemented it fully, but I've played around with it enough that I think I have a plan that will work... My question revolves around

[Code]....

I'm not in love with the idea of opening word and closing it everytime there's an upload (which I hope is a lot of the time) I'd like to make this a shared object that loads at application start. I have 2 questions
that go along with this. 1. I imagine that winword could lock up and that would be a problem, right? 2. to save a document I use wordapp.ActiveDocument, this could have an issue as a shared object, right? I think I'm talking myself right out of this...

View 1 Replies

Web Forms :: Display Large Html Document On Webpage With Paging Functionality

Jun 13, 2010

I want to display a large html document on my webpage with paging functionality.How can i achieve this functionality.

View 18 Replies

How To Print All Web Documents At A Time

Mar 31, 2010

My printing task is different from other web projects.

I will explain the task clearly.

I have 3 DIV Tags in a web page.

When I click Print All button in the web page, i have to store the contents of 3 DIV tags in rich text format file. Then i perform some codings for modifying the contents of 3 DIV Tags. Similarly i have to store the contents of them in same rich text file (appending to a file after page break) and so on.

View 3 Replies

ADO.NET :: How To Save Documents In Sqlserver Db

Dec 26, 2010

1)I want To save Documents in sqlserver db by usnig asp.net with c#

View 5 Replies

C# - How To Display Big Documents To User

Dec 24, 2010

At my asp.net project I need display big documents to user. Beacuse document has a lot of text, I need use paging. Every page should have about 5000 symbols. I want split pages by logical tokens such as <br/> nbsp space.

View 4 Replies

Convert Any Documents To .pdf File?

Dec 2, 2010

In my project there is many documents and images in my site and i need to convert all files such as .doc,.bmp,.jpg,.txt in a folder to in adobe format(.pdf) and display in a browser as one complete .pdf file
The folder may contain images ,word docs and excel docs powerpoint and Pdfs so how this can be done in ASP with vb.net.

View 3 Replies

Can Save Documents On Server

May 13, 2010

I'm building an asp.net mvc application. I have to make posible automatic printing of some documents. I'm wondering where should I save this documents. If I save them to a folder in solution will they be accessible when application is deployed on server? I'm planning on build console application that will be triggered at particular time from windows service and load documents that are saved in that folder and print them one by one.

View 6 Replies

Adding Documents In Website?

Mar 4, 2011

my requirement is i want to upload word documents and pdf documents into my website with security (i mean encryption) and i want to retrieve documents by giving password the document should visible(or the document should visible for only some people how to do it)

View 4 Replies

On Click Merge Three Or Four Documents Into One .pdf?

Feb 28, 2011

I have a VB.net page that displays lots of data and gridviews. In one of the gridviews, are links to .pdfs that are associated with the data being displayed. As a "close-out" process when the user is done with the page, I need to figure out a way to take those .pdfs that are showing, and merge them into one .pdf. Is this possible in .NET?

View 6 Replies

VS 2010 - Creating PDF Documents

Oct 9, 2012

Using data posted by a mobile app to my database (via a web api) I will need to create PDF forms with the data filled in as if a user did that. I never did PDF generation, so some "points" that might decide what to use:

-Forms are pretty much a tabular structure.
-Some pages are in portrait, while others in landscape.
-Some columns have the data printed vertically.
-I will need to put images (saved in database, byte arrays) in some fields.

From what I read so far ITextSharp seems to be a popular choice?

View 3 Replies

VS 2008 Open Pdf Documents From Browser?

Dec 22, 2010

I have to open pdf documents from my website. I was thinking of just doing a simple <a href...> to the pdf document. I noticed that in other places on our websites the programmers always do it in the code-behind using the following code : With Response

.ContentType = "application/pdf"
.WriteFile(directory and document location)
.End()
End With.

View 3 Replies

Convert Documents (PDF / DOC / RTF) Into FlashPaper Files?

Dec 27, 2010

Is there any way of using FlashPaper in ASP.NET in order to:

- convert documents (PDF,DOC, RTF, etc) into FlashPaper files

- publish FlashPaper documents in ASPX pages

View 4 Replies

How To Store And Search Word Documents Using C#.NET

Feb 13, 2010

i want to store a word documents (.doc) in the database and i need to provide search over a collection of Word documents and highlight the words too.

I m using VS2005 --> ASP.NET, C#.NET, SQL Server.

View 3 Replies

Exporting Word Documents To PDF Programatically?

Mar 26, 2010

I'm looking for a way to export a Word document as a PDF. I would like to do this without the use of a "software printer" (such as CutePDF, etc.) and stick to reference assemblies if at all possible. I'm using Microsoft Office Interop Assemblies to generate a Word Document which I save to a temporary directory. So its not necessary for this solution to interact directly with Microsoft Office, unless it needs to.

View 1 Replies

API To Determine Default Documents For IIS Website?

Oct 20, 2010

point me towards any .NET API that will let me iterate the default documents (default.aspx, index.html, etc.) for the web site? I know I can parse web.config, but that doesn't always contain all of the default documents.

View 1 Replies

How To Allow Word Documents (.doc) To Be Downloaded Over HTTPS Using IE8

Mar 16, 2011

One of my sites is on HTTPS and includes a document repository which has a lot of Office documents (.doc, .docx, xls, etc...)

We recently found that these may not be downloaded using IE8. Further research led me to this article.

[URL]

The resolution states to "remove the no-cache header" which is required by design. I found the following article describing how to do so:

how do i remove the security risk, due to cached version of page.

Unfortunately, the methods explained have not worked.

View 1 Replies

MVC :: How To Convert XML Documents To Mysql Database

Oct 6, 2010

Am using searcharoo.NET for ma application. Now i need to store the XML contents in ma database. How can i convert ma XML contents to Mysql Database?

View 3 Replies

Editing Word Documents In A Webpage?

Sep 28, 2010

I have a need for users to be able to edit word documents from my web page.

Are there any editors, or components, that will allow me to do this?

A bit of background, the user will be able to upload a word document to my site and then view/edit it from there. There will be no requirement for the user to download the document again but ideally I'd like to keep the document as a word doc at my end.

View 2 Replies

Read Microsoft Word Documents In .NET?

Jan 30, 2010

How to read doc, docx file into .NET with C#.

View 5 Replies

Best Practice In User Uploaded Documents?

Jan 8, 2011

I am embarking on a project that allows a few administators to upload various files and then make them viewable to a subset of the other users that can login to the site. I'm planning on using ASP.NET MVC and was wondering what the best way would be to store the files? Two thoughts came to mind, storing direcly on the server in a folder and storing them in a SQL database.

The first seems like it might be the most logical but how do you prevent an authenticated user from simply typing in the address of a file that they are not permitted to view. My first thought was to setup the folder so that it would be browsed directly via the web.config, but then how does the user view the files they are supposed to view?

Alternatively, I figured if I stored the files in a SQL server, this would prevent the problem just presented but then how does one take, say a PDF file, store it in the database and then render it to a webpage when requested. Secondly, is this efficient to store files in a SQL server?

View 2 Replies

Different Default Documents For Two Subdomains That Go Against The Same Site IIS 7?

Sep 15, 2010

We have two subdomains for the same site, we would like that depending on the visited subdomain the initial page varies. But in IIS the default document setting is based on the web.config so...We know that we could use the http:/subdomain/page.aspx but its a requirement that we use only http:/subdomain in the links

Desired example: Click in link http:/subdomain1.web.com --> http:/subdomain1.web.com/page1.aspx
(our_website/page1.aspx)
Click in link http:/subdomain2.web.com --> http:/subdomain2.web.com/page2.aspx
(our_website/page2.aspx)

View 1 Replies

Security :: Protecting Documents In Application?

Aug 28, 2010

There is an ASP.NET application www.example.com/APP. From within the application several documents - for example office documents DOCX, PDF, etc. - can be opend. They are accessed via some virtual directory as in
www.example.com/APP/VIRTUAL/letter.pdf.

Of course, the documents may only be accessed from within the application, after the user has been identified succssfully. Some documents may only be opened by some privileged users. It should be impossible to open letter.pdf by simply entering the above url into a browser

I am thinking about the following...

The name of the virtual directory is kept secret. After the user has successfully logged into the application, some secret is created. The secret contains the user's ID and some time information (valid from / until). Then, if a document is to be referenced from within the application, the url www.example.com/APP/<secret>/letter.pdf is referenced. In IIS the secret is checked. For this, some of my code is called, when serving a request. If successfull, the url is rewritten as www.example.com/APP/VIRTUAL/letter.pdf. I tried several components, such as the IIS URL Rewrite, IHttpModule, IHttpHandler. Unfortunately, I did not yet succeed.

View 2 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved