69 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
-7
votes
1
answer
77
views
Adding HTML to a pdf partway through creating a PDF using pdfHtml
I am generating a PDF from data that is not HTML based, and I have HTML that data that I want to insert part way through creating the PDF i.e.
[Non HTML]
[HTML]
[Non HTML]
[HTML]
....
public class ...
0
votes
1
answer
92
views
Hyperlink/bookmarks not working with remote repository
I have a service with a dependency to a document generation library. The library uses iText pdfHTML to convert HTML to PDF. Inside the document, the Table of contents contains links for jumping to ...
0
votes
0
answers
84
views
itext can not convert html to PDF correctly, when use Specific CSS selector (nth-last-child)
itext.html2pdf, Version=6.0.0.0 (so far, it is latest official version, 2025年01月07日)
when use it convert html to pdf, find the below css selector (nth-last-child(2)) is not work, such as below shows:
&...
0
votes
2
answers
94
views
Page Breaks In Nested Free Marker Tables
I am using Free Marker for an Netsuite custom form. I am attempting to iterate through each item in the record object and create a row for the respective entry.
I have separated the entries out by ...
0
votes
1
answer
65
views
why the style error and chinese is not display when i use itext7 pdfhtml java lib translate svg to pdf
Initially, I utilized an SVG as a background image in the CSS of my HTML file and attempted to convert it to PDF using HtmlConvert.convertToPdf. However, my SVG images are experiencing styling issues ...
-1
votes
1
answer
126
views
Adding images to a PDF generated by an API and Node.js
I would like to display an image on a PDF that is generated from HTML code (I am using two libraries, Mustache and html-pdf-node), but when I send a POST request with Postman, the image does not ...
0
votes
1
answer
183
views
How to unset link to <span> tagging in Advanced PDF/HTML Templates in NetSuite?
We're having some problems in our PDF Templates. We have a part/code of PDF Template, code below:
<td style="font-size:8.0pt"><br />Regards,<br /><br />
...
1
vote
1
answer
140
views
itext7 pdfHtml Xamarin.Forms 'Value cannot be null. Parameter name: assembly'
When trying to generate a pdfHtml report in Xamarin.Forms using a .netStandard2 project, the exception System.ArgumentNullException: 'Value cannot be null. Prameter name: assembly.
This is the code ...
0
votes
1
answer
3k
views
Conver itext7 PdfDocument to byte array in c#
I am using itext7 pdfhtml (4.0.3) to convert Html to pdf in memory. Below method is taking html in memory and returning PdfDocument object of itext7. I need to convert that PdfDocument object to byte ...
0
votes
1
answer
52
views
How to interpret htlm and css anotation in ajax data to pdfhtml5 datatable
I have a problem exporting with pdfhtml5. I have data on datatable with HTML and CSS style and want to visualize it on pdf or another plugin.
this is the variable exportOptions
var thisExportOptions = ...
-2
votes
1
answer
2k
views
itext7 html to pdf - vb example please?
Please can someone provide me with a simple example of converting a file from HTML to PDF in VB? I can find Java and C# examples but nothing using VB.
0
votes
0
answers
258
views
Html Table Caption problem in conversion to pdf
I am converting html to pdf by using HtmlConverter.convertToElements and then adding the iElements to the document. And it works with every html element except a caption element directly inside a ...
0
votes
0
answers
425
views
Font-family ignored when rendering html-pre to pdf
When I convert html with in-line styles to pdf, the font-family works on every tag I have tried except from pre. It seems that when a pre is converted to IBlockElement and then added to the document, ...
0
votes
1
answer
584
views
itext7.pdfhtml is ignoring padding and new lines when single file published
I have noticed that itext7.pdfhtml is generating incorrect PDF when app is published with PublishSingleFile set to true. Am I doing something wrong or is this known behavior?
This
C:\Projects\...
0
votes
1
answer
718
views
dynamic html to pdf CSS issue when rendering a table color
I have html contains a table. I am converting the html to pdf using pdfhtml itext7. the issue is when adding color to the table then the color is not rendering in the pdf. what to add to the CSS file ...