In article <f8v81h$3ch$3@[EMAIL PROTECTED]
>, Frank <nospam@[EMAIL PROTECTED]
> wrote:
> we have recently ****ted a tool for software developers from Windows to
> Mac OS X (a shared library to create PDF files, including Rich Text,
> Charts, 1D/2D Barcodes, etc.).
>
> Because we are totally new in the area of Mac OS X, we would like to ask
> how we can make this tool publicly known to the Mac OS X developer
> community. Are there special magazines for developers, catalogs from
> Apple, or does anyone know other op****tunities?
http://developer.apple.com
, the main web site form Apple for
developers, has a nice section on marketing, and offers of help.
Mactech magazine, http://mactech.com
is the main paper magazine aimed at
developers.
http://cocoablogs.com/
is a list of online magazines (blogs) for
Macintosh programmers.
You have an uphill battle. To quote from the developer web site:
"In Mac OS X it is easy for users to save a do***ent as a PDF. All the
user needs to do is open the Print dialog and click the Save As PDF
button."
http://developer.apple.com/do***entation/Printing/Conceptual/PDF_Workflow
/pdfwf_intro/chapter_1_section_1.html
So, if your library only does what you've said it does, it is completely
unneeded by OS X programmers, because all of that is already inherently
part of the built-in APIs for drawing.
Your first task: explain to developers what problem your shared library
solves, that they can't already do with the existing sup****t for
generating PDFs, built in to OS X.
For example, do you provide more ability to edit other people's PDF
do***ents than the built-in PDF Kit?
http://developer.apple.com/cocoa/pdfkit.html


|