Ask a Question related to Adobe Acrobat SDK, Design and Development.
-
ALSDK@adobeforums.com #1
Print PDF in ByteArray form with the Pdf Library SDK
Hello,
we use the Apache FOP for building PDF's with the XSL-FO mechanism.
The result of the FOP is the "PDF" in bytearray form that we want to print. For this action we would like to use the PDF Library SDK.
We have found the example "printPdf" where a pdf file will be used for printing.
While we don't want to store our "PDF" bytearray physically on disk (performance) to get it loaded to the PDFLPrintDoc(doc, &rec) function we are looking for a method to give this bytearray directly to a function of the SDK to get a valid "Library SDK" object that can be used for printing.
We would appreciate if anyone has any idea or a suggestion concerning this issue.
Regards
ALSDK@adobeforums.com Guest
-
Can we print out the contents of a library?
I have a large object library I use when paginating our newspaper. I need to hand off the paginating duties from time to time to a co-worker, and I'd... -
print form
HI run into a couple of problems. 1. When there isn't anything written in the text field the page errors. 2. I also have check boxes - but if... -
where is Request.Form library for ASP?
I'm trying to run a simple ASP file that reads parameters from a form. The error I get is: error '8002801d' Library not registered. ... -
Java form library
What JAVA libraries can be used to read entry fields from PDF forms on the server? I mean: -to read the PDF fields directly or -to extract... -
how to print a form in a single page for each object in the form?
hi, i have a form and try to print a single page for each of the object in the form? how i could do this? because all the object are printed out... -
Leonard_Rosenthol@adobeforums.com #2
Re: Print PDF in ByteArray form with the Pdf Library SDK
You need to write a custom ASFileSys that knows how to read your "bytearray" and then you use that with PDDocOpen()...
Leonard_Rosenthol@adobeforums.com Guest
-
ALSDK@adobeforums.com #3
Re: Print PDF in ByteArray form with the Pdf Library SDK
Can you give me a tiny common example for writing the own ASFileSys to see how this works. It must not be neccessarily related to a bytearray.
This will help a lot!
Thanks
ALSDK@adobeforums.com Guest
-
Leonard_Rosenthol@adobeforums.com #4
Re: Print PDF in ByteArray form with the Pdf Library SDK
There are samples for doing this in the SDK.
Leonard_Rosenthol@adobeforums.com Guest



Reply With Quote

