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

Categories

0 votes
270 views
in Technique[技术] by (71.8m points)

c# - How to determine where the content ends in pdf using PdfSharp

I am creating pdf file using PdfSharp. I have one fix existing pdf file with one page and some content in it. I want to start adding my contents right after the existing content.

Is there anything in PdfSharp from which I can determine where the last element or section ends? Any reference will be great.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

Please see my answer to this question How to add DocumentLink to existing PDF file using PdfSharp. You can simply take the AddDocumentLink code and get the highest XY coordinate and that should be enough to figure where to append additional content.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...