ADDMULTIPAGEBITMAP Rule Only Works With Drive Path, Not UNC Or IP Address
(Doc ID 3046266.1)
Last updated on SEPTEMBER 06, 2024
Applies to:
Oracle Documaker - Version 12.7 and laterInformation in this document applies to any platform.
Goal
On : 12.7 version, Documaker Studio
Using AddMultiPageBitmap rule to embed a PDF on the file system.
Opt(Y),Type(P),FIle(c:\1\toc.pdf)
This option will embed the toc.pdf file. However errors are generated when using a UNC or IP address as the location of the PDF.
Example 1:
Opt(Y),Type(P),FIle(\\XXXXX\share\toc.pdf)
DM12041: Error : FAP library error: Transaction:, area:<..\C\pdfread.cpp,Jan 29 2023 20:42:30,12,7,1,0> code1:, code2: message:.
DM20316: Error in AddMultiPageTIFF: An error occurred while attempting to load or include images from the TIFF <LOGInsMultiPagePDFEx1(\\XXXXX\share\toc.pdf) failed>.
Example 2:
Opt(Y),Type(P),FIle(\\xx.x.x.x\share\toc.pdf)
DM12041: Error : FAP library error: Transaction:, area:<..\C\pdfread.cpp,Jan 29 2023 20:42:30,12,7,1,0> code1:, code2: message:.
DM20316: Error in AddMultiPageTIFF: An error occurred while attempting to load or include images from the TIFF <LOGInsMultiPagePDFEx1(\\xx.x.x.x\share\toc.pdf) failed>.
Solution
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Goal |
Solution |