Hi @Mayank_Gandhi
I have done like this.
<PDF result="doc1.pdf"><PDF source="doc2.pdf" pages="1-2"/><PDF source="doc3.pdf<PDF source="doc2.pdf" pages="3-5"/></PDF>
To generate and save DOR using Azure Storage FDM,
- FDM should have a binary field say DOR
- binariesinlnline should be true
- DOR bind ref should point to binary field(DOR) under submission properties.
Doing this will store the DOR as base64.
Thanks
Rows are dynamic. Let me explain the issue with an example.My Rest API response is similar to this-[
{
"id":28,
"Title":"Sweden"
},
{
"id":56,
"Title":"USA"
},
{
"id":89,
"Title":"England"
}
]What I want to do isBind first Column - "Title" (TextB...
Working if I specify content type like below. However, same is not working if i pass json as data. Bit weird. URL xmlUrl = new URL("https://<hostname>/DataFile.xml");
builder.addBinaryBody("data", xmlUrl.openStream(), ContentType.DEFAULT_BINARY, "data.xml"); URL xdpUrl = new URL("https://<host>/...
Tried this builder.addBinaryBody("data", files[i]);
// You can also pass a URL for the template and set the content type to
// text/plain
builder.addTextBody("template", "https://forms.enablementadobe.com/content/dam/xdptemplates/custom_fonts.xdp", ContentType.TEXT_PLAIN);
builder.addB...