\n");
printf("PDF images can be printed with Acrobat Reader "
"and edited by many drawing programs such as Adobe "
"Illustrator or Inkscape. ");
}
doTrackForm(psTn.forCgi, &ideoPsTn);
pdfFile = convertEpsToPdf(psTn.forCgi);
if (strlen(ideoPsTn.forCgi))
ideoPdfFile = convertEpsToPdf(ideoPsTn.forCgi);
if (pdfFile != NULL)
{
- printf("
\n");
- printf("We still provide postscript files: browser graphic ", psTn.forCgi);
+ printf("EPS (Postscript) images are a variant of PDF and easier to import into some "
+ "drawing programs.\n");
+ printf("
If using the UCSC Genes track, consider showing only one transcript per gene by turning off splice variants on the track configuration page.\n");
+ printf("
Increase the font size and remove the light blue vertical guidelines in the \n"
+ "image configuration menu.");
+ printf("
In the image configuration menu, change the size of the image,\n"
+ "to make it look more square.\n");
+ printf("
\n");
+ printf("
\n");
+
}
else
printf("
PDF format not available");
printf("\n");
}
boolean isGenome(char *pos)
/* Return TRUE if pos is genome. */
{
pos = trimSpaces(pos);
return(sameWord(pos, "genome") || sameWord(pos, "hgBatch"));
}