... Ah, that's a separate situation; we refer to it as the "page x of y" problem since you also run into it when you want to print the total number of pages on...
I've got all of that. I've already read and understood the "page x of Y" example. I'm not saying I have a problem writing "page x of y" on the footers of...
In the publishing world, the TOC is "front matter" and is traditionally numbered in lowercase roman numberals. After the front matter, you get the content,...
I hear that about front matter. My idea is that when reading a PDF in Adobe Reader, it's nice if the page numbers align with Reader's notion of the page...
Hello, I tried the Glyphcheck feature with a font called "Anke Print". You find it on the web. Fit_textline("ä(p", 0, 0, "glyphcheck=replace") replaces the (...
... PDF and PDFlib support a mechanism called "page labels" which you can use to separate physical from logical page numbers. For example, using suitable page...
Hi, please contact our support at support@... and send a log file which you can enable by Pdf_set_parameter("logging", "logfile=bau4711.log remove...
Kurt Stützer
kurt@...
Apr 2, 2009 12:17 pm
19509
Hi Everyone. Is there a possibility to get the remaining text of a textflow that is not yet placed? Background: In an application I place text below some...
Hi, I don't know whether I understand you entirely but I think you want to continue the text output in a further fitbox. That's easy: You must call...
Kurt Stützer
kurt@...
Apr 3, 2009 2:16 pm
19512
PDFlib GmbH conducted the first comprehensive test of eight PDF/A-1b validation tools. Testing was done with the new Bavaria test suite, which references the...
... Sorry, this should read: http://www.pdflib.com/developer/pdfa/validation-report Thomas _______________________________________________________________ ...
... Hi Kurt. Thanks for the answer, but actualy I do NOT want to continue in a further fitbox, but fill the remaining text into an Annotation via for instance...
Hi Andreas, okay, now I understand. My fantasy is not sufficient to imagine the feature desired from you. Currently is not possible to get the remaining text. ...
Kurt Stützer
kurt@...
Apr 3, 2009 3:39 pm
19516
Hello, I have an heavy PDF template which integrates PdfLib blocks definitions and HD images. I want to generate a low definition version of the template by...
For what it's worth, we've wanted this feature since 2004. We ended up going with the "mark" option, but it's kind of slow compared with what it'd be like by...
Hi, I've been trying to install PDFlib, TET and pCOS for php on a mac machine for the past few days but have not had any success. These are the steps I have...
We use a custom OpenType Font to fill text blocks with fill_textblock in PPS. The problem is that the font directly addresses old-style figures (German:...
I am trying to place artwork over a background in PDFlib. The artwork is round and requires PDFlib to render it with a transparent background. How do I...
Hi Marc, Mediävalziffer = oldstyle figures Versalziffern = lining figures (figures above the text base line) What you need is an automatic glyph substitution...
Kurt Stützer
kurt@...
Apr 6, 2009 8:02 pm
19522
I would like the header row of a data table to have a gradient as the fill color. Is this possible? If so could someone provide a simple example of how to do...
... I figured it out, but still have one question. The following code creates a pattern from a shading that can be applied as a fill color for a row. ...
Hi Paul, at first glance I would call PDF_fit_table() in the blind mode (see option "blind") and then I would query the row coordinates by means of...
Kurt Stützer
kurt@...
Apr 7, 2009 7:25 pm
19525
After upgrading from 7.0.1 to 7.0.3 we started getting an error while using the fill_textblock method. The error message we recieve is "String length has a...
Hi, Ich suche gerade eine Möglichkeit ein PDF "maskiert" als Master-PDF zu verwenden. Das Masterpdf ist wie folgt aufgebaut. Format A3 Auf den A3 ist zwei A4...
The following example in the PDFlib Cookbook demonstrates how to import a PDF page and at the same time crop it to display only parts of the original page...
... I loaded 7.0.4 this morning and the same bug exists but when I roll back to 7.0.0.0 it builds the pdf file correctly. By the exception message it seems...
I need to generate a euro character, I have read through the examples in the cookbook, but they all assume you have access to fancy fonts. My target machine is...