You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! Do you mean a PDF with layers (i.e. "Optional Content") that can be turned on and off in a viewer (like this)? If so, this is currently not implemented in VectSharp.PDF, but I will think about it.
If you just want to draw text and pictures separately and then merge them (without any interactivity on the finished document), you can do this by creating two separate Graphics objects, one for text and the other for images, and then using the Graphics.DrawGraphics method to draw one on top of the other.
Hello, how to create a two-layer pdf? The bottom layer is text, and the top layer is pictures.
The text was updated successfully, but these errors were encountered: