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
138 Views Asked by vicky bansal At
0
There are 0 best solutions below
Related Questions in CSS
- How to use custom font during html to pdf conversion?
- Storing the preferred font-size in localStorage
- mp4 embedded videos within github pages website not loading
- Is there any way to glow this bulb image like a real light bulb
- What can I do to improve my coding on both html and css
- Uncaught TypeError: google.maps.LatLng is not a constructor at init (script.js:7:13)
- Bootstrap modal not showing at the desired position on a web page when the screen size is smaller
- How to increase quality of mathjax output?
- Hover animation resetting( seemingly reverting back to original CSS and then again to hover)when moving mouse horizontaly accross a part of an element
- Storing selected language in localStorage
- How to clip grid cell and provide scroll as well?
- KeyboardAvoidingView makes a messy the flexbox
- Rotate an object around another object in javascript
- Understanding Scroll Anchoring Behavoir
- how to use only block layout in this css code?
Related Questions in PDF
- How to use custom font during html to pdf conversion?
- How to get content of BLOCK types LAYOUT_TITLE, LAYOUT_SECTION_HEADER and LAYOUT_xx in Textract
- PDF form checkbox/radio button ignores content stream
- Suggest python library for rendering html to pdf files
- Problems with the order in which PDF files are created
- Centering a map element on a generated PDF
- download all pdf files from website doesn't support wildcard
- How to enter external pdf into quarto book while keeping page layout+numbering
- How do I create a website that combines user input and standard text and converts it into a pdf?
- Excel VBA error 1004 on PDF export - not a path issue
- downloading pdf using requests not working
- Creating pdf on Firestore with Pdfplum: Template path "no such object"
- Export password protected PDF from QGIS
- XPS convert PDF with Ghostscript
- Download PDF in ASP.NET MVC application
Related Questions in XHTML
- google apps script: convert an .xls (XHTML) to gsheet spreadsheet
- Flying saucer not considering lower priority font family
- HTML code with MathJax SVG does not work in XHTML
- epub3 href footnote link not calling shouldOverrideUrlLoading in WebViewClient
- Why does this happen in HTML while creating tables?
- How to change spacing before 1st and after last element in a list
- XSLT matching xhtml namespace
- Saving HTML as XHTML in .NET 6
- I have an svg image, is there is a way to convert it into canvas but not very complecated code, i want to use that in dynamic size chart
- How to tell if loaded page is true XML-processed XHTML or not, using devtools or JavaScript snippet
- Pass value from text file into a html paragraph
- Issues displaying svgs in html
- Shopping Cart Application using Java
- How can I get WebStorm to lookup entity references in my DTD files
- Can you embed an .ics file contents and link to it in html, ideally without using javascript?
Related Questions in FLYING-SAUCER
- Flying saucer not considering lower priority font family
- Flying saucer not displaying indian languages properly
- Java SpringBoot PDF Generation - Chinese Characters are getting skipped/missing
- FlyingSaucer merge PDF doc after calling setDocumentFromString(html)
- Thymeleaf and Flying Saucer - Date in Footer Not Showing on Last Page
- Thymeleaf and flying saucer ignoring the css when converting to the pdf
- How to create a PDF with dynamically-sized header that is different on subsequent pages from HTML using CSS, Thymeleaf, and FlyingSaucer?
- Does flying-saucer-pdf-itext5 support the max-width attribute of the img?
- CSS and Image is not rendering in generated PDF - Flying Saucer
- How to fix package Cannot be resolved issue in OSGI?
- Create a PDF file from HTML specified via URL using Flying Saucer
- Flying Saucer: Always having first blank page when setting background-image
- xhtmlrenderer/Flying Saucer - UTF-8 Encoding not working
- How to set pdf size using Flying Saucer library?
- How to Create PDF with recurring logo using iText, HTML and thymeleaf
Related Questions in XHTMLRENDERER
- How to resolve constructor mismatch after updating xhtmlrenderer library?
- xhtmlrenderer/Flying Saucer - UTF-8 Encoding not working
- HTML to PDF using flying saucer: bold text is blurry
- Not Receiving Data Back From Geonames For an API Request to Render a HTML Response
- XHTML element not allowed as child of XHTML element body in this context
- How to load external image in FileInputStream
- XHTML to Docx conversion using docx4j not reading font-size style
- Thymeleaf: Template not accessible downloading a PDF online with Spring Boot 2.0.3
- org.xml.sax.SAXParseException for Japanese character. The content of elements must consist of well-formed character data or markup
- xhtml rendered to pdf with base64 img src
- does't apply bootstrap effect on generated PDF file from HTML template using ITextRenderer in Spring boot application
- no image displayed using Flying Saucer API in maven project
- XHMTL rendered produces an empty pdf file
- Generation of Telugu PDF from HTML using ITextRenderer does not getting exact characters?
- htmlRenderer.PDFSharp not converting labels
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 # Hahtags
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?