Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

Here's a situation. We have an application built on .net which is based on the idea of creating banners for end-users. I have provided an area on my page where the user can create his/her banners. Provided them with an option to save their design to PDF.

Now the issue is when i save the PDF i am not able to retain the excat positions of the elements of the banner. I am using postscript method to write the file onto an vector PDF.

Tried out different options using Post-scripts, converting to HTMl n then converting to PDF(where image properties are lost), abc pdf, cute pdf etc. but did not resolve the problem.

Any suggestions??? on how to tackle this particular situation.

share|improve this question
Have you considered adding a custom definition of the banner in a format of your choice as attachment to the PDF? Or, if that definition shall not be to visible, in a PDF stream referenced from the PDF catalog using a custom key? – mkl Jan 23 at 11:44

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.