代码搜索结果
找到约 73,884 项符合
Image 的代码
image.c
/* $Id: image.c,v 1.21 2004/05/27 13:31:59 york Exp $
*
* PDFlib client: image example in C
*/
#include
#include
#include "pdflib.h"
int
main(void)
{
PDF *p
image.tcl
#!/bin/sh
# $Id: image.tcl,v 1.21.2.1 2004/07/12 12:34:30 rjs Exp $
#
# PDFlib client: image example in Tcl
#
# Hide the exec to Tcl but not to the shell by appending a backslash\
exec tclsh "
image.py
#!/usr/bin/python
# $Id: image.py,v 1.12.2.1 2004/07/08 11:37:48 rjs Exp $
#
# PDFlib client: image example in Python
#
from sys import *
from pdflib_py import *
imagefile = "nesrin.jpg"
image.java
/* $Id: image.java,v 1.17 2004/05/17 12:58:14 rp Exp $
*
* PDFlib client: image example in Java
*/
import java.io.*;
import com.pdflib.pdflib;
import com.pdflib.PDFlibException;
public c
image.pl
#!/usr/bin/perl
# $Id: image.pl,v 1.20 2004/04/16 20:01:37 tm Exp $
#
# PDFlib client: image example in Perl
#
use pdflib_pl 6.0;
# This is where font/image/PDF input files live. Adjust as n
image.dsp
# Microsoft Developer Studio Project File - Name="image" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Con
image.cpp
// $Id: image.cpp,v 1.19 2004/05/27 14:16:08 york Exp $
//
// PDFlib client: image example in C++
//
#include
#include "pdflib.hpp"
int
main(void)
{
try {
PDFlib *p;