Hi,
I am looking for a pdf unique header solution by using aspose PDF. May I ask some questions:
- Is there a way to add an existing header PDF to every page of another PDF, to make the second PDF having a unique PDF header?
- If I cannot do the option 1, I think I can manually create a header. However I have no clue of how to calculate element positions to create the header.
Eg. To create a Rectangle as header, How do I get the positions for the header:
Rectangle rectangle = new Rectangle(lowerLeftX, lowerLeftY, upperRightX, upperRightY);
Thanks,
J