I have some PDF-files which I embed as graphic-objects into my latex-project. Those PDFs come from different sources. One I created in Powerpoint myself, then exported to PDF to make it vectorized and another one is cropped from a PDF usermanual.
Now I'm wondering what would be the best and easiest way (if there is one) to embed those PDFs into my latex document but somehow make the fonts in it being compiled by texify so that the fonts look the same as in my project. I assume there's a function to maybe put some "placeholders" into the pdf's I'd like to embed and replace them at compiling-time by some texts in the correct latex-font!?
Thanks in advance
Okay to clarify: I have a PDF with vectorized figures in it and texts on the axis, a title and so on... I'm looking for ANY way to embed this PDF into my latex document with rewriting the texts in the PDF in the font being used in my latex document so that the ensemble looks nice.
My first edit was (which works by manually using the overpic-package): Manually doing it works like this:
1. Open the PDF in any PDF-editor and delete all the text-objects (so that only the graphical part remains in the PDF), save it
2. Include the PDF in your latex document using the overpic-package with the rgid option
3. Now put texts (or even math-formulas possible) OVER the embedded graphical object (which comes from the PDF-file). The texts will therefore obviously look like any other text in your document (similar in style / font etc.)
(Some more informations on overpic: How can I superimpose LaTeX / TeX output over a PDF file?)
EDIT2: As stated below in the comment:
If you put this out of hold, I'll post my own answer as solution to the question below which would, as you say Charles, be worth mentioning just to record the solution which is really a nice one. Easy to do and very very nice in the final output.