sambitdash / PDFIO.jl

PDF Reader Library for Native Julia.
Other
127 stars 13 forks source link

Would you give additional examples of how to work with pages? #86

Closed ValeriiBaidin closed 4 years ago

ValeriiBaidin commented 4 years ago

Would you give additional examples of how to work with pages and show all the advantages. Right now it's very confusing. Thank you in advance.

sambitdash commented 4 years ago

@vbaidin can you clarify what you will need to do with pages? You may also need to understand PDF specification to understand the page objects that you want to access and use.

ValeriiBaidin commented 4 years ago

@vbaidin can you clarify what you will need to do with pages? You may also need to understand PDF specification to understand the page objects that you want to access and use.

All kids of example. Even how to convert any page to string. How to use page objects. It should be easy for any undergraduate freshman.

sambitdash commented 4 years ago

@vbaidin can you describe what you are trying to do? PDF specification has a wide variety of objects classified as page objects.

sambitdash commented 4 years ago

Open ended requirement, hence closing.