-
Sorry - i don't get this completely.
First - we don't have a compile dependency to "JPedal" as a whole. We use the jBig2 library released from "JPedal" as a component of its own. This component is used because it has a BSD style license (that is included literally in our deployment).
Second - i dont know of any other BSD style jBig2 license. If available as of today, please let us know...
2009-12-11 11:04:00 UTC in jPod intarsys PDF library
-
i can't help you if you don't answer the questions. i understood that you do it programmatically. But you have to report me if the effect is
a) /V is not changed
b) appearance is not changed
i can reckon you mean b) and then the above explanation WHY it is not changed applies.
2009-12-02 08:25:35 UTC in jPod intarsys PDF library
-
What exactly do you mean with "nothing happened to the saved value". Do you mean that the "/V" entry in the PDF object remains unchanged (which would be a bug - but seems unbelievable). You can check that with a simple unit test or a COS browser utillity like the one included in CABAReT Stage.
Or that you open the document with a viewer and see the visual appearance unchanged (which is the...
2009-12-02 08:04:00 UTC in jPod intarsys PDF library
-
hi - i've been with a customer this week, so you had the chance to find the answer yourself :-)
yes, the most obvious reason are the common resources (like fonts). When copying PD objects like a page with copyDeep, you can end up much worse, copying the whole source document. This is for things like annotations that reference another page, that reference the root page tree which references...
2009-11-27 07:56:54 UTC in jPod intarsys PDF library
-
You must at least copy the resources from the old page (containing the resources needed to render the content stream).
FileLocator srcLocator = new FileLocator("c:/temp/test.pdf");
PDDocument srcDocument = PDDocument.createFromLocator(srcLocator);
int iTotalPages = srcDocument.getPageTree().getCount();
for (int iPage = 0; iPage < iTotalPages; ++iPage) {
PDDocument newDocument =...
2009-11-23 08:52:52 UTC in jPod intarsys PDF library
-
see your request copy in "help"...
2009-11-20 13:54:18 UTC in jPod intarsys PDF library
-
jPod handles only document structure, not behavior.
To support action execution in your example you'd have to:
1) use an IFormHandler (for example the standard form handler) to fill the form. Here is the strategy implementing the complex acro form handling while "field.setValue" would only change the "V" property of the field
2) Implement and register an IActionHandler for...
2009-11-20 13:53:13 UTC in jPod intarsys PDF library
-
mtraut made 2 file-release changes.
2009-11-02 11:13:02 UTC in jPod intarsys PDF library
-
mtraut made 1 file-release changes.
2009-11-02 11:12:01 UTC in jPod intarsys PDF library
-
After nearly a year without official release (our apologizes...) we now found the time publish the latest version 5.2, base implementation for the current 5.2 CABAReT product line.We hope we can offer you a real improvement with this release. More details can be found in the release_notes document.
2009-11-02 11:10:20 UTC in jPod intarsys PDF library