in reply to Adding text to existing pdf file.

Will the source of a PDF file or how it is initially created going to determine whether I can add text on top of an existing design?

In principle, yes, that's possible. I can think of at least a few conceivable reasons. For instance,

But I suspect that your question is not an end in itself... so, in order to elicit more useful replies, it would help if you provided some details, like

___

1  For some indication of the version, look at the first few bytes of the document, it says something like %PDF-1.6  — though the version therein does not necessarily correspond to the feature set actually required...  Many PDF creation tools don't go to the trouble of adjusting this header dynamically to hold the minimal version required, depending on which features are really being used in the document (similar in spirit to "use 5.006" in a Perl script), but rather just dump the version the tool itself is maximally supporting.