I mean using a c or c++ lib. to manipullate. former I use cairo lib, successfully create the pdf file, but no layers. now I want to create pdf file with several layers.
thanks
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.
You can create (also read and edit) PDF layers (also know an Optional Content Groups) as shown in PDFLayers sample which is also included as part of PDFNet SDK.
The following is a relevant code:
Note: I am a PDFNet developer.