For an existing application I need to use STANDARD (AdobeStandardEncoding) I do not see Standard encoding as one of PDFLIB predefined encodings. Is there one? ...
... No, because it's unlikely to be useful for most applications. Actually, since Adobe StandardEncoding does not even contain the accented characters required...
... Yes, "stdenc" is the name of the predefined encoding in PDFlib for "AdobeStandardEncoding". Kurt...
Kurt Stützer
kurt@...
Jun 4, 2006 9:32 pm
15335
Sorry for asking such a basic question, but can't seem to get the concept from documentation and searching forum. Are font metrics files required if the source...
... The appropriate font or font metrics file must be available for all text except for the PDF core fonts. You cannot rely on font information which is...
hi, i want to create/fit a textflow with padding on top (and/or bottom). the documentation says that this is possible for left (leftindent) and right...
I am new to this program so please bear with me. I have recently started working with the block tool to generate templates for business cards, postcards,...
Mike, ... you should use the embedding option, when you do not use PDF Core fonts. (see chapter 4.3.2 in the PDFlib 6.0.3 manual) ... no. ... sure. see chapter...
Hi, ... why you do not change the ury/lly coordinate of the PDF_fit_textflow() to your need? Instead of apply a value to the optionlist, just add/ substitute...
I'm working on a PDF generator for my office. Currently I have the software reading in a data file, parsing the file for field names (which are then used to...
Great idea, thank you very much! ... Von: pdflib@yahoogroups.com [mailto:pdflib@yahoogroups.com] Im Auftrag von Rainer Plöckl Gesendet: Montag, 5. Juni 2006...
I am very interested in technology and communications, and would like to share something that has brought me sooooooo much understanding as to what is going on...
Hi, I have a pdf document with a few PDF Lib blocks, each block has a font specified using the pdflib block plug-in. The fonts are all non core. I'm filling...
While using PDFLib { in PERL } to insert a datamatrix barcode into a pdf document I used ' IDAutomationDMatrix ' font in " PDF_load_font " function. What is...
... Please try "builtin" at first. If PDFlib accepts this encoding the font is a symbol font. Otherwise PDFlib sets an appropriate encoding (e.g. "winansi") or...
Kurt Stützer
kurt@...
Jun 7, 2006 4:24 pm
15351
The biggest clue would be to find out what the file *does* begin with. Chances aren't too bad that it might be an error message from ColdFusion. ColdFusion...
Thanks, That helped with several issues. I still can't quite understand how to use Pantone colors, but for the moment we can work around them as long as the...
Great! Thanks. That did give me a clue and I was able to trouble-shoot ths issue I was experiencing. It ended up an issue with the newer version of pdflib not ...
Mike, you seem to be complicating things a bit... ... Use the Pantone names as printed on the color guides or in the PDFlib manual, and that's it. If you...
Is it possible during the iteration of blocks, such as to get a blockname, to also find out (programmatically) if a certain block is an image-type block? ...
Hello Guys. I just want to know, how pdflib works in therms of special characters like, copyright, trademark, and superscripts characters. Also I want to know,...
... Sure you can, its just another paramater value to get my $blockcount = PDF_get_pdi_value($p, "vdp/blockcount", $template, $page, 0); for (my $blockno = 0;...
Hi, ... enable the textflow option for the blocks and then use a textflow with inline option to switch the fonts. See chapter 4.9 in PDFlib 6.0.3 manual about...
Hi, We are using the PDFlib_dotnet library successfully on two development machines but we have since added another and get the following error from VS2005...