in reply to Re^5: External font with PDF::API2::Simple
in thread External font with PDF::API2::Simple

Simple sure has left home :-)
Is there a way I could use the PDF::API2 code you show within a program that is otherwise using PDF::API2::Simple?
Or would I have to convert all of my code to PDF::API2?
  • Comment on Re^6: External font with PDF::API2::Simple

Replies are listed 'Best First'.
Re^7: External font with PDF::API2::Simple
by zentara (Cardinal) on Sep 22, 2011 at 09:51 UTC
    Is there a way I could use the PDF::API2 code you show within a program that is otherwise using PDF::API2::Simple?

    I tried a few examples, but no success. I would go back to straight PDF::API2 myself. Have you tried contact the author of PDF::API2::Simple?


    I'm not really a human, but I play one on earth.
    Old Perl Programmer Haiku ................... flash japh
      Hi,
      Thank you zentara and kesler for your assistance.
      I sent the module author a message but didn't get a reply.
      Zentara, as per your suggestion, I have studied up and re-written my code in PDF:API2 which is working great.
      I guess this also has the advantage of extra functionality and I also have a greater working knowledge making PDF's than I would have otherwise.

      Thanks again.