Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

Recent questions tagged itextsharp

0 votes
669 views
1 answer
    I have underlined "Some text" by var par = new Paragraph(); par.Add(new Chunk("Some text", CreateFont(12, ... line (not the paragraph)? Thanks See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
573 views
1 answer
    Using iTextSharp i'm trying to align an image so that it gets embedded in a paragraph. I can do it like ... There was no textwrap in effect. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
340 views
1 answer
    I am confused about LTV in iText. I have read the paper, discussions but there is one thing still unclear. What ... I did not use any timestamp. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
514 views
1 answer
    I have a Table of Figures generated using PDFPTable like so. ----------------------------- ... any strategy inside the context of the PDFPTable. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
413 views
1 answer
    I found a few examples showing how to use the XML to PDF using a iText XML document. But they are all for ... some help here. Anyone at all? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
444 views
1 answer
    OK i am parsing HTML from a string into a PDFCEll. It works great thanks to some help from here. Here is how ... /css/core.css"), true); See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
454 views
1 answer
    Here I want to set the already exist PDF document properties under Initial View tab in acrobat. Document Options: ... to meet my requirement. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
718 views
1 answer
    I want to use iText to convert a series of html file to PDF. For instance: if have these files: page1. ... this operation into a single PDF. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
850 views
1 answer
    I have some code that reads pdf files. The code fails at the line : iTextSharp.text.pdf.PRTokeniser. ... the pdf despite this problem? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    I'm creating a PDF document consisting of text only, where all the text is the same point size and ... .Add(memStream.ToArray()); See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
748 views
1 answer
    I'm using iTextSharp for converting a HTML page to PDF. I'm making use of the helper class given here and I ... How to add it using iTextSharp? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
To see more, click for the full list of questions or popular tags.
Ask a question:
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...