I'm using flying saucer xhtmlrenderer to generate pdf from xhtml. The issues i'm facing with it is that xhtmlrenderer is taking too much time to generate pdf when css files are large or there is too much css. I tried to generate pdf with and without css. And the results were as expected. It took nearly 3 sec without css and 50 secounds with css. Can anybody tell me some way to reduce generationn time. I tried to optimize my code but since xhtmlrenderer is external lib, i can't do much to optimize it. Any help is appreciated
xhtmlrenderer optimizations :css taking too much time
137 Views Asked by vicky bansal At
0
There are 0 best solutions below
Related Questions in CSS
- CSS Class is not applying to element (border width,color,and style attributes)
- How do I find the fonts that are not loading in a CORS situation ( MoovWeb )?
- Positioning child at bottom of parent with scroll
- Play multiple audio files in a slider
- How to set text over image?
- Website zoomed out on Android default browser
- Writing/Overwriting to specific XML file from ASP.NET code behind
- My navbar is not expanding after collapse
- when a checkbox is checked how to display a different hidden element using javascript
- Gaps Vertically Using Dividers
- CSS: Preventing a property to affect on element until the end of transition
- Polygon Button with pure CSS
- transform-origin doesnt apply in safari
- show/hide multiple div tags at once and change the size of the remaining div tag
- Mask the image/maps/div (circle) using css and jquery
Related Questions in PDF
- Itext get special letters from pdf
- Carrierwave file upload with different file types
- Get text from a section of a pdf page with IcePdf
- itext pdf to image convert
- PDF to Text extractor in nodejs without OS dependencies
- PDF to ByteArray Conversion
- Opening PDF file in SWT Browser - XulRunner default viewer
- Generate TCPDF output to a shared drive folder
- Combine base and ggplot graphics in R figure window in different pages
- Updating a PDF Barcode Field in iOS and Android Device
- Prevent PDFsharp from saving an image file?
- Adding attachment links between lines in itext for pdf
- Crop Pdf from each edge using itextshap
- How to create a PDF with iText+XMLWorker from servlet using custom font?
- how to create a pdf editor for grails
Related Questions in XHTML
- Display string on page xhtml
- Dynamic 2D arrayList table not working after refreshing in primefaces?
- Ajax h:link doesn't call listener function
- Difference between adding <![CDATA[ in page source v/s dynamically using javascript
- Sessionscoped managed bean not saving variables jsf
- Instance variable increment in bean on button click JSF 2.2
- Centering an image in a div
- Remove certain fields using jQuery
- Is there a better way to semantically code up an FAQ in XHTML 1.0 Transitional?
- How to display Arabic unicode text in page that retrieved from database
- display top 10 dynamic records in two column(Each 5 records)
- to integrate java program into jsf
- How to prevent the vertical scroll of this div?
- Command not found: [html2xhtml] exception happens when using Html2Xhtml library
- How to get grid background color for web-page?
Related Questions in FLYING-SAUCER
- FlyingSaucer setNamespaceAware to false
- Flying Saucer: Convert html to pdf taking a long time and images not rendered
- Java String.split() and compare
- Flying Saucer xhtml to pdf header margins on every page
- Jtidy & ITextRenderer are not giving right output
- PDF generation from HTML having multilingual text using flying-saucer+iText, Only Chinese fonts are working
- Flying Saucer: set custom DPI for output PDF
- Using a primary and a fallbackfont in Flying Saucer PDF generator
- iText flying-saucer how to change background on last page
- Does flying saucer support pseudo elements
- How to protect pdf report with password using thymeleaf as template engine and flying-saucer as rendrer
- Show footer only on last page
- xhtmlrenderer creating PDFs of length 0
- FlyingSaucer renderer.setDocument throws "Stream closed" exception
- border-collapse is not working in flying-saucer?
Related Questions in XHTMLRENDERER
- XHMTL rendered produces an empty pdf file
- How to use CSS3 orphans and widows properties with xhtmlrenderer (flying saucer) R8?
- xhtmlrenderer creating PDFs of length 0
- Content overlapping when change doctype from HTML to XHTML
- How to render in-memory HTML code to an image?
- HTML to PDF result in landscape
- Is it possible to create vertical text in PDF width XHtmlRenderer?
- Render embedded image in PDF using Flying-Saucer from html
- XHTML element not allowed as child of XHTML element body in this context
- How to render Asian characters in a PDF using xhtmlrenderer
- Is it possible to resolve css as a classpath resource using Flying Saucer (XHTML-Renderer)?
- how to generate pdf from xhtml page dynamically using itext+flying saucer with java
- no image displayed using Flying Saucer API in maven project
- Thymeleaf: Template not accessible downloading a PDF online with Spring Boot 2.0.3
- content not allowed in prolog from document created by DOM when printing using flying saucer
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?