Quantcast
Channel: Comments on: AS_PDF, generating a PDF-document with some plsql
Browsing latest articles
Browse All 16 View Live

By: Tom

Anton, Thank you this has resolved this problem.  Unfortunately now I am looking at one that makes no sense to me. Instead of the following lines ending up generating 1 line in the PDF they generate...

View Article


By: Anton Scheffer

The write procedure isn’t meant for outputting text outside the page margins. You have to use put_txt for that.

View Article


By: Mohammed Haris

Anton, Do you have any code for prototyping this new version, like you had in your previous one ?  

View Article

By: Anton Scheffer

@Mohammed Haris No, I haven’t any examples for that version available.

View Article

By: Mike

Hi Anton, Just came across the as_pdf  package.  Thanks very much for sharing. Is there possibly a simply was to convert an html page to a PDF without re coding and formatting each line? Mike  

View Article


By: Anton Scheffer

@Mike Not that I know of

View Article

By: Franco G.

Hi Anton First of all tank you very much for your usefull work. I had a problem with some browser that not recongnized the pdf file. I solved the problem with a little modification to a “show”Â...

View Article

By: Anton Scheffer

@Franco G. Nothing wrong with your version. It does not do exactly the same as my version, but if it works for you, use it!

View Article


By: Franco G.

Anton thank you very much for your quick reply and for having confirmed that the solution could be fine. I download the new version of as_pdf but i didn’t see the show_pdf function. Why? Franco

View Article


By: Anton Scheffer

@Franco As I said, “Not complete backward compatible”. I had no need for that procedure, so I didn’t included it. But I think you can add the old show_pdf procedure yourself.

View Article

By: kadi

I am trying to create pdf using this and I am not able to do it. It says invalid directory path. Can any one help me out in this. Thanks

View Article

By: Zakaria

Hi Anton, Thank you for sharing your script. It is working like a charm. I have just one question: How can we add a page break while writing into the pdf file ? Thank you in advance & best regards,...

View Article

By: Anton Scheffer

Use new_page;

View Article


By: amy.chan

Hi Anton, I like the AS_PDF3 script. I am trying to use the procedure SET_BK_COLOR to change the background color on some lines in my PDF document, but couldn’t get any result showed up. Could you...

View Article

By: Prasanna

Im also having the same problem, did you get the solution? Thanks

View Article

Browsing latest articles
Browse All 16 View Live