-
as seen on Oracle Blogs
- Search for 'Oracle Blogs'
Working with Inbound Refinery (IBR) and PDF Conversion can be very frustrating. When everything is working smoothly you kind of forgot it is even there. Documents are cheeked into WebCenter Content (WCC), sent to IBR for conversion, converted to PDF, returned to WCC, and viola your Office documents…
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
Is there a way to generate PDF documents from HTML files automatically in Linux where the PDF offers some kind of reasonable level of resemblance to the input file?
A command-line tool - as opposed to an interactive GUI of some kind - is key.
I have tried htmldoc and some related cousins, of course…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I need to convert HTML to PDF on the fly from a hosted ASP classic page.
WkHtmlToPDF is great, but unfortunately requires installation on the server which is not possible in this case.
Is there something out there that would do this?
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I'm sure I'm making some kind of silly mistake here, but when converting a tiff file to PDF, the colours become reversed. I can't figure out why. Here's my code:
PdfWriter writer = PdfWriter.GetInstance(document, new FileStream("Image.pdf", FileMode.Create));
System.Drawing.Bitmap bm = new System…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi all,
Can someone suggest me which tutorial I can follow to get
thorough knowledge about creating pdf files using php?
Thanks
>>> More