... 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...
19503
jaymuntz
Apr 1, 2009 12:40 pm
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...
19504
Lance Cotton
jose_can_u_c
Apr 1, 2009 1:49 pm
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,...
19505
jaymuntz
Apr 1, 2009 3:39 pm
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...
19506
bau4711
Apr 1, 2009 4:57 pm
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 (...
19507
Thomas Merz
thomasmerz1
Apr 1, 2009 10:17 pm
... 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...
19508
Kurt Stützer
kurt@...
Apr 2, 2009 12:17 pm
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...
19509
nappekarl@...
nappekarl...
Apr 3, 2009 10:56 am
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...
19510
harleyaxchick
Apr 3, 2009 1:43 pm
Sexy biker babes are waiting to meet you! Check their HOT profiles here: http://gooygirl.zoomshare.com/files/chicks.htm...
19511
Kurt Stützer
kurt@...
Apr 3, 2009 2:16 pm
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...
19512
Thomas Merz
thomasmerz1
Apr 3, 2009 2:35 pm
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...
19513
Thomas Merz
thomasmerz1
Apr 3, 2009 2:43 pm
... Sorry, this should read: http://www.pdflib.com/developer/pdfa/validation-report Thomas _______________________________________________________________ ...
19514
Andreas Heigl
nappekarl...
Apr 3, 2009 2:57 pm
... 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...
19515
Kurt Stützer
kurt@...
Apr 3, 2009 3:39 pm
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. ...
19516
pierre.tachoire
Apr 3, 2009 3:49 pm
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...
19517
Esher, Marc (4-7260)
jonnycattt
Apr 3, 2009 5:40 pm
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...
19518
sansbuggy
Apr 5, 2009 3:04 pm
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...
19519
marcchampion@...
marcchampion...
Apr 6, 2009 6:11 pm
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:...
19520
jojothecircusclow
jojothecircu...
Apr 6, 2009 6:47 pm
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...
19521
Kurt Stützer
kurt@...
Apr 6, 2009 8:02 pm
Hi Marc, Mediävalziffer = oldstyle figures Versalziffern = lining figures (figures above the text base line) What you need is an automatic glyph substitution...
19522
oocha_boy
Apr 7, 2009 5:25 pm
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...
19523
oocha_boy
Apr 7, 2009 6:47 pm
... 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. ...
19524
Kurt Stützer
kurt@...
Apr 7, 2009 7:25 pm
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...
19525
jake.henak
Apr 7, 2009 11:04 pm
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...
19526
Sebastian H.
borsti_ef
Apr 8, 2009 12:34 pm
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...
19527
Thomas Merz
thomasmerz1
Apr 8, 2009 12:53 pm
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...
19528
jake.henak
Apr 8, 2009 2:50 pm
... 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...
19529
tim.snape
Apr 8, 2009 3:08 pm
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...
19530
Zahir Lalani
zlalani
Apr 8, 2009 3:09 pm
Hello Is it possible to import a pdf that has layers, and then subsequently turn off/hide some layers in the newly created file? Zahir...
19531
Thomas Merz
thomasmerz1
Apr 8, 2009 3:18 pm
... No, PDI does not honor existing layers when importing a page. This is discussed in section 6.2.2 of the PDFlib Tutorial. Thomas ...