Search the web
Sign In
New User? Sign Up
pdflib · PDFlib users
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 15732 - 15761 of 19965   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
15732
Gary, ... using a bold font. ... [...] ... as might have seen before in the PDFlib 6.0.3 manual chapter 4.6.3 about artifical font styles: option fontstyle is...
Rainer Plöckl
ruebennase_de
Offline Send Email
Sep 1, 2006
8:49 am
15733
Whatever i do, i can't see my plugin appear in the plugin list, even if they are in plug_ins directory. I unchecked the certified plug-ins mod. So i don't...
qualiaservices
Offline Send Email
Sep 1, 2006
10:15 am
15734
... Which platform? Note that on the Mac there are different Plugin versions for different Acrobat versions, and each Acrobat version requires different...
Thomas Merz
thomasmerz1
Offline Send Email
Sep 1, 2006
10:32 am
15735
... on windows xp ... i tried all the way in the manual, but i still can't include the plugin in abobe...
qualiaservices
Offline Send Email
Sep 1, 2006
10:39 am
15736
Which version of Acrobat do you have? Reader? Standard or Professional? The plugin requires either Standard or Pro - it won't work in Reader. Leonard...
Leonard Rosenthol
leonardr@...
Send Email
Sep 1, 2006
12:02 pm
15737
That's probably that, i use reader. I'll try that :)thanks ... Professional? ... list, even ... plug-ins ... plugin...
qualiaservices
Offline Send Email
Sep 1, 2006
12:08 pm
15738
... Of course the requirements are detailed in the manual... Thomas _______________________________________________________________ Thomas Merz...
Thomas Merz
thomasmerz1
Offline Send Email
Sep 1, 2006
12:39 pm
15739
I am new to PDFLib and I don't understand this. ... The option fontstyle bold specifies bold text, and textcolor {rgb 0 0 1} makes the bookmark blue. The...
Gary
fiziwig
Offline Send Email
Sep 1, 2006
4:55 pm
15740
... Please look for the appearance options of text in table 8.21 of the PDFlib manual. The correct option is called "fillcolor". In contrast to "hypertext"...
Kurt Stützer
kurt@...
Send Email
Sep 1, 2006
5:18 pm
15741
I am using the create_textflow and fit_textflow calls in pdflib 6.0.3. The documentation says that hyphenation is off by default, but words are still being...
mrskalis
Offline Send Email
Sep 1, 2006
7:10 pm
15742
I have small raw images that are POSTed to a php script. The data is RGB+alpha, 4 bytes per pixel. I can't figure out how to use PDF_load_image() with that...
Gary
fiziwig
Offline Send Email
Sep 1, 2006
8:38 pm
15743
... exactly, as you can see in the API reference, you have to apply a file name. ... this is one way. You can also use the PDFlib Virtual Filesystem. Save the...
Rainer Plöckl
ruebennase_de
Offline Send Email
Sep 1, 2006
9:04 pm
15744
Thank you. When I try that I get pdf_load_image(): [2434] PDF_load_image: Unknown image type in file 'my.jpg' My image is raw RGBA 32 bit per pixel, but not...
Gary
fiziwig
Offline Send Email
Sep 1, 2006
9:57 pm
15745
Gary, ... please check out the PDFlib 6.0.3 manual chapter 5.1 about all supported image formats. In your case, I would have the focus on RAW format. Rainer --...
Rainer Plöckl
ruebennase_de
Offline Send Email
Sep 1, 2006
10:14 pm
15746
... Yes, I have read that section many times. It tells me that raw image data CAN be used, but does not tell me HOW to get PDF_load_image() to work with raw...
Gary
fiziwig
Offline Send Email
Sep 1, 2006
10:37 pm
15747
Gary, ... this sounds, you get have tested a lot, but you did not specify in detail what problem you have. Did you get (maybe different) PDFlib exception...
Rainer Plöckl
ruebennase_de
Offline Send Email
Sep 1, 2006
11:03 pm
15748
... <snip> ... Thank you for your help. I have found a way to change the program that sends this data to the server so it will send png files instead of raw ...
Gary
fiziwig
Offline Send Email
Sep 1, 2006
11:18 pm
15749
... PDFlib does not support RGBA interpretation for raw image data. Thomas _______________________________________________________________ Thomas Merz...
Thomas Merz
thomasmerz1
Offline Send Email
Sep 2, 2006
10:40 am
15750
Are you hoping to create one content source and display it both in a browser and in a PDF? If so, you might want to look into coding your content as XHTML --...
David Brown
daveaasvorg
Offline Send Email
Sep 2, 2006
10:57 pm
15751
Hello, I'm testing the new Layer-feature of pdflib 7. I have defined a table, and I can define the complete table as layer. With the layer-panel of acrobat i...
Kunsmann, Matthias
kunsmann@...
Send Email
Sep 4, 2006
7:24 am
15752
Hello! I'm trying to load an individual font with php. I first tried following (and it works !!!): pdf_set_parameter($p,"FontOutline","test=odd/asimov.ttf"); ...
Körte, Jens
jens_koerte
Offline Send Email
Sep 4, 2006
8:12 am
15753
... A single table (as created by the new table feature) cannot be split across multiple layers. You could output the table more than once, and create separate...
Thomas Merz
thomasmerz1
Offline Send Email
Sep 4, 2006
8:38 am
15754
... More precisely: PDFlib has not an hyphenation engine which hyphenates words automatically. But if you insert soft hyphens at desired places within words...
Kurt Stützer
kurt@...
Send Email
Sep 4, 2006
9:38 am
15755
Hi Jens, please check the font handle. If the font handle $font ist 0 then PDFlib couldn't load the font. The difference between the two calls for loading the...
Kurt Stützer
kurt@...
Send Email
Sep 4, 2006
9:56 am
15756
Thanks a lot for your quick answer, but this didn't helped, cos the font-handle is in both versions 1 (I'm using pdf_load_font() instead of the depr. version) ...
Körte, Jens
jens_koerte
Offline Send Email
Sep 4, 2006
10:18 am
15757
... If you didn't use PDF_findfont() please show us the precise call of PDF_load_font() in the second case. Kurt ... -- Kurt ...
Kurt Stützer
kurt@...
Send Email
Sep 4, 2006
10:44 am
15758
Hello, I have installed for Testing PDFLIB 7 a test environment on Windows. If I generate a pdf with 2 attachments the generation of the pdf is fine, but if I...
Kunsmann, Matthias
kunsmann@...
Send Email
Sep 4, 2006
1:06 pm
15759
... The option "attachments" has type "list of option lists", so you must add an additional set of inner braces: "attachments={ { filename=nesrin.jpg ...
Thomas Merz
thomasmerz1
Offline Send Email
Sep 4, 2006
1:31 pm
15760
Thanks, now it runs, but with the snippet of my last mail, the Apache crashes. I must start the Apache again to work. No PDFLibException. ... Von: Thomas Merz...
Kunsmann, Matthias
kunsmann@...
Send Email
Sep 4, 2006
1:56 pm
15761
Free Career Advice,Immigration Tips,Recruitment,Jobs,Management,Business plan,Work from Home All the information you get from one website . so see and make use...
preityzinta_1984
preityzinta_...
Offline Send Email
Sep 4, 2006
7:05 pm
Messages 15732 - 15761 of 19965   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help