Extract content stream(Images, Text and graphics) with in a BBOX. And place it back in new PDF without loosing any style?

怎甘沉沦 提交于 2020-01-15 11:55:10

问题


I have existing content stream in pdf. And I wanted to extract the content stream under the below bounding box's.

1st BBox the graphics, text content stream . 2nd BBOX text, some math equations related content stream. 3rd BBOX Image plus text content stream is there.

  1. So I want to extract the all content stream with in the bbox?

  2. After extracting content stream I will do tagging related manipulation in content stream and I want to place it back to new PDF?

This operations I wanted to do by using PDFBox. Is it possible?

Please help me how can I achieve this..

来源:https://stackoverflow.com/questions/59489717/extract-content-streamimages-text-and-graphics-with-in-a-bbox-and-place-it-b

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!