Hello .
This writing is writing that is made out through translation
machine.
ImageMagic was program that surprise me with GhostScript.
However, there are much problems to change JPG support and
PDF of Hangul font
Because each examples that raise now use Adobe, create PDF
by Cropbox.
Though Cropbox was solved using Ghostscript-dUseCropbox,
system of ImageMagick shut down.
Make one place using PDF file in the South Korea.
I want to try PDF2JPG and Font Outline using ImageMagick.
PDF2JPG through mistake file that I raise will pray to
change perfectly.
of course, Convert - define pdf:use - cropbox = true 1.pdf
1.jpg tried.
And, how must I distribute program that develop by
ImageMagick to user?
Item that I ask a question is like this.
Code:
public void ImageMagickPDF2JPG()
{
try
{
object[] imgargs = {
"-quality", "80",
"-profile",
Application.StartupPath+"\ColorSpace\USWebCoatedSWOP.
icc",
"-define", "pdf:use-cropbox=true",
""+this.intput_file+"["+this.page.ToStr
ing()+"]",
""+this.output_file+""
};
MagickImageClass img = new MagickImageClass();
img.Convert(ref imgargs);
}
catch(Exception ex)
{
MessageBox.Show(ex.ToString());
}
}
1. Hangul font embodiment method (font outline processing)
2. Can you do without ImageMagick establishment when
distribute to user?
( what file dll register must ? ImageMagickObject.dll)
If do regsvr32 ImageMagickObject.dll, Error happens.
If do dll registration, how must you do?
3 . -define pdf:use-cropbox=true
http://w
ww.phosprinting.co.kr/Download/3.pdf
http://w
ww.phosprinting.co.kr/Download/4.pdf
http://w
ww.phosprinting.co.kr/Download/5.pdf
http://w
ww.phosprinting.co.kr/Download/6.pdf
http://w
ww.phosprinting.co.kr/Download/7.pdf
http://w
ww.phosprinting.co.kr/Download/8.pdf
http://w
ww.phosprinting.co.kr/Download/9.pdf
http://
www.phosprinting.co.kr/Download/10.pdf
http://
www.phosprinting.co.kr/Download/11.pdf
http://
www.phosprinting.co.kr/Download/12.pdf
http://
www.phosprinting.co.kr/Download/15.pdf
http://
www.phosprinting.co.kr/Download/17.pdf
http://
www.phosprinting.co.kr/Download/20.pdf
http://
www.phosprinting.co.kr/Download/21.pdf
http://
www.phosprinting.co.kr/Download/24.pdf
http://
www.phosprinting.co.kr/Download/25.pdf
»õ·Î¿î ±âºÎ¹®ÈÀÇ ¾¾¾Ñ, ÇØÇǺó
_______________________________________________
Magick-developers mailing list
Magick-developers imagemagick.org
http://studio.imagemagick.org/mailman/listinfo/m
agick-developers
|