XML Data Package (XDP) is an XML 1.0 compliant format for packaging PDF content within an XML structure.
Questions tagged [xdp-pdf]
27 questions
0
votes
1 answer
Does Linux support setting XDP programs on the egress path?
Does Linux support setting XDP programs on the egress path ?
I find this patch, but i don't know is it had acceped?

niao ruo
- 11
- 3
0
votes
0 answers
how to disable rx-checksumming in a Virtualbox's vm?
I am trying to attach an XDP BPF byte object to my interface in a Virtualbox vm. But I encountered these error message:
Error: virtio_net: Can't set XDP while host is implementing GRO_HW/CSUM, disable GRO_HW/CSUM first
My Vm's NIC:
my vm's NIC
I'd…
0
votes
0 answers
How to prevent hidden elements from appearing in print when rendered in HTML
I'm currently working an xdp form built using Adobe Designer and rendered in AEM using the Forms Manager plugin.
Problem I'm facing is that the form, being dynamic, requires certain sections to be hidden unless the user enters a value at which point…

rmvirut
- 1
- 2
0
votes
0 answers
Hide used source port in TCP with XDP(eBPF) from different network namespace
I have topology with 2 network namespaces and one veth pair with one in each namespace. Let's call namespaces server and client. I want to run 2 process in each namespace which will communicate with each other via TCP but server process will not…

Matija Lukic
- 121
- 2
- 9
0
votes
0 answers
How to fill XFA form with iText: Modifying not the datasets, but an other data group in the XDP
I have an XFA form, which I want to fill automatically with either Python or C# or both.
It would be easy if the form data was in datasets like in usual XFA pdfs, but it is not. Here is an example of some data in the datasets:

Gab ПК
- 43
- 4
0
votes
1 answer
Adobe LiveCycle: XML to XML Transformation using XSLT
We have a complex Adobe LiveCycle XDP (XFA) for Appraiser Application Form with XML Data Model (default one, nothing fancy). There is another XDP of the same Application Form, same layout, but with different model and XML Structure. The XML…

tarekahf
- 738
- 1
- 16
- 42
0
votes
1 answer
Converting XDP to PDF using Live Cycle replaces question marks(?) with space at multiple places. How can that be fixed?
I have been trying to convert XDP to PDF using Adobe Live Cycle. Most of my forms turn up good. But while converting some of them, I fine ??? replaced in place of blank spaces at certain places. Any suggestions to how can I rectify that?
Below is…

Sambhav Malhotra
- 1
- 2
0
votes
1 answer
Livecycle - form1.execValidate is not a function! Then Reader crashes
error message: form1.execValidate is not a function. but this has worked fine for years!
Last week the client (large bank) rolled out a new version of Adobe Reader XI 11.0.21. Perhaps registry keys were changed as well - don't know.
So now all…

Peter Gaston
- 176
- 13
0
votes
3 answers
Adobe LiveCycle Web Services Invocation
I have a simple form with a button (submit), two textbox fields and two hidden fields. On submit, I would like to pass in 3 parameters to a service using a WSDL URL. More specifically, I would like to pass in the ENTIRE form (including data entered…

EmbedThis
- 21
- 1
- 4
0
votes
1 answer
How to add fields to an existing XDP form
This is my first time using LiveCycle. I have an existing XDP form to which I would like to add extra fields. In the screenshot below, I added the field on bottom right hand called Test Field. After creating this, I got a warning that the…

Omnipresent
- 29,434
- 47
- 142
- 186
0
votes
1 answer
Duplex Printing - Adobe Livecycle
I'm designing an XDP template in adobe livecycle desinger and i've below logic in layout:ready event to make a blank page visible if the total no of pages during layout ready event is odd number. sometimes this logic is misfiring, as a result i'm…

Vijay
- 1
0
votes
1 answer
Save Livecycle PDF file before submitting to server
I have created a LiveCycle PDF form that includes a Submit button to send it as XDP (including the base64 encoded PDF) to a server that pulls out the XML data and saves that to a database and then pulls out the encoded stream, decodes it and saves…

user1601333
- 151
- 1
- 10