It is true that PDF have 2 layer – image layer and text layer?
If it’s true, so how I can get image layer from PDF to print it?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
No it is not true. The pdf content stream is a binary stream with basic primitives: draw share, draw image, position pointer x,y, draw text..etc
PDF however also have layers, those are like several content stream stacked on top of each others. While technically feasible, I never saw any PDF where images were is a separate layer.